Release v0.6.0
Breaking changes
- Update Rust edition to 2021 in all crates: The minimum supported Rust version is 1.58.1
- lambda-http: accept http_body::Body in responses
What's Changed
- Use raw_query_string to populate QueryStringParameters by @calavera in #483
- Reduce dependency features by @calavera in #486
- Ignore hosts from ALB health checks when they are not present by @calavera in #495
- Feature flags for lambda_http by @calavera in #497
- feat(lambda-http): accept http_body::Body in responses by @hugobast in #491
- Update Rust edition to 2021 by @calavera in #501
New Contributors
- @lazear made their first contribution in #437
- @lukepfeiffer10 made their first contribution in #464
- @epompeii made their first contribution in #477
- @ZackKanter made their first contribution in #485
- @hugobast made their first contribution in #491
Full Changelog: v0.5.1...v0.6.0