Releases: honeycombio/honeycomb-lambda-extension
Releases · honeycombio/honeycomb-lambda-extension
v11.5.0
What's Changed
💡 Enhancements
- feat: add option to use kms encrypted keys by @JamieDanielson in #159
🛠 Maintenance
Full Changelog: v11.4.0...v11.5.0
v11.4.0
This release fixes a security vulnerability in Go 1.22 by upgrading to Go 1.24.
What's Changed
🤷 Other Changes
- maint: Bump go to 1.24 and some dependencies by @kentquirk in #156
- rel: Prep v11.4.0 by @kentquirk in #157
Full Changelog: v11.3.0...v11.4.0
v11.3.0
What's Changed
🛠 Maintenance
- maint(deps): bump github.com/honeycombio/libhoney-go from 1.23.1 to 1.24.0 by @dependabot in #151
- maint(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by @dependabot in #152
- maint(deps): bump github.com/honeycombio/libhoney-go from 1.24.0 to 1.25.0 by @dependabot in #153
🤷 Other Changes
- fix: bump go version to 1.22 by @VinozzZ in #154
- maint: prepare for release v11.3.0 by @VinozzZ in #155
New Contributors
Full Changelog: v11.2.0...v11.3.0
v11.2.0
What's Changed
🐛 Fixes
🛠 Maintenance
- docs: update vulnerability reporting process by @robbkidd in #144
- maint: update codeowners to pipeline by @JamieDanielson in #136
- maint: update codeowners to pipeline-team by @JamieDanielson in #137
- maint(deps): bump github.com/honeycombio/libhoney-go from 1.20.0 to 1.23.1 by @dependabot in #147
- maint(deps): remove reviewers from dependabot.yml by @codeboten in #148
New Contributors
- @codeboten made their first contribution in #148
Full Changelog: v11.1.2...v11.2.0
v11.1.2
What's Changed
🛠 Maintenance
- maint: Add dependency licenses by @MikeGoldsmith in #127
- maint(deps): bump github.com/stretchr/testify from 1.8.1 to 1.8.2 by @dependabot in #126
- maint(deps): bump github.com/stretchr/testify from 1.8.2 to 1.8.4 by @dependabot in #130
- maint(deps): bump github.com/honeycombio/libhoney-go from 1.18.0 to 1.20.0 by @dependabot in #134
- maint(deps): bump github.com/sirupsen/logrus from 1.9.0 to 1.9.3 by @dependabot in #133
New Contributors
Full Changelog: v11.1.1...v11.1.2
v11.1.1
What's Changed
🛠 Maintenance
- maint: Update AWS regions we publish to by @MikeGoldsmith in #123
- maint: delete workflows for old board by @vreynolds in #114
- remove duplicate GOARCH in user-agent by @robbkidd in #117
- Bump github.com/honeycombio/libhoney-go from 1.17.0 to 1.18.0 by @dependabot in #116
- Bump github.com/stretchr/testify from 1.8.0 to 1.8.1 by @dependabot in #115
- chore: update dependabot.yml by @kentquirk in #120
New Contributors
- @kentquirk made their first contribution in #120
Full Changelog: v11.1.0...v11.1.1
v11.1.0
What's Changed
💡 Enhancements
- feat: configurable HTTP transport connect timeout by @danvendia in #111
🛠 Maintenance
Full Changelog: v11.0.0...v11.1.0
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
v10.4.0
[v10.4.0] Layer version 11 - 2022-10-07
Added
- feat: configurable event batch send timeout (#98) | @robbkidd
- add missing default regions (#93) | @JamieDanielson
Maintenance
- Bump github.com/sirupsen/logrus from 1.8.1 to 1.9.0 (#90)
- Bump github.com/honeycombio/libhoney-go from 1.15.8 to 1.17.0 (#99)
- maint: add go 1.19 to CI (#96) | @vreynolds