From 5f8dab489ed2ed15314148f57471b8e3adf69ab2 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Tue, 9 Jul 2024 11:36:47 +0200 Subject: [PATCH] Note breaking change for TLS client configuration --- 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