Skip to content

Commit

Permalink
chore(main): release bigtable 1.35.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Jan 10, 2025
1 parent 985f3dc commit 763811d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest-individual.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"auth": "0.14.0",
"auth/oauth2adapt": "0.2.7",
"bigquery": "1.65.0",
"bigtable": "1.34.0",
"bigtable": "1.35.0",
"datastore": "1.20.0",
"errorreporting": "0.3.2",
"firestore": "1.18.0",
Expand Down
12 changes: 12 additions & 0 deletions bigtable/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changes

## [1.35.0](https://github.com/googleapis/google-cloud-go/compare/bigtable/v1.34.0...bigtable/v1.35.0) (2025-01-10)


### Features

* **bigtable:** Hot backups ([#11215](https://github.com/googleapis/google-cloud-go/issues/11215)) ([238ac1c](https://github.com/googleapis/google-cloud-go/commit/238ac1c37978b7ccdd72af453416308c511dd493))


### Bug Fixes

* **bigtable:** Retry correct mutations ([#11388](https://github.com/googleapis/google-cloud-go/issues/11388)) ([ca2c4e3](https://github.com/googleapis/google-cloud-go/commit/ca2c4e334f07e7f8f0e276db922122d47262dabf))

## [1.34.0](https://github.com/googleapis/google-cloud-go/compare/bigtable/v1.33.0...bigtable/v1.34.0) (2025-01-02)


Expand Down
2 changes: 1 addition & 1 deletion bigtable/internal/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
package internal

// Version is the current tagged release of the library.
const Version = "1.34.0"
const Version = "1.35.0"

0 comments on commit 763811d

Please sign in to comment.