Skip to content

Commit fa84f77

Browse files
committed
v0.8.0 Release Notes
1 parent 8be2fc4 commit fa84f77

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.github/releases/v0.8.0.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Enhancements:
2+
3+
- Added cancellationToken parameter to IAwsFactory.
4+
- No longer packaging AWSSDK.Core in the Lambdajection.Generator package - this is restored and resolved from the RestorePackagesPath at build time, along with other generator-specific dependencies.
5+
- Minimum AWSSDK is now 3.7
6+
- There is no longer a generator-specific restore, generator dependencies are all restored in the solution-level restore target.
7+
- The generator attempts to load all matching assemblies one at a time, until one loads successfully. Before, it would only attempt to load one.
8+
- Lambdajection.Attributes is no longer a reference assembly. To avoid adding it to the runtime assemblies, we are instead setting PrivateAssets="runtime" wherever it is referenced. With that, Lambdajection.Generator is no longer packaging the attributes assembly.
9+
10+
# New Features:
11+
12+
- Adds an IAM Access Analyzer, which will collect the minimum IAM permissions needed for running your lambda or custom resource and output them to a file.
13+
- Adds CloudFormation template generation! No extra configuration needed, templates will be generated and output to $(OutDir)/{ClassName}.template.yml
14+
- At the moment, template generation for lambdas using Lambdajection.Runtime and/or Lambdajection.Layer are not supported (this will be added in v0.9.0).
15+
- Templates are generated on a per-lambda basis. An option to combine all lambdas into one template will be provided in future versions.
16+
17+
## Prerelease Links:
18+
19+
https://github.com/cythral/lambdajection/releases/tag/v0.8.0-beta1
20+
https://github.com/cythral/lambdajection/releases/tag/v0.8.0-beta2
21+
https://github.com/cythral/lambdajection/releases/tag/v0.8.0-beta3
22+
https://github.com/cythral/lambdajection/releases/tag/v0.8.0-beta4
23+
https://github.com/cythral/lambdajection/releases/tag/v0.8.0-beta5

0 commit comments

Comments
 (0)