Release v0.6.3
Main Updates
- [Feature]: support web applications over TLS/HTTPS
- [Bug Fix]: handle URL encoding properly with the URL crate
- [Example]: add FastAPI HTTPS example
- [Example]: add Axum HTTPS example
- [Example]: add Actix Web example
- [Example]: update Next.js example to enable cache
- [Doc]: ports should be avoided
- [Doc]: local debugging with sam local
- [Chore]: pipeline update
What's Changed
- Upgrade to Nextjs 13 and enable cache by @bnusunny in #163
- Update README and examples for v0.6.2 by @bnusunny in #172
- Use url crate to handle app url encoding by @bnusunny in #176
- Upgrade gin to v1.9.0 by @bnusunny in #180
- Update Axum example to use new SAM CLI rust build by @bnusunny in #181
- Add Actix Web example by @bnusunny in #182
- Add HTTPS support by @bnusunny in #183
- Add rust axum https example by @bnusunny in #185
- Update Axum https example by @bnusunny in #186
- Document ports should be avoided by @bnusunny in #187
- Document Lambda Function URL support by @bnusunny in #188
- Document local debugging with aws sam local by @bnusunny in #189
- Release v0.6.3 by @bnusunny in #190
Full Changelog: v0.6.2...v0.6.3