v0.8.0
What's Changed
- Fix logs processor example by @mattbajorek in #588
- Link to Cargo Lambda on first mention by @timClicks in #591
- Improve extensions API support by @calavera in #593
- add example for Lambda + HTTP + Axum by @greenwoodcm in #598
- docs/refactor: add documentation for invoking HTTP functions locally by @winstxnhdw in #601
- Fix clippy warnings by @bnusunny in #603
- fix http-axum example crate name by @greenwoodcm in #605
- lambda_http: Add convenience methods to get references to data in the request by @dcormier in #602
- Fix invoke example for Windows CMD by @edmuthiah in #604
- Consistent notes and warnings by @edmuthiah in #608
- make tracing init consistent across examples by @greenwoodcm in #609
- add test for basic-lambda (#551) by @peterborkuti in #612
- basic-sdk example by @greenwoodcm in #619
- s3 example - thumbnail creator (#613) by @peterborkuti in #621
- Add Axum+Diesel example by @calavera in #629
- Add support for Lambda streaming response by @bnusunny in #628
- lambda_http: Make extension methods available for
http::request::Parts
by @dcormier in #607 - Remove extension_id from LambdaEvent by @calavera in #633
- Add debug assertions check to streaming by @calavera in #635
- Release v0.8.0 by @bnusunny in #636
New Contributors
- @mattbajorek made their first contribution in #588
- @timClicks made their first contribution in #591
- @winstxnhdw made their first contribution in #601
- @edmuthiah made their first contribution in #604
- @peterborkuti made their first contribution in #612
Full Changelog: v0.7.3...v0.8.0