We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24c1265 commit a294808Copy full SHA for a294808
3 files changed
grpc-gcp/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 1.9.1 (2025-12-27)
4
+
5
+### Fixes
6
7
+* Fix race for metrics values (#228)
8
9
## 1.9.0 (2025-12-15)
10
11
### Features
grpc-gcp/build.gradle
@@ -13,7 +13,7 @@ repositories {
13
mavenLocal()
14
}
15
16
-version = '1.9.1-SNAPSHOT'
+version = '1.9.1'
17
group = 'com.google.cloud'
18
description = 'GRPC-GCP-Extension Java'
19
grpc-gcp/src/main/java/com/google/cloud/grpc/GrpcGcpUtil.java
@@ -1,5 +1,5 @@
package com.google.cloud.grpc;
public class GrpcGcpUtil {
- public static final String IMPLEMENTATION_VERSION = "1.9.1-SNAPSHOT";
+ public static final String IMPLEMENTATION_VERSION = "1.9.1";
0 commit comments