Skip to content

Commit 8d39cc0

Browse files
chore(main): release 0.307.0 (#8676)
1 parent 75ee04c commit 8d39cc0

7 files changed

Lines changed: 52 additions & 9 deletions

File tree

AiPlatform/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.41.0
1+
1.42.0

CHANGELOG.md

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

3+
## 0.307.0
4+
5+
<details><summary>google/cloud-ai-platform 1.42.0</summary>
6+
7+
8+
9+
### Features
10+
11+
* Add FunctionResponsePart and excluded_predefined_functions in ComputerUse ([#8673](https://github.com/googleapis/google-cloud-php/issues/8673)) ([19b2982](https://github.com/googleapis/google-cloud-php/commit/19b29825798f68aeb437136e126f57b90d25240f))
12+
13+
</details>
14+
15+
<details><summary>google/cloud-core 1.68.1</summary>
16+
17+
18+
19+
</details>
20+
21+
<details><summary>google/cloud-oracledatabase 0.8.0</summary>
22+
23+
24+
25+
### Features
26+
27+
* Expand Oracle Database v1 API to add support for Exadata Exascale (`ExadbVmCluster`, `ExascaleDbStorageVault`), Base Database (`DbSystem`, `Database`, `PluggableDatabase`), and Networking (`OdbNetwork`, `OdbSubnet`). Adds enhance... ([#8674](https://github.com/googleapis/google-cloud-php/issues/8674)) ([06c19d3](https://github.com/googleapis/google-cloud-php/commit/06c19d3f3cc551009317eda6448e5bf6ff38bd3b))
28+
29+
30+
### Documentation
31+
32+
* Updated comments for clarity and fixed typos ([06c19d3](https://github.com/googleapis/google-cloud-php/commit/06c19d3f3cc551009317eda6448e5bf6ff38bd3b))
33+
34+
</details>
35+
36+
<details><summary>google/cloud-storage 1.48.5</summary>
37+
38+
39+
40+
### Bug Fixes
41+
42+
* **Storage:** Implement path containment to prevent traversal attacks ([#8658](https://github.com/googleapis/google-cloud-php/issues/8658)) ([81a39cc](https://github.com/googleapis/google-cloud-php/commit/81a39cc71757e837798c8969ee93a6851ca9ed38))
43+
44+
</details>
45+
346
## 0.306.0
447

548
<details><summary>google/cloud-ai-platform 1.41.0</summary>

Core/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.68.0
1+
1.68.1

OracleDatabase/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.7.1
1+
0.8.0

Storage/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.48.4
1+
1.48.5

Storage/src/StorageClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class StorageClient
4747
use ArrayTrait;
4848
use ClientTrait;
4949

50-
const VERSION = '1.48.4';
50+
const VERSION = '1.48.5';
5151

5252
const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/devstorage.full_control';
5353
const READ_ONLY_SCOPE = 'https://www.googleapis.com/auth/devstorage.read_only';

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"google/apps-meet": "0.5.1",
9393
"google/cloud-access-approval": "2.1.1",
9494
"google/cloud-advisorynotifications": "1.2.1",
95-
"google/cloud-ai-platform": "1.41.0",
95+
"google/cloud-ai-platform": "1.42.0",
9696
"google/cloud-alloydb": "1.6.1",
9797
"google/cloud-api-gateway": "2.1.1",
9898
"google/cloud-api-keys": "1.1.1",
@@ -141,7 +141,7 @@
141141
"google/cloud-contact-center-insights": "2.4.1",
142142
"google/cloud-container": "2.6.1",
143143
"google/cloud-container-analysis": "1.2.1",
144-
"google/cloud-core": "1.68.0",
144+
"google/cloud-core": "1.68.1",
145145
"google/cloud-data-catalog": "2.4.1",
146146
"google/cloud-data-fusion": "1.1.1",
147147
"google/cloud-datacatalog-lineage": "1.2.1",
@@ -208,7 +208,7 @@
208208
"google/cloud-networkservices": "0.7.1",
209209
"google/cloud-notebooks": "1.1.1",
210210
"google/cloud-optimization": "1.1.1",
211-
"google/cloud-oracledatabase": "0.7.1",
211+
"google/cloud-oracledatabase": "0.8.0",
212212
"google/cloud-orchestration-airflow": "2.2.1",
213213
"google/cloud-org-policy": "1.3.1",
214214
"google/cloud-osconfig": "2.2.1",
@@ -249,7 +249,7 @@
249249
"google/cloud-spanner": "2.0.0-RC1",
250250
"google/cloud-speech": "2.2.1",
251251
"google/cloud-sql-admin": "1.3.1",
252-
"google/cloud-storage": "1.48.4",
252+
"google/cloud-storage": "1.48.5",
253253
"google/cloud-storage-control": "1.6.1",
254254
"google/cloud-storage-transfer": "2.3.1",
255255
"google/cloud-storagebatchoperations": "0.2.1",

0 commit comments

Comments
 (0)