Skip to content

Commit a06e9aa

Browse files
chore(main): release 0.305.0
1 parent 4d40b42 commit a06e9aa

6 files changed

Lines changed: 39 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,37 @@
11
# Changelog
22

3+
## 0.305.0
4+
5+
<details><summary>google/cloud-core 1.67.0</summary>
6+
7+
8+
9+
### Features
10+
11+
* Datastore V2 ([#8609](https://github.com/googleapis/google-cloud-php/issues/8609)) ([95b34bb](https://github.com/googleapis/google-cloud-php/commit/95b34bb7b69788d2776bcbf4fe280a3d221b125e))
12+
13+
</details>
14+
15+
<details><summary>google/cloud-datastore 1.35.0</summary>
16+
17+
18+
19+
### Features
20+
21+
* Datastore V2 ([#8609](https://github.com/googleapis/google-cloud-php/issues/8609)) ([95b34bb](https://github.com/googleapis/google-cloud-php/commit/95b34bb7b69788d2776bcbf4fe280a3d221b125e))
22+
23+
</details>
24+
25+
<details><summary>google/cloud-document-ai 2.5.0</summary>
26+
27+
28+
29+
### Features
30+
31+
* [DocumentAi] Added new messages `EntityValidationOutput` and `EntitiesRevision` ([#8649](https://github.com/googleapis/google-cloud-php/issues/8649)) ([6952d41](https://github.com/googleapis/google-cloud-php/commit/6952d416ee5f6fa3f54956690e38bf278faca81b))
32+
33+
</details>
34+
335
## 0.304.0
436

537
<details><summary>google/cloud-access-approval 2.1.1</summary>

Core/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.66.0
1+
1.67.0

Datastore/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.34.2
1+
1.35.0

Datastore/src/DatastoreClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ class DatastoreClient
9797
use ClientOptionsTrait;
9898
use EmulatorTrait;
9999

100-
const VERSION = '1.34.2';
100+
const VERSION = '1.35.0';
101101

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

DocumentAi/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.4.1
1+
2.5.0

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
"google/cloud-contact-center-insights": "2.4.1",
138138
"google/cloud-container": "2.6.1",
139139
"google/cloud-container-analysis": "1.2.1",
140-
"google/cloud-core": "1.66.0",
140+
"google/cloud-core": "1.67.0",
141141
"google/cloud-data-catalog": "2.4.1",
142142
"google/cloud-data-fusion": "1.1.1",
143143
"google/cloud-datacatalog-lineage": "1.2.1",
@@ -147,7 +147,7 @@
147147
"google/cloud-dataplex": "1.9.1",
148148
"google/cloud-dataproc": "2.8.1",
149149
"google/cloud-dataproc-metastore": "1.2.1",
150-
"google/cloud-datastore": "1.34.2",
150+
"google/cloud-datastore": "1.35.0",
151151
"google/cloud-datastore-admin": "1.1.1",
152152
"google/cloud-datastream": "2.5.1",
153153
"google/cloud-deploy": "1.6.1",
@@ -158,7 +158,7 @@
158158
"google/cloud-discoveryengine": "1.9.1",
159159
"google/cloud-dlp": "2.8.1",
160160
"google/cloud-dms": "2.1.1",
161-
"google/cloud-document-ai": "2.4.1",
161+
"google/cloud-document-ai": "2.5.0",
162162
"google/cloud-domains": "1.1.1",
163163
"google/cloud-edgenetwork": "1.3.1",
164164
"google/cloud-error-reporting": "0.25.1",

0 commit comments

Comments
 (0)