Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Appoptimize/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.0
0.1.0
47 changes: 47 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,52 @@
# Changelog

## 0.328.0

<details><summary>google/cloud-appoptimize 0.1.0</summary>



### Features

* Introduce AppOptimize ([#9136](https://github.com/googleapis/google-cloud-php/issues/9136)) ([495f609](https://github.com/googleapis/google-cloud-php/commit/495f609f0edebbeb532f171e929c33fac27cbe6c))

</details>

<details><summary>google/developers-knowledge 0.1.0</summary>



### Features

* Introduce DeveloperKnowledge ([#9137](https://github.com/googleapis/google-cloud-php/issues/9137)) ([7d6d975](https://github.com/googleapis/google-cloud-php/commit/7d6d97517d2b61627c175238f59b1fc43b4ce555))

</details>

<details><summary>google/cloud-error-reporting 0.26.1</summary>



### Bug Fixes

* **deps:** Update dependency google/cloud-logging to v2 ([#9143](https://github.com/googleapis/google-cloud-php/issues/9143)) ([c83a27a](https://github.com/googleapis/google-cloud-php/commit/c83a27a7b431dbf0ddd49f0d6facc3666572782b))

</details>

<details><summary>google/cloud-storage 2.0.0</summary>



### Features

* **storage:** Set CRC32C as the default checksum option ([#9107](https://github.com/googleapis/google-cloud-php/issues/9107)) ([a0adbb7](https://github.com/googleapis/google-cloud-php/commit/a0adbb7faf9f94738543eba12fb1903eaa2a8b7b))


### Bug Fixes

* Set CRC32C as the default checksum option ([a0adbb7](https://github.com/googleapis/google-cloud-php/commit/a0adbb7faf9f94738543eba12fb1903eaa2a8b7b))

</details>

## 0.327.0

<details><summary>google/cloud-ai-platform 1.58.0</summary>
Expand Down
2 changes: 1 addition & 1 deletion DevelopersKnowledge/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.0
0.1.0
2 changes: 1 addition & 1 deletion ErrorReporting/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.26.0
0.26.1
2 changes: 1 addition & 1 deletion Storage/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.51.0
2.0.0
2 changes: 1 addition & 1 deletion Storage/src/StorageClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class StorageClient
use ArrayTrait;
use ClientTrait;

const VERSION = '1.51.0';
const VERSION = '2.0.0';

const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/devstorage.full_control';
const READ_ONLY_SCOPE = 'https://www.googleapis.com/auth/devstorage.read_only';
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
"google/cloud-apiregistry": "0.1.1",
"google/cloud-appengine-admin": "2.1.3",
"google/cloud-apphub": "0.4.4",
"google/cloud-appoptimize": "0.0.0",
"google/cloud-appoptimize": "0.1.0",
"google/cloud-artifact-registry": "1.7.1",
"google/cloud-asset": "2.3.3",
"google/cloud-assured-workloads": "1.1.3",
Expand Down Expand Up @@ -169,7 +169,7 @@
"google/cloud-document-ai": "2.7.0",
"google/cloud-domains": "1.1.3",
"google/cloud-edgenetwork": "1.4.2",
"google/cloud-error-reporting": "0.26.0",
"google/cloud-error-reporting": "0.26.1",
"google/cloud-essential-contacts": "1.1.3",
"google/cloud-eventarc": "2.3.1",
"google/cloud-eventarc-publishing": "1.2.2",
Expand Down Expand Up @@ -255,7 +255,7 @@
"google/cloud-spanner": "2.7.0",
"google/cloud-speech": "2.5.0",
"google/cloud-sql-admin": "1.8.0",
"google/cloud-storage": "1.51.0",
"google/cloud-storage": "2.0.0",
"google/cloud-storage-control": "1.8.0",
"google/cloud-storage-transfer": "2.4.0",
"google/cloud-storagebatchoperations": "0.7.0",
Expand Down Expand Up @@ -283,7 +283,7 @@
"google/cloud-workflows": "1.3.0",
"google/cloud-workloadmanager": "0.2.0",
"google/common-protos": "4.14.0",
"google/developers-knowledge": "0.0.0",
"google/developers-knowledge": "0.1.0",
"google/geo-common-protos": "0.2.4",
"google/grafeas": "1.7.0",
"google/longrunning": "0.7.1",
Expand Down
Loading