From a6826b29835c2eed77ce657558e507e082777173 Mon Sep 17 00:00:00 2001 From: Yuri Golobokov Date: Sun, 17 Jul 2022 19:26:04 -0700 Subject: [PATCH] New release 1.2.0 --- grpc-gcp/CHANGELOG.md | 13 +++++++++++++ grpc-gcp/build.gradle | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/grpc-gcp/CHANGELOG.md b/grpc-gcp/CHANGELOG.md index 20597001..94d17bc7 100644 --- a/grpc-gcp/CHANGELOG.md +++ b/grpc-gcp/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## 1.2.0 (2021-07-18) + +### Features + +* multi-endpoint (#135). +* round-robin for bind calls (#127). +* minSize of the channel pool (#134). +* detailed logs (#133). +* log metrics (#131). +* map a key to current channel when bound call arrives but no mapping for the +key exists (#132). +* consolidate channel pool config in the GcpChannelPoolOptions (#109). + ## 1.1.0 (2021-07-20) ### Features diff --git a/grpc-gcp/build.gradle b/grpc-gcp/build.gradle index 32e37965..63ab6499 100644 --- a/grpc-gcp/build.gradle +++ b/grpc-gcp/build.gradle @@ -15,7 +15,7 @@ repositories { mavenLocal() } -version = '1.1.1-SNAPSHOT' +version = '1.2.0' group = 'com.google.cloud' description = 'GRPC-GCP-Extension Java' sourceCompatibility = '1.8'