Skip to content

Commit

Permalink
Version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nimf committed Jun 12, 2021
1 parent 601534e commit cdeaec4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions grpc-gcp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Changelog

## 1.0.0 (2021-06-11)

### Features

* gRPC channel pool with configurable channel affinity.
* provide a channel with minimum active streams for a new call.
* an optional fallback from non-ready channel to a ready channel.
* an option to detect unresponsive channels.
2 changes: 1 addition & 1 deletion grpc-gcp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repositories {
mavenLocal()
}

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

0 comments on commit cdeaec4

Please sign in to comment.