-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🤖 I have created a release *beep* *boop* --- ## [2.26.0](https://togithub.com/googleapis/java-bigtable/compare/v2.25.1...v2.26.0) (2023-08-09) ### Features * Add last_scanned_row_key feature ([#1856](https://togithub.com/googleapis/java-bigtable/issues/1856)) ([ef30dde](https://togithub.com/googleapis/java-bigtable/commit/ef30dde4bdbedb8f04feb0604d66c95309468a2e)) * Enable last_scanned_row_responses feature flag ([#1862](https://togithub.com/googleapis/java-bigtable/issues/1862)) ([c2288c9](https://togithub.com/googleapis/java-bigtable/commit/c2288c9f1f97571b7b12394a4697ebf5abfc5cfc)) * Setup 2.25.x lts branch ([#1866](https://togithub.com/googleapis/java-bigtable/issues/1866)) ([220cf4b](https://togithub.com/googleapis/java-bigtable/commit/220cf4b142adeb63802e27fb5effdb343f832563)) ### Bug Fixes * Fix batcher metric labels ([#1829](https://togithub.com/googleapis/java-bigtable/issues/1829)) ([6245c12](https://togithub.com/googleapis/java-bigtable/commit/6245c12b37d8c1398cdfd497129a6fc1ef767508)) ### Dependencies * Update dependency com.google.cloud:google-cloud-monitoring-bom to v3.24.0 ([#1878](https://togithub.com/googleapis/java-bigtable/issues/1878)) ([0de458d](https://togithub.com/googleapis/java-bigtable/commit/0de458d919cdef4284da98b830c26027b9ae8941)) * Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.14.0 ([#1873](https://togithub.com/googleapis/java-bigtable/issues/1873)) ([bb83064](https://togithub.com/googleapis/java-bigtable/commit/bb830647358e66bddc392e0cffbe7e63a7036ce6)) * Update dependency org.graalvm.buildtools:junit-platform-native to v0.9.24 ([#1876](https://togithub.com/googleapis/java-bigtable/issues/1876)) ([d397c33](https://togithub.com/googleapis/java-bigtable/commit/d397c337ab17d000a331bade8fca8b49f5f2355e)) * Update dependency org.graalvm.buildtools:native-maven-plugin to v0.9.24 ([#1877](https://togithub.com/googleapis/java-bigtable/issues/1877)) ([1a8be60](https://togithub.com/googleapis/java-bigtable/commit/1a8be60a20498d6fa321841fa561ab7c3d9fe9a2)) --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
- Loading branch information
1 parent
0de458d
commit 9bc65d1
Showing
16 changed files
with
80 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
<modelVersion>4.0.0</modelVersion> | ||
|
||
<artifactId>google-cloud-bigtable-emulator</artifactId> | ||
<version>0.162.2-SNAPSHOT</version><!-- {x-version-update:google-cloud-bigtable-emulator:current} --> | ||
<version>0.163.0</version><!-- {x-version-update:google-cloud-bigtable-emulator:current} --> | ||
<name>Google Cloud Java - Bigtable Emulator</name> | ||
<url>https://github.com/googleapis/java-bigtable</url> | ||
<description> | ||
|
@@ -14,7 +14,7 @@ | |
<parent> | ||
<groupId>com.google.cloud</groupId> | ||
<artifactId>google-cloud-bigtable-parent</artifactId> | ||
<version>2.25.2-SNAPSHOT</version><!-- {x-version-update:google-cloud-bigtable:current} --> | ||
<version>2.26.0</version><!-- {x-version-update:google-cloud-bigtable:current} --> | ||
</parent> | ||
<scm> | ||
<connection>scm:git:[email protected]:googleapis/java-bigtable.git</connection> | ||
|
@@ -81,14 +81,14 @@ | |
<dependency> | ||
<groupId>com.google.cloud</groupId> | ||
<artifactId>google-cloud-bigtable-deps-bom</artifactId> | ||
<version>2.25.2-SNAPSHOT</version><!-- {x-version-update:google-cloud-bigtable:current} --> | ||
<version>2.26.0</version><!-- {x-version-update:google-cloud-bigtable:current} --> | ||
<type>pom</type> | ||
<scope>import</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.google.cloud</groupId> | ||
<artifactId>google-cloud-bigtable-bom</artifactId> | ||
<version>2.25.2-SNAPSHOT</version><!-- {x-version-update:google-cloud-bigtable:current} --> | ||
<version>2.26.0</version><!-- {x-version-update:google-cloud-bigtable:current} --> | ||
<type>pom</type> | ||
<scope>import</scope> | ||
</dependency> | ||
|
@@ -99,7 +99,7 @@ | |
<dependency> | ||
<groupId>com.google.cloud</groupId> | ||
<artifactId>google-cloud-bigtable-emulator-core</artifactId> | ||
<version>0.162.2-SNAPSHOT</version><!-- {x-version-update:google-cloud-bigtable-emulator:current} --> | ||
<version>0.163.0</version><!-- {x-version-update:google-cloud-bigtable-emulator:current} --> | ||
</dependency> | ||
|
||
<dependency> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.