File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed
src/main/java/com/google/cloud/grpc Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ repositories {
1313 mavenLocal()
1414}
1515
16- version = ' 1.9.2-SNAPSHOT '
16+ version = ' 1.9.2'
1717group = ' com.google.cloud'
1818description = ' GRPC-GCP-Extension Java'
1919
Original file line number Diff line number Diff line change 11package com .google .cloud .grpc ;
22
33public class GrpcGcpUtil {
4- public static final String IMPLEMENTATION_VERSION = "1.9.2-SNAPSHOT " ;
4+ public static final String IMPLEMENTATION_VERSION = "1.9.2" ;
55}
You can’t perform that action at this time.
0 commit comments