Skip to content

Commit e79d760

Browse files
committed
Bump to 1.9.2
1 parent e18cc20 commit e79d760

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

grpc-gcp/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## 1.9.2 (2026-03-21)
4+
5+
### Fixes
6+
7+
* Use daemon threads for grpc-gcp background executors by default
8+
9+
### Features
10+
11+
* Support of Unbind manual affinity keys after terminal calls
12+
13+
314
## 1.9.1 (2025-12-27)
415

516
### Fixes

grpc-gcp/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repositories {
1313
mavenLocal()
1414
}
1515

16-
version = '1.9.2-SNAPSHOT'
16+
version = '1.9.2'
1717
group = 'com.google.cloud'
1818
description = 'GRPC-GCP-Extension Java'
1919

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package com.google.cloud.grpc;
22

33
public class GrpcGcpUtil {
4-
public static final String IMPLEMENTATION_VERSION = "1.9.2-SNAPSHOT";
4+
public static final String IMPLEMENTATION_VERSION = "1.9.2";
55
}

0 commit comments

Comments
 (0)