Skip to content

Commit

Permalink
Merge pull request #137 from GoogleCloudPlatform/version-bump
Browse files Browse the repository at this point in the history
New release 1.2.0
  • Loading branch information
nimf committed Jul 18, 2022
2 parents b7e0ef2 + a6826b2 commit bcde681
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion grpc-gcp/build.gradle
Expand Up @@ -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'
Expand Down

0 comments on commit bcde681

Please sign in to comment.