Skip to content

Commit ca66c19

Browse files
chore(main): release 0.325.0
1 parent f96ce62 commit ca66c19

File tree

9 files changed

+89
-14
lines changed

9 files changed

+89
-14
lines changed

AdsDataManager/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.1
1+
0.4.0

Bigtable/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.21.1
1+
2.22.0

CHANGELOG.md

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

3+
## 0.325.0
4+
5+
<details><summary>googleads/data-manager 0.4.0</summary>
6+
7+
8+
9+
### Features
10+
11+
* [AdsDataManager] add INVALID_MERCHANT_ID to the ErrorReason enum for when the merchant_id field is not valid ([#9051](https://github.com/googleapis/google-cloud-php/issues/9051)) ([34d5b9d](https://github.com/googleapis/google-cloud-php/commit/34d5b9dfb8985cdbd154540e02b07a6af96f017b))
12+
13+
</details>
14+
15+
<details><summary>google/cloud-bigtable 2.22.0</summary>
16+
17+
18+
19+
### Features
20+
21+
* [Bigtable] add locations field to AutomatedBackupPolicy ([#9041](https://github.com/googleapis/google-cloud-php/issues/9041)) ([3e6d0f1](https://github.com/googleapis/google-cloud-php/commit/3e6d0f1aadf5ce93f3ea3dd5032c39e8dd60bab3))
22+
23+
</details>
24+
25+
<details><summary>google/cloud-ces 0.2.0</summary>
26+
27+
28+
29+
### Features
30+
31+
* [Ces] update public libraries for CES v1 ([#9040](https://github.com/googleapis/google-cloud-php/issues/9040)) ([d62d86d](https://github.com/googleapis/google-cloud-php/commit/d62d86d31d35671bfed1403a1c8f52e201aec234))
32+
33+
</details>
34+
35+
<details><summary>google/cloud-datacatalog-lineage 1.3.0</summary>
36+
37+
38+
39+
### Features
40+
41+
* **DataCatalogLineage:** Add configmanagement ([#9039](https://github.com/googleapis/google-cloud-php/issues/9039)) ([fbe2e3f](https://github.com/googleapis/google-cloud-php/commit/fbe2e3fcb32ac020514f4830d0083aaa427a25e6))
42+
43+
</details>
44+
45+
<details><summary>google/cloud-dataflow 0.10.0</summary>
46+
47+
48+
49+
### Features
50+
51+
* [Dataflow] Add Pausing/Yaml capabilities to public protos ([#9057](https://github.com/googleapis/google-cloud-php/issues/9057)) ([4b21892](https://github.com/googleapis/google-cloud-php/commit/4b21892d0d6141e495217bf836babcea96e439b9))
52+
53+
</details>
54+
55+
<details><summary>google/cloud-firestore 2.1.0-RC2
56+
</summary>
57+
58+
](https://github.com/googleapis/google-cloud-php/compare/v0.324.0...v0.325.0) (2026-03-30)
59+
60+
61+
### Features
62+
63+
* [Firestore] add `expiration_offset` to `Field` ([#9054](https://github.com/googleapis/google-cloud-php/issues/9054)) ([d241351](https://github.com/googleapis/google-cloud-php/commit/d241351fe4567dd24ce161fc58e4dc1a7e3fddfd))
64+
65+
</details>
66+
67+
<details><summary>google/cloud-securesourcemanager 1.8.0</summary>
68+
69+
70+
71+
### Features
72+
73+
* [SecureSourceManager] Add CustomHostConfig to configure custom hostnames for private instances ([#9053](https://github.com/googleapis/google-cloud-php/issues/9053)) ([fd0c30c](https://github.com/googleapis/google-cloud-php/commit/fd0c30cb7fffd1aede54f485eb7f37334cb811c8))
74+
75+
</details>
76+
377
## 0.324.0
478

579
<details><summary>google/cloud-ai-platform 1.55.0</summary>

Ces/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.1
1+
0.2.0

DataCatalogLineage/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.3
1+
1.3.0

Dataflow/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.9.3
1+
0.10.0

Firestore/VERSION

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
2.0.0-RC2
1+
2.1.0-RC2
2+

SecureSourceManager/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.7.0
1+
1.8.0

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -123,14 +123,14 @@
123123
"google/cloud-bigquery-reservation": "2.6.2",
124124
"google/cloud-bigquery-storage": "2.3.1",
125125
"google/cloud-bigquerydatatransfer": "2.2.4",
126-
"google/cloud-bigtable": "2.21.1",
126+
"google/cloud-bigtable": "2.22.0",
127127
"google/cloud-billing": "2.2.2",
128128
"google/cloud-billing-budgets": "2.1.2",
129129
"google/cloud-binary-authorization": "1.1.2",
130130
"google/cloud-build": "1.1.2",
131131
"google/cloud-capacityplanner": "0.1.2",
132132
"google/cloud-certificate-manager": "1.1.2",
133-
"google/cloud-ces": "0.1.1",
133+
"google/cloud-ces": "0.2.0",
134134
"google/cloud-channel": "2.4.1",
135135
"google/cloud-chronicle": "0.2.3",
136136
"google/cloud-cloudcontrolspartner": "0.5.3",
@@ -147,8 +147,8 @@
147147
"google/cloud-data-catalog": "2.4.2",
148148
"google/cloud-data-fusion": "1.1.2",
149149
"google/cloud-databasecenter": "0.5.0",
150-
"google/cloud-datacatalog-lineage": "1.2.3",
151-
"google/cloud-dataflow": "0.9.3",
150+
"google/cloud-datacatalog-lineage": "1.3.0",
151+
"google/cloud-dataflow": "0.10.0",
152152
"google/cloud-dataform": "0.10.1",
153153
"google/cloud-datalabeling": "0.7.2",
154154
"google/cloud-dataplex": "1.12.0",
@@ -174,7 +174,7 @@
174174
"google/cloud-eventarc-publishing": "1.2.2",
175175
"google/cloud-filestore": "2.2.3",
176176
"google/cloud-financialservices": "0.2.4",
177-
"google/cloud-firestore": "2.0.0-RC2",
177+
"google/cloud-firestore": "2.1.0-RC2\n",
178178
"google/cloud-functions": "2.1.3",
179179
"google/cloud-geminidataanalytics": "0.9.0",
180180
"google/cloud-gke-backup": "1.3.3",
@@ -239,7 +239,7 @@
239239
"google/cloud-run": "1.12.2",
240240
"google/cloud-scheduler": "2.2.0",
241241
"google/cloud-secret-manager": "2.3.0",
242-
"google/cloud-securesourcemanager": "1.7.0",
242+
"google/cloud-securesourcemanager": "1.8.0",
243243
"google/cloud-security-center": "2.5.0",
244244
"google/cloud-security-private-ca": "2.3.0",
245245
"google/cloud-security-public-ca": "1.2.0",
@@ -304,7 +304,7 @@
304304
"google/shopping-merchant-reports": "1.2.1",
305305
"google/shopping-merchant-reviews": "0.6.1",
306306
"googleads/ad-manager": "0.6.2",
307-
"googleads/data-manager": "0.3.1",
307+
"googleads/data-manager": "0.4.0",
308308
"googleads/marketingplatform-admin": "0.4.2"
309309
},
310310
"suggest": {

0 commit comments

Comments
 (0)