Skip to content

Commit

Permalink
chore(main): release 0.264.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Oct 17, 2024
1 parent 327de67 commit f7f6628
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 5 deletions.
2 changes: 1 addition & 1 deletion BigQueryStorage/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.0
2.1.0
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## 0.264.0

<details><summary>google/cloud-bigquery-storage 2.1.0</summary>



### Features

* Add experimental ArrowData type and arrow_data field within AppendRowsRequest ([#7743](https://github.com/googleapis/google-cloud-php/issues/7743)) ([6865827](https://github.com/googleapis/google-cloud-php/commit/6865827d0c14684460a2565b0f6ecc1610c1ee3a))

</details>

<details><summary>google/cloud-datastore 1.32.0</summary>



### Features

* Add FindNearest API to the stable branch ([#7744](https://github.com/googleapis/google-cloud-php/issues/7744)) ([327de67](https://github.com/googleapis/google-cloud-php/commit/327de673ae8bcb59533d906237ce5c73416293c4))

</details>

## 0.263.0

<details><summary>google/cloud-backupdr 0.4.0</summary>
Expand Down
2 changes: 1 addition & 1 deletion Datastore/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.31.0
1.32.0
2 changes: 1 addition & 1 deletion Datastore/src/DatastoreClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ class DatastoreClient
use ClientTrait;
use DatastoreTrait;

const VERSION = '1.31.0';
const VERSION = '1.32.0';

const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/datastore';

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"google/cloud-bigquery-datapolicies": "1.0.0",
"google/cloud-bigquery-migration": "1.1.0",
"google/cloud-bigquery-reservation": "2.0.1",
"google/cloud-bigquery-storage": "2.0.0",
"google/cloud-bigquery-storage": "2.1.0",
"google/cloud-bigquerydatatransfer": "2.1.0",
"google/cloud-bigtable": "2.5.0",
"google/cloud-billing": "2.0.0",
Expand Down Expand Up @@ -132,7 +132,7 @@
"google/cloud-dataplex": "1.0.0",
"google/cloud-dataproc": "2.1.0",
"google/cloud-dataproc-metastore": "1.0.0",
"google/cloud-datastore": "1.31.0",
"google/cloud-datastore": "1.32.0",
"google/cloud-datastore-admin": "1.0.0",
"google/cloud-datastream": "2.0.0",
"google/cloud-debugger": "1.9.0",
Expand Down

0 comments on commit f7f6628

Please sign in to comment.