# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.5.0] - 2026-03-30
### Changed
- Updated OpenTelemetry dependencies to version 0.31.0
- Updated tracing-opentelemetry dependency to version 0.32.1
- Updated lambda-lw-http-router-core dependency to version 0.5.0
- Updated lambda-lw-http-router-macro dependency to version 0.5.0
## [0.4.0] - 2025-01-07
### Changed
- Updated OpenTelemetry dependencies to version 0.30.0
- Updated tracing-opentelemetry dependency to version 0.31.0
- Improved string formatting using modern Rust interpolation syntax
- Enhanced module path handling in route macros for better flexibility
- Updated constructor attribute usage for better compatibility
- Updated lambda-lw-http-router-core dependency to version 0.4.0
- Updated lambda-lw-http-router-macro dependency to version 0.4.0
## [0.3.0] - 2024-12-16
### Changed
- Updated repository name from lambda-otlp-forwarder to serverless-otlp-forwarder
- Version aligned with other packages in the monorepo
## [0.1.3] - 2024-12-14
### Added
- Added header capturing to OpenTelemetry spans (thanks to Gary Sassano, https://github.com/dev7a/lambda-otlp-forwarder/pull/27)
- Updated lambda-lw-http-router-core dependency to version 0.1.3
## [0.1.2] - 2024-12-13
### Fixed
- Fixed https://github.com/dev7a/serverless-otlp-forwarder/issues/22
- Updated dependency for lambda-lw-http-router-core dependency to version 0.1.2
## [0.1.1] - 2024-11-23
### Changed
- Updated lambda-lw-http-router-core dependency to version 0.1.1
## [0.1.0] - 2024-11-20
### Added
- Initial release
- HTTP router for AWS Lambda functions
- Support for API Gateway and Application Load Balancer events