Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Nov 1, 2022
1 parent f7c7f41 commit 1778fe5
Show file tree
Hide file tree
Showing 13 changed files with 75 additions and 12 deletions.
12 changes: 6 additions & 6 deletions .release-please-manifest-individual.json
@@ -1,13 +1,13 @@
{
"bigquery": "1.43.0",
"bigtable": "1.16.0",
"bigquery": "1.43.1",
"bigtable": "1.17.0",
"datastore": "1.9.0",
"errorreporting": "0.2.0",
"firestore": "1.8.0",
"errorreporting": "0.3.0",
"firestore": "1.8.1",
"logging": "1.5.0",
"profiler": "0.3.0",
"pubsub": "1.26.0",
"pubsublite": "1.4.1",
"spanner": "1.39.0",
"storage": "1.27.0"
"spanner": "1.40.0",
"storage": "1.28.0"
}
7 changes: 7 additions & 0 deletions bigquery/CHANGES.md
Expand Up @@ -2,6 +2,13 @@



## [1.43.1](https://github.com/googleapis/google-cloud-go/compare/bigquery/v1.43.0...bigquery/v1.43.1) (2022-11-01)


### Bug Fixes

* **bigquery/storage/managedwriter:** Remove old header routing ([#6960](https://github.com/googleapis/google-cloud-go/issues/6960)) ([434b407](https://github.com/googleapis/google-cloud-go/commit/434b407f4ba66247cb0a15288a2de8e76b691605))

## [1.43.0](https://github.com/googleapis/google-cloud-go/compare/bigquery/v1.42.0...bigquery/v1.43.0) (2022-10-24)


Expand Down
2 changes: 1 addition & 1 deletion bigquery/internal/version.go
Expand Up @@ -16,4 +16,4 @@
package internal

// Version is the current tagged release of the library.
const Version = "1.43.0"
const Version = "1.43.1"
15 changes: 15 additions & 0 deletions bigtable/CHANGES.md
@@ -1,5 +1,20 @@
# Changes

## [1.17.0](https://github.com/googleapis/google-cloud-go/compare/bigtable/v1.16.0...bigtable/v1.17.0) (2022-11-01)


### Features

* **bigtable:** Add create table metadata support ([#6813](https://github.com/googleapis/google-cloud-go/issues/6813)) ([d497377](https://github.com/googleapis/google-cloud-go/commit/d4973774b6b31a2091bcff06c01af6acf4378e93))
* **bigtable:** Add update table metadata support ([#6746](https://github.com/googleapis/google-cloud-go/issues/6746)) ([f19ffad](https://github.com/googleapis/google-cloud-go/commit/f19ffada53d45919e872bec7089f0a540a35755d))
* **bigtable:** Update genproto ([#6710](https://github.com/googleapis/google-cloud-go/issues/6710)) ([34f3aa4](https://github.com/googleapis/google-cloud-go/commit/34f3aa4c36c9a082e4bde1aad6f18951eb48cb51))


### Bug Fixes

* **bigtable:** CellsPer(Row|Column)LimitFilter should error with arguments <= 0. ([#6495](https://github.com/googleapis/google-cloud-go/issues/6495)) ([7724d8f](https://github.com/googleapis/google-cloud-go/commit/7724d8f077db62d543571b11bd17d5494fbd0260))
* **bigtable:** Fix flaky AdminBackUp test ([#6917](https://github.com/googleapis/google-cloud-go/issues/6917)) ([45cc61e](https://github.com/googleapis/google-cloud-go/commit/45cc61ecad8dd67ac1b17b1f8e03043ff6ab4792))

## [1.16.0](https://github.com/googleapis/google-cloud-go/compare/bigtable/v1.15.0...bigtable/v1.16.0) (2022-07-27)


Expand Down
2 changes: 1 addition & 1 deletion bigtable/internal/version.go
Expand Up @@ -15,4 +15,4 @@
package internal

// Version is the current tagged release of the library.
const Version = "1.16.0"
const Version = "1.17.0"
7 changes: 7 additions & 0 deletions errorreporting/CHANGES.md
@@ -1,5 +1,12 @@
# Changes

## [0.3.0](https://github.com/googleapis/google-cloud-go/compare/errorreporting/v0.2.0...errorreporting/v0.3.0) (2022-11-01)


### Features

* **errorreporting:** start generating REST client for beta clients ([25b7775](https://github.com/googleapis/google-cloud-go/commit/25b77757c1e6f372e03bf99ab7461264bba48d26))

## [0.2.0](https://github.com/googleapis/google-cloud-go/compare/errorreporting/v0.1.0...errorreporting/v0.2.0) (2022-02-14)


Expand Down
2 changes: 1 addition & 1 deletion errorreporting/internal/version.go
Expand Up @@ -15,4 +15,4 @@
package internal

// Version is the current tagged release of the library.
const Version = "0.2.0"
const Version = "0.3.0"
7 changes: 7 additions & 0 deletions firestore/CHANGES.md
@@ -1,5 +1,12 @@
# Changes

## [1.8.1](https://github.com/googleapis/google-cloud-go/compare/firestore/v1.8.0...firestore/v1.8.1) (2022-11-01)


### Documentation

* **firestore:** Adds emulator snippet ([#6926](https://github.com/googleapis/google-cloud-go/issues/6926)) ([456afab](https://github.com/googleapis/google-cloud-go/commit/456afab76f078ef58b7e5b3409acc6b3f71c5b79))

## [1.8.0](https://github.com/googleapis/google-cloud-go/compare/firestore/v1.7.0...firestore/v1.8.0) (2022-10-17)


Expand Down
2 changes: 1 addition & 1 deletion firestore/internal/version.go
Expand Up @@ -15,4 +15,4 @@
package internal

// Version is the current tagged release of the library.
const Version = "1.8.0"
const Version = "1.8.1"
8 changes: 8 additions & 0 deletions spanner/CHANGES.md
@@ -1,5 +1,13 @@
# Changes

## [1.40.0](https://github.com/googleapis/google-cloud-go/compare/spanner/v1.39.0...spanner/v1.40.0) (2022-11-01)


### Features

* **spanner:** Update result_set.proto to return undeclared parameters in ExecuteSql API ([de4e16a](https://github.com/googleapis/google-cloud-go/commit/de4e16a498354ea7271f5b396f7cb2bb430052aa))
* **spanner:** Update transaction.proto to include different lock modes ([caf4afa](https://github.com/googleapis/google-cloud-go/commit/caf4afa139ad7b38b6df3e3b17b8357c81e1fd6c))

## [1.39.0](https://github.com/googleapis/google-cloud-go/compare/spanner/v1.38.0...spanner/v1.39.0) (2022-09-21)


Expand Down
2 changes: 1 addition & 1 deletion spanner/internal/version.go
Expand Up @@ -15,4 +15,4 @@
package internal

// Version is the current tagged release of the library.
const Version = "1.39.0"
const Version = "1.40.0"
19 changes: 19 additions & 0 deletions storage/CHANGES.md
@@ -1,6 +1,25 @@
# Changes


## [1.28.0](https://github.com/googleapis/google-cloud-go/compare/storage/v1.27.0...storage/v1.28.0) (2022-11-01)


### Features

* **storage/internal:** Add routing annotations ([ce3f945](https://github.com/googleapis/google-cloud-go/commit/ce3f9458e511eca0910992763232abbcd64698f1))
* **storage:** Add Autoclass support ([#6828](https://github.com/googleapis/google-cloud-go/issues/6828)) ([f7c7f41](https://github.com/googleapis/google-cloud-go/commit/f7c7f41e4d7fcffe05860e1114cb20f40c869da8))


### Bug Fixes

* **storage:** Fix read-write race in Writer.Write ([#6817](https://github.com/googleapis/google-cloud-go/issues/6817)) ([4766d3e](https://github.com/googleapis/google-cloud-go/commit/4766d3e1004119b93c6bd352024b5bf3404252eb))
* **storage:** Fix request token passing for Copier.Run ([#6863](https://github.com/googleapis/google-cloud-go/issues/6863)) ([faaab06](https://github.com/googleapis/google-cloud-go/commit/faaab066d8e509dc440bcbc87391557ecee7dbf2)), refs [#6857](https://github.com/googleapis/google-cloud-go/issues/6857)


### Documentation

* **storage:** Update broken links for SignURL and PostPolicy ([#6779](https://github.com/googleapis/google-cloud-go/issues/6779)) ([776138b](https://github.com/googleapis/google-cloud-go/commit/776138bc06a1e5fd45acbf8f9d36e9dc6ce31dd3))

## [1.27.0](https://github.com/googleapis/google-cloud-go/compare/storage/v1.26.0...storage/v1.27.0) (2022-09-22)


Expand Down
2 changes: 1 addition & 1 deletion storage/internal/version.go
Expand Up @@ -15,4 +15,4 @@
package internal

// Version is the current tagged release of the library.
const Version = "1.27.0"
const Version = "1.28.0"

0 comments on commit 1778fe5

Please sign in to comment.