v11.0.0
What's Changed
💥 Breaking Changes 💥
The extension's layer name has changed to include the project's SemVer release version.
As a result of this name change, each release of the layer will have a new LayerArn
and the LayerVersionArn
will consistently end in 1
.
# Layer Version ARN Pattern
arn:aws:lambda:<AWS_REGION>:702835727665:layer:honeycomb-lambda-extension-<ARCH>-<VERSION>:1
# Layer Version ARN Example
arn:aws:lambda:us-east-1:702835727665:layer:honeycomb-lambda-extension-arm64-v11-0-0:1
🛠 Maintenance
- maint: add new project workflow by @vreynolds in #105
- maint: add config for gh release notes organization by @JamieDanielson in #107
Full Changelog: v10.4.0...v11.0.0