Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ https://github.com/elastic/apm-aws-lambda/compare/v1.0.2...main[View commits]
- Added support for Lambda platform metrics {lambda-pull}202[202]
- Migrated to AWS SDK for Go v2 {lambda-pull}232[232]
- Make buffer size for agent data configurable {lambda-pull}262[262]
- Add support for reproducible builds {lambda-pull}237[237]
- Improve extension client error messages {lambda-pull}259[259]

[float]
==== Bug fixes
Expand All @@ -38,6 +40,8 @@ https://github.com/elastic/apm-aws-lambda/compare/v1.0.2...main[View commits]
- Avoid sending corrupted compressed data to APM Server {lambda-pull}257[257]
- Avoid creating http transports on each info request {lambda-pull}260[260]
- Randomise the initial grace period to avoid collisions {lambda-pull}240[240]
- Handle metadata errors correctly {lambda-pull}254[254]
- Always flush data to APM server before shutting down and avoid concurrent access to data channel {lambda-pull}258[258]

[float]
[[lambda-1.0.2]]
Expand Down Expand Up @@ -65,4 +69,4 @@ https://github.com/elastic/apm-aws-lambda/compare/v1.0.0...v1.0.1[View commits]

https://github.com/elastic/apm-aws-lambda/commits/46e65781912ca0448642e1574c1f8162ffa8dec0[View commits]

First stable release of the Elastic APM AWS Lambda extension.
First stable release of the Elastic APM AWS Lambda extension.