Skip to content

Commit

Permalink
poem 3.1.5
Browse files Browse the repository at this point in the history
poem-grpc 0.5.3
poem-openapi 5.1.5
  • Loading branch information
sunli829 committed Jan 4, 2025
1 parent 61d625a commit 7f9cc84
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 3 deletions.
4 changes: 4 additions & 0 deletions poem-grpc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ 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.3] 2024-01-04

- feat: Implement enable_type_name config method [#924](https://github.com/poem-web/poem/pull/924)

# [0.5.2] 2024-11-20

- Add `ClientConfigBuilder::http2_max_header_list_size` method to set the max size of received header frames.
Expand Down
2 changes: 1 addition & 1 deletion poem-grpc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "poem-grpc"
version = "0.5.2"
version = "0.5.3"
authors.workspace = true
edition.workspace = true
license.workspace = true
Expand Down
7 changes: 7 additions & 0 deletions poem-openapi/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ 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.5] 2025-01-04

- Add description to Union descriminator object schema [#921](https://github.com/poem-web/poem/pull/921)
- make Json from poem-openapi derive Default because Json from poem does [#938](https://github.com/poem-web/poem/pull/938)
- Pass `ParsePayload<T>::IS_REQUIRED` to `T` instead of defaulting to `true` [#932](https://github.com/poem-web/poem/pull/932)
- allow path in status for ApiResponse [#937](https://github.com/poem-web/poem/pull/937)

#[5.1.4] 2024-11-25

- Assign the description to the request object in OpenAPI [#886](https://github.com/poem-web/poem/pull/886)
Expand Down
2 changes: 1 addition & 1 deletion poem-openapi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "poem-openapi"
version = "5.1.4"
version = "5.1.5"
authors.workspace = true
edition.workspace = true
license.workspace = true
Expand Down
8 changes: 8 additions & 0 deletions poem/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ 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).

# [3.1.6] 2025-01-04

- fix: update otel semconv as well [#916](https://github.com/poem-web/poem/pull/916)
- chore: bump thiserror and tokio-tungstenite [#931](https://github.com/poem-web/poem/pull/931)
- Implement middleware for `&T: Middleware<_>` [#936](https://github.com/poem-web/poem/pull/936)
- Respect client cookie precedence [#943](https://github.com/poem-web/poem/pull/943)
- Set a Path on the CSRF cookie [#944](https://github.com/poem-web/poem/pull/944)

# [3.1.5] 2024-11-25

- Bump `opentelemetry` to `0.27.0`
Expand Down
2 changes: 1 addition & 1 deletion poem/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "poem"
version = "3.1.5"
version = "3.1.6"
authors.workspace = true
edition.workspace = true
license.workspace = true
Expand Down

0 comments on commit 7f9cc84

Please sign in to comment.