Skip to content

Commit

Permalink
chore(main): release bigquery 1.64.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Oct 15, 2024
1 parent 0544c0a commit 83c2537
Show file tree
Hide file tree
Showing 3 changed files with 10 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 @@ -3,7 +3,7 @@
"aiplatform": "1.68.0",
"auth": "0.9.8",
"auth/oauth2adapt": "0.2.4",
"bigquery": "1.63.1",
"bigquery": "1.64.0",
"bigtable": "1.33.0",
"datastore": "1.19.0",
"errorreporting": "0.3.1",
Expand Down
8 changes: 8 additions & 0 deletions bigquery/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@



## [1.64.0](https://github.com/googleapis/google-cloud-go/compare/bigquery/v1.63.1...bigquery/v1.64.0) (2024-10-15)


### Features

* **bigquery/datatransfer:** Add scheduleOptionsV2 and Error fields for TransferConfig ([78d8513](https://github.com/googleapis/google-cloud-go/commit/78d8513f7e31c6ef118bdfc784049b8c7f1e3249))
* **bigquery/storage:** Add experimental ArrowData type and arrow_data field within AppendRowsRequest ([f0b05e2](https://github.com/googleapis/google-cloud-go/commit/f0b05e260435d5e8889b9a0ca0ab215fcde169ab))

## [1.63.1](https://github.com/googleapis/google-cloud-go/compare/bigquery/v1.63.0...bigquery/v1.63.1) (2024-10-01)


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

// Version is the current tagged release of the library.
const Version = "1.63.1"
const Version = "1.64.0"

0 comments on commit 83c2537

Please sign in to comment.