This release fixes a security vulnerability from standard library in go 1.19.
- fix: bump go version to 1.22 (#154) | @Yingrong Zhao
- maint(deps): bump github.com/honeycombio/libhoney-go from 1.24.0 to 1.25.0 (#153) | @dependabot
- maint(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#152) | @dependabot
- maint(deps): bump github.com/honeycombio/libhoney-go from 1.23.1 to 1.24.0 (#151) | @dependabot
- fix: forward the sample rate from the message (#146) | @NLincoln
- docs: update vulnerability reporting process (#144) | @robbkidd
- maint: add labels to release.yml for auto-generated grouping (#142) | @JamieDanielson
- maint: update codeowners to pipeline-team (#137) | @JamieDanielson
- maint: update codeowners to pipeline (#136) | @JamieDanielson
- maint(deps): bump github.com/honeycombio/libhoney-go from 1.20.0 to 1.23.1 (#147) | @dependabot
- maint(deps): remove reviewers from dependabot.yml (#148) | @codeboten
- maint(deps): bump github.com/sirupsen/logrus from 1.9.0 to 1.9.3 (#133) | dependabot[bot]
- maint(deps): bump github.com/honeycombio/libhoney-go from 1.18.0 to 1.20.0 (#134) | dependabot[bot]
- maint(deps): bump github.com/stretchr/testify from 1.8.2 to 1.8.4 (#130) | dependabot[bot]
- maint(deps): bump github.com/stretchr/testify from 1.8.1 to 1.8.2 (#126) | dependabot[bot]
- maint: Add dependency licenses (#127) | Mike Goldsmith
- maint: Update AWS regions we publish to (#123) | @MikeGoldsmith
- maint: Update CODEOWNERS (#122) | @vreynolds
- chore: update dependabot.yml (#120) | @kentquirk
- maint: remove duplicate GOARCH in user-agent (#117)| @robbkidd
- Bump github.com/stretchr/testify from 1.8.0 to 1.8.1 (#115)
- Bump github.com/honeycombio/libhoney-go from 1.17.0 to 1.18.0 (#116)
- feat: configurable HTTP transport connect timeout (#111) | @danvendia
- maint: refactor config and simplify main() (#112) | @robbkidd
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 (#103) | @robbkidd
- maint: add new project workflow (#105) | @vreynolds
- maint: add config for gh release notes organization (#107) | @JamieDanielson
- feat: configurable event batch send timeout (#98) | @robbkidd
- add missing default regions (#93) | @JamieDanielson
- 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
- Add support for more AWS regions (#88) | @pkanal
- Fixes OpenSSL CVE | @pkanal
- Add shutdown reason event for timeouts and failures (#75) | @danvendia
- Add go 1.18 to CI (#77) | @vreynolds
- Bump github.com/stretchr/testify from 1.7.0 to 1.7.1 (#78)
- Bump github.com/honeycombio/libhoney-go from 1.15.6 to 1.15.8 (#74)
- feat: use msgpack encoding when sending telemetry (#72) | @vreynolds
- ci: Add re-triage workflow (#71) | @vreynolds
- docs: update layer version (#70) | @vreynolds
- Put GOARCH into user agent (#65) | @dstrelau
- bump libhoney-go (#63)
- empower apply-labels action to apply labels (#62)
- Bump github.com/honeycombio/libhoney-go from 1.15.4 to 1.15.5 (#53)
- leave note for future adventurers (#59)
- ci: fix s3 sync job (#57)
- docs: update to latest version in readme (#58)
Release 10.0.0 had an issue with the published layer.
- fix: aws publish layer directory name must be extensions (#55)
- fix: split publish based on region support (#52)
- Support ARM build (#46)
- Change maintenance badge to maintained (#44)
- Add Stalebot (#45)
- Add NOTICE (#42)
- Add note about honeycomb_debug env var (#41)
- Update CI config (#40)
- Bump github.com/stretchr/testify from 1.6.1 to 1.7.0 (#28)
- Bump github.com/sirupsen/logrus from 1.7.0 to 1.8.1 (#30)
- Bump github.com/honeycombio/libhoney-go from 1.14.1 to 1.15.4 (#32)
- Debugging mode via environment variable #38
- adds some configurable logging for troubleshooting extension behavior (#20)
- parse JSON emitted to STDOUT from Beelines/libhoney and send along as events (#21)
- Flush events queue on wake up. (#16)
- The Logs API returns 202 on subscribe. We were checking for 200.
- Remove unnecessary panic when unable to subscribe to logs API
- Add version string to user agent header
- Added option to disable
platform
messages. - Adding files like
CODEOWNERS
,CONTRIBUTORS
, etc.
- Pre-release for testing and demos.