Skip to content

Commit 261e1c3

Browse files
chore(main): release 2.17.0 (#4560)
🤖 I have created a release *beep* *boop* --- ## [2.17.0](https://togithub.com/googleapis/java-bigtable-hbase/compare/v2.16.2...v2.17.0) (2026-04-10) ### Feature * upgrade java-bigtable to 2.76.0 to to enable DirectAccess by default ([#4559](https://togithub.com/googleapis/java-bigtable-hbase/issues/4559)) ([3c33948](https://togithub.com/googleapis/java-bigtable-hbase/commit/3c339482b25f8b5003c86620e4e3874f88d1ec3d)) --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
1 parent a265f7f commit 261e1c3

File tree

55 files changed

+169
-157
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+169
-157
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.16.2"
2+
".": "2.17.0"
33
}

CHANGELOG.md

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

3+
## [2.17.0](https://github.com/googleapis/java-bigtable-hbase/compare/v2.16.2...v2.17.0) (2026-04-10)
4+
5+
6+
### Dependencies
7+
8+
* upgrade java-bigtable to 2.76.0 to to enable DirectAccess by default ([#4559](https://github.com/googleapis/java-bigtable-hbase/issues/4559)) ([3c33948](https://github.com/googleapis/java-bigtable-hbase/commit/3c339482b25f8b5003c86620e4e3874f88d1ec3d))
9+
10+
11+
### Miscellaneous Chores
12+
13+
* release 2.17.0 ([#4561](https://github.com/googleapis/java-bigtable-hbase/issues/4561)) ([a265f7f](https://github.com/googleapis/java-bigtable-hbase/commit/a265f7f51363f82f85807cafaffe55ef68a4a3ab))
14+
315
## [2.16.2](https://github.com/googleapis/java-bigtable-hbase/compare/v2.16.1...v2.16.2) (2026-04-03)
416

517

bigtable-client-core-parent/bigtable-hbase-integration-tests-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ limitations under the License.
1919
<parent>
2020
<groupId>com.google.cloud.bigtable</groupId>
2121
<artifactId>bigtable-client-core-parent</artifactId>
22-
<version>2.16.3-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
22+
<version>2.17.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->
2323
</parent>
2424

2525
<artifactId>bigtable-hbase-integration-tests-common</artifactId>

bigtable-client-core-parent/bigtable-hbase/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ limitations under the License.
2020
<parent>
2121
<groupId>com.google.cloud.bigtable</groupId>
2222
<artifactId>bigtable-client-core-parent</artifactId>
23-
<version>2.16.3-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
23+
<version>2.17.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->
2424
</parent>
2525

2626
<artifactId>bigtable-hbase</artifactId>
@@ -85,7 +85,7 @@ limitations under the License.
8585
<dependency>
8686
<groupId>com.google.cloud.bigtable</groupId>
8787
<artifactId>bigtable-internal-test-helper</artifactId>
88-
<version>2.16.3-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
88+
<version>2.17.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->
8989
<scope>test</scope>
9090
</dependency>
9191
<dependency>
@@ -149,7 +149,7 @@ limitations under the License.
149149
<plugin>
150150
<groupId>com.google.cloud.bigtable.test</groupId>
151151
<artifactId>bigtable-build-helper</artifactId>
152-
<version>2.16.3-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
152+
<version>2.17.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->
153153

154154
<executions>
155155
<execution>

bigtable-client-core-parent/bigtable-hbase/src/main/java/com/google/cloud/bigtable/hbase/BigtableHBaseVersion.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public class BigtableHBaseVersion {
3434
private static final AtomicBoolean wasInitialized = new AtomicBoolean(false);
3535

3636
// {x-version-update-start:bigtable-client-parent:current}
37-
public static final String VERSION = "2.16.3-SNAPSHOT";
37+
public static final String VERSION = "2.17.0";
3838
// {x-version-update-end}
3939

4040
/**

bigtable-client-core-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ limitations under the License.
2020
<parent>
2121
<groupId>com.google.cloud.bigtable</groupId>
2222
<artifactId>bigtable-client-parent</artifactId>
23-
<version>2.16.3-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
23+
<version>2.17.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->
2424
</parent>
2525

2626
<artifactId>bigtable-client-core-parent</artifactId>

bigtable-dataflow-parent/bigtable-beam-import/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ limitations under the License.
1818
<parent>
1919
<groupId>com.google.cloud.bigtable</groupId>
2020
<artifactId>bigtable-dataflow-parent</artifactId>
21-
<version>2.16.3-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
21+
<version>2.17.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->
2222
</parent>
2323
<modelVersion>4.0.0</modelVersion>
2424

@@ -83,7 +83,7 @@ limitations under the License.
8383
<dependency>
8484
<groupId>${project.groupId}</groupId>
8585
<artifactId>bigtable-hbase-beam</artifactId>
86-
<version>2.16.3-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
86+
<version>2.17.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->
8787
<exclusions>
8888
<exclusion>
8989
<groupId>org.apache.hbase</groupId>
@@ -156,7 +156,7 @@ limitations under the License.
156156
<dependency>
157157
<groupId>com.google.cloud.bigtable</groupId>
158158
<artifactId>bigtable-internal-test-helper</artifactId>
159-
<version>2.16.3-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
159+
<version>2.17.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->
160160
<scope>test</scope>
161161
</dependency>
162162

bigtable-dataflow-parent/bigtable-hbase-beam/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ limitations under the License.
1616
<parent>
1717
<groupId>com.google.cloud.bigtable</groupId>
1818
<artifactId>bigtable-dataflow-parent</artifactId>
19-
<version>2.16.3-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
19+
<version>2.17.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->
2020
</parent>
2121

2222
<artifactId>bigtable-hbase-beam</artifactId>
@@ -75,7 +75,7 @@ limitations under the License.
7575
<dependency>
7676
<groupId>${project.groupId}</groupId>
7777
<artifactId>bigtable-hbase-2.x-shaded</artifactId>
78-
<version>2.16.3-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
78+
<version>2.17.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->
7979
<exclusions>
8080
<!-- Workaround MNG-5899 & MSHADE-206. Maven >= 3.3.0 doesn't use the dependency reduced
8181
pom.xml files when invoking the build from a parent project. So we have to manually exclude
@@ -271,7 +271,7 @@ limitations under the License.
271271
<plugin>
272272
<groupId>com.google.cloud.bigtable.test</groupId>
273273
<artifactId>bigtable-build-helper</artifactId>
274-
<version>2.16.3-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
274+
<version>2.17.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->
275275
<executions>
276276
<execution>
277277
<id>verify-mirror-deps-beam</id>

bigtable-dataflow-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ limitations under the License.
2020
<parent>
2121
<groupId>com.google.cloud.bigtable</groupId>
2222
<artifactId>bigtable-client-parent</artifactId>
23-
<version>2.16.3-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
23+
<version>2.17.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->
2424
</parent>
2525

2626
<artifactId>bigtable-dataflow-parent</artifactId>

bigtable-hbase-1.x-parent/bigtable-hbase-1.x-hadoop/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ limitations under the License.
1818
<parent>
1919
<artifactId>bigtable-hbase-1.x-parent</artifactId>
2020
<groupId>com.google.cloud.bigtable</groupId>
21-
<version>2.16.3-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
21+
<version>2.17.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->
2222
</parent>
2323
<modelVersion>4.0.0</modelVersion>
2424

@@ -35,7 +35,7 @@ limitations under the License.
3535
<dependency>
3636
<groupId>${project.groupId}</groupId>
3737
<artifactId>bigtable-hbase-1.x-shaded</artifactId>
38-
<version>2.16.3-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
38+
<version>2.17.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->
3939
<exclusions>
4040
<!-- hbase-shaded-client will be replaced with hbase-client -->
4141
<exclusion>
@@ -170,7 +170,7 @@ limitations under the License.
170170
<plugin>
171171
<groupId>com.google.cloud.bigtable.test</groupId>
172172
<artifactId>bigtable-build-helper</artifactId>
173-
<version>2.16.3-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
173+
<version>2.17.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->
174174

175175
<executions>
176176
<execution>

0 commit comments

Comments
 (0)