-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Release Notes and README (#100)
- Loading branch information
1 parent
35b4ed3
commit fca1b1d
Showing
2 changed files
with
20 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,24 @@ | ||
New in v0.6.0: | ||
|
||
- Upgraded Cythral.CloudFormation.BuildTasks to v0.4.2 for increased end-to-end test stability (these sometimes failed before due to base64 keys containing characters that are not safe for URLs). | ||
- Upgraded AWSSDK.Core to 3.5.1.57 | ||
- Upgraded AWSSDK.KeyManagementService to 3.5.1 | ||
- Upgraded Microsoft.Extensions.DependencyInjection to 5.0.1 | ||
- Upgraded Amazon.Lambda.RuntimeSupport to 1.3.0 | ||
|
||
Also includes everything from the first 4 betas: | ||
|
||
- Removed the ILambdaContext parameter. This is now accessible via constructor dependency injection instead. | ||
- Adds a CancellationToken parameter to coordinate cancellation of child tasks. Forward this to any awaited calls in your Handle function. | ||
- The "Run" method name can now be customized. | ||
- A Lambda Layer containing Lambdajection and all its dependencies is now available! See the README for usage. | ||
|
||
## Prerelease Links | ||
|
||
https://github.com/cythral/lambdajection/releases/tag/v0.6.0-beta1 | ||
https://github.com/cythral/lambdajection/releases/tag/v0.6.0-beta2 | ||
https://github.com/cythral/lambdajection/releases/tag/v0.6.0-beta3 | ||
https://github.com/cythral/lambdajection/releases/tag/v0.6.0-beta4 | ||
|
||
## Whats next? | ||
Please look forward to v0.7.0 in March, which will introduce functionality for Lambdajection-backed Custom Resources! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters