From a446bfb149bff6373895bbb2ed4c43cc833b28b0 Mon Sep 17 00:00:00 2001 From: tottoto Date: Thu, 29 Aug 2024 00:10:32 +0900 Subject: [PATCH] chore: prepare 0.12.3 release --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 435ab9382..2643afa9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# [0.12.3](https://github.com/hyperium/tonic/compare/v0.12.2...v0.12.3) (2024-08-29) + +### Features + +* **server:** Added support for grpc max_connection_age (#1865) +* **build:** Add `#[deprecated]` to deprecated client methods (#1879) + +### Bug Fixes + +* **build:** Revert "fix tonic-build cargo build script outputs (#1821)" which accidentally increases MSRV (#1898) + # [0.12.2](https://github.com/hyperium/tonic/compare/v0.12.1...v0.12.2) (2024-08-23) ### Features