From 941726cc46b995dcc393c9d2b462d440bd3514f3 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Tue, 9 Jul 2024 12:53:55 +0200 Subject: [PATCH] Note breaking change for TLS client configuration (#1781) --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 989c73359..569f9b0dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,7 @@ to prost `v0.13.0`. * `tonic_reflection::server` is updated to use the generated `tonic_reflection::pb::v1` code. * Make compression encoding configuration more malleable (#1757) +* Removed implicit configuration of client TLS roots setup (#1731) [v1.8.8]: https://github.com/fullstorydev/grpcurl/releases/tag/v1.8.8