From 3dcb73bd49ee0fa187308f6c33bac845a31d801d 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 | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 435ab9382..22a06f2d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# [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) +* **build:** plumb skip_debug through prost Builder and add test (#1900) + +### Bug Fixes + +* **build:** Revert "fix tonic-build cargo build script outputs (#1821)" which accidentally increases MSRV (#1898) +* **server:** ignore more error kinds in incoming socket stream (#1885) + # [0.12.2](https://github.com/hyperium/tonic/compare/v0.12.1...v0.12.2) (2024-08-23) ### Features