Skip to content

Commit 86888f8

Browse files
chore(main): release bigtable 1.26.0 (#10461)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Baha Aiman <[email protected]>
1 parent ddbc02b commit 86888f8

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

.release-please-manifest-individual.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"auth": "0.7.2",
55
"auth/oauth2adapt": "0.2.3",
66
"bigquery": "1.62.0",
7-
"bigtable": "1.25.0",
7+
"bigtable": "1.26.0",
88
"datastore": "1.17.1",
99
"errorreporting": "0.3.1",
1010
"firestore": "1.15.0",

bigtable/CHANGES.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changes
22

3+
## [1.26.0](https://github.com/googleapis/google-cloud-go/compare/bigtable/v1.25.0...bigtable/v1.26.0) (2024-07-23)
4+
5+
6+
### Features
7+
8+
* **bigtable/emulator:** Allow listening on Unix Domain Sockets ([#9665](https://github.com/googleapis/google-cloud-go/issues/9665)) ([424494c](https://github.com/googleapis/google-cloud-go/commit/424494ce23db13468a4ea3e3be6ed1dee028ecdb))
9+
* **bigtable:** Add column family type to FamilyInfo in TableInfo ([#10520](https://github.com/googleapis/google-cloud-go/issues/10520)) ([fd16a17](https://github.com/googleapis/google-cloud-go/commit/fd16a1785df6f1378aecb3cd6a7f2c9bcc40c6c7))
10+
* **bigtable:** Mark CBT Authorized View admin APIs as unimplemented in the emulator ([#10562](https://github.com/googleapis/google-cloud-go/issues/10562)) ([6b32871](https://github.com/googleapis/google-cloud-go/commit/6b328715c83c8fa2bfd1c3b6b64acd8f1bd486f2))
11+
12+
13+
### Bug Fixes
14+
15+
* **bigtable:** Add quotes to end of range ([#10488](https://github.com/googleapis/google-cloud-go/issues/10488)) ([142b153](https://github.com/googleapis/google-cloud-go/commit/142b15384d4d818faf30f3bae4567c7f579f4079))
16+
* **bigtable:** Bump google.golang.org/[email protected] ([8fa9e39](https://github.com/googleapis/google-cloud-go/commit/8fa9e398e512fd8533fd49060371e61b5725a85b))
17+
* **bigtable:** Bump google.golang.org/[email protected] ([8ecc4e9](https://github.com/googleapis/google-cloud-go/commit/8ecc4e9622e5bbe9b90384d5848ab816027226c5))
18+
* **bigtable:** Update dependencies ([257c40b](https://github.com/googleapis/google-cloud-go/commit/257c40bd6d7e59730017cf32bda8823d7a232758))
19+
320
## [1.25.0](https://github.com/googleapis/google-cloud-go/compare/bigtable/v1.24.0...bigtable/v1.25.0) (2024-06-20)
421

522

bigtable/internal/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
package internal
1616

1717
// Version is the current tagged release of the library.
18-
const Version = "1.25.0"
18+
const Version = "1.26.0"

0 commit comments

Comments
 (0)