There was an error while loading. Please reload this page.
1 parent 7e0ffe3 commit 30402e3Copy full SHA for 30402e3
3 files changed
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 1.9.0 (2025-12-15)
4
+
5
+### Features
6
7
+* Set channelID in call options for downstream interceptors (#225)
8
9
## 1.8.0 (2025-12-12)
10
11
### Features
build.gradle
@@ -13,7 +13,7 @@ repositories {
13
mavenLocal()
14
}
15
16
-version = '1.8.1-SNAPSHOT'
+version = '1.9.0'
17
group = 'com.google.cloud'
18
description = 'GRPC-GCP-Extension Java'
19
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.8.1-SNAPSHOT";
+ public static final String IMPLEMENTATION_VERSION = "1.9.0";
0 commit comments