Skip to content

Commit

Permalink
Merge pull request #95 from GoogleCloudPlatform/new-version
Browse files Browse the repository at this point in the history
New release 1.1.0
  • Loading branch information
nimf committed Jul 20, 2021
2 parents efd179d + 2467da6 commit 32a5812
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions grpc-gcp/CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog

## 1.1.0 (2021-07-20)

### Features

* improve bind/unbind logic.
* improve getChannelRef performance for calls without channel affinity.
* more accurate affinity counts.
* allow to rebind a key to another channel and adjust affinity counts accordingly.

## 1.0.0 (2021-06-11)

### Features
Expand Down
2 changes: 1 addition & 1 deletion grpc-gcp/build.gradle
Expand Up @@ -15,7 +15,7 @@ repositories {
mavenLocal()
}

version = '1.0.1-SNAPSHOT'
version = '1.1.0'
group = 'com.google.cloud'
description = 'GRPC-GCP-Extension Java'
sourceCompatibility = '1.8'
Expand Down

0 comments on commit 32a5812

Please sign in to comment.