Skip to content

Commit

Permalink
chore(main): release bigquery 1.52.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Jun 2, 2023
1 parent 31040e8 commit 1ff59fe
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest-individual.json
@@ -1,5 +1,5 @@
{
"bigquery": "1.51.2",
"bigquery": "1.52.0",
"bigtable": "1.18.1",
"datastore": "1.11.0",
"errorreporting": "0.3.0",
Expand Down
13 changes: 13 additions & 0 deletions bigquery/CHANGES.md
Expand Up @@ -2,6 +2,19 @@



## [1.52.0](https://github.com/googleapis/google-cloud-go/compare/bigquery/v1.51.2...bigquery/v1.52.0) (2023-06-02)


### Features

* **bigquery/storage:** Add table sampling to ReadAPI v1 ([ca94e27](https://github.com/googleapis/google-cloud-go/commit/ca94e2724f9e2610b46aefd0a3b5ddc06102e91b))
* **bigquery:** Update all direct dependencies ([b340d03](https://github.com/googleapis/google-cloud-go/commit/b340d030f2b52a4ce48846ce63984b28583abde6))


### Bug Fixes

* **bigquery:** RowIterator.Schema not filled when using Storage Read API ([#7671](https://github.com/googleapis/google-cloud-go/issues/7671)) ([31040e8](https://github.com/googleapis/google-cloud-go/commit/31040e8a7989b143c0c3c3f3e31c4a9dfbba8094))

## [1.51.2](https://github.com/googleapis/google-cloud-go/compare/bigquery/v1.51.1...bigquery/v1.51.2) (2023-05-08)


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.51.2"
const Version = "1.52.0"

0 comments on commit 1ff59fe

Please sign in to comment.