Skip to content

v11.0.0

Compare
Choose a tag to compare
@houndtravisci houndtravisci released this 13 Oct 22:51
e94ee99

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
  • maint: release process updates for friendlier ARNs by @robbkidd in #103

🛠 Maintenance

Full Changelog: v10.4.0...v11.0.0