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'