Files
poem/poem-lambda/CHANGELOG.md
Sunli 345bdf4431 poem 3.1.11
poem-openapi 5.1.15
poem-mcpserver 0.2.4
poem-lambda 5.1.3
poem-grpc 0.5.6
2025-06-06 21:36:27 +08:00

46 lines
932 B
Markdown

# 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).
# [5.1.3] 2025-06-06
- chore(deps): update lambda_http requirement from 0.13.0 to 0.15.0 [#1045](https://github.com/poem-web/poem/pull/1045)
# [5.1.2] 2025-03-24
- Update MSRV to `1.85.0`
# [5.1.1] 2024-11-20
- Update MSRV to `1.81.0`
# [5.0.0] 2024-03-30
- use AFIT instead of `async_trait`
- Bump `lambda_http` from `0.9` to `0.10`
# [1.3.47] 2022-10-19
- Bump lambda_http from `0.6.0` to `0.7.0`
# [1.3.41]
- Upgrade lambda_http version to `v0.6.0`
# [1.3.16] 2022-3-18
- Bump `lambda_http` from `0.4.1` to `0.5.1`.
# [1.0.19] 2021-11-03
# [1.0.19] 2021-11-03
- Use Rust 2021 edition.
# [1.0.12] 2021-10-27
- Return the correct payload type to the gateway.