We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1adffc commit daa67f3Copy full SHA for daa67f3
grpc-gcp/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 1.7.0 (2025-09-23)
4
+
5
+### Features
6
7
+* Dynamic channel pool scaling (#194)
8
9
## 1.6.1 (2024-06-17)
10
11
### Features
grpc-gcp/build.gradle
@@ -13,7 +13,7 @@ repositories {
13
mavenLocal()
14
}
15
16
-version = '1.6.2-SNAPSHOT'
+version = '1.7.0'
17
group = 'com.google.cloud'
18
description = 'GRPC-GCP-Extension Java'
19
sourceCompatibility = '1.8'
0 commit comments