Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 0.222.0 #6673

Merged
merged 1 commit into from
Oct 6, 2023
Merged
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 AiPlatform/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.25.0
0.26.0
2 changes: 1 addition & 1 deletion Batch/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.11.3
0.12.0
2 changes: 1 addition & 1 deletion Bigtable/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.28.3
1.29.0
2 changes: 1 addition & 1 deletion Bigtable/src/BigtableClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class BigtableClient
{
use ArrayTrait;

const VERSION = '1.28.3';
const VERSION = '1.29.0';

/**
* @var GapicClient
Expand Down
82 changes: 82 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,87 @@
# Changelog

## 0.222.0

<details><summary>google/cloud-ai-platform 0.26.0</summary>



### Features

* Add DatasetVersion and dataset version RPCs to DatasetService ([#6672](https://github.com/googleapis/google-cloud-php/issues/6672)) ([c8ab13d](https://github.com/googleapis/google-cloud-php/commit/c8ab13d20fa205f8cc2007be256cbdc14d767cf9))
* Add PersistentDiskSpec ([c8ab13d](https://github.com/googleapis/google-cloud-php/commit/c8ab13d20fa205f8cc2007be256cbdc14d767cf9))

</details>

<details><summary>google/cloud-batch 0.12.0</summary>



### Features

* Add InstancePolicy.reservation field for restricting jobs to a specific reservation ([#6674](https://github.com/googleapis/google-cloud-php/issues/6674)) ([26cec7d](https://github.com/googleapis/google-cloud-php/commit/26cec7dbbe6af8f60cedc6220e4504683ed77696))


### Documentation

* Elaborate the usage of Container.volumes proto field ([26cec7d](https://github.com/googleapis/google-cloud-php/commit/26cec7dbbe6af8f60cedc6220e4504683ed77696))

</details>

<details><summary>google/cloud-bigtable 1.29.0</summary>



### Features

* Add support for Cloud Bigtable Request Priorities in App Profiles ([#6682](https://github.com/googleapis/google-cloud-php/issues/6682)) ([668b030](https://github.com/googleapis/google-cloud-php/commit/668b03025f01493b9c0bcd1366558f0dfd31291a))

</details>

<details><summary>google/cloud-core 1.52.6</summary>



</details>

<details><summary>google/cloud-firestore 1.37.3</summary>



</details>

<details><summary>google/cloud-recaptcha-enterprise 1.5.0</summary>



### Features

* Added AndroidKeySettings.support_non_google_app_store_distribution ([6597d90](https://github.com/googleapis/google-cloud-php/commit/6597d9006ce281ebdf52e363431c62a057244b25))
* Added Assessment.firewall_policy_assessment, fraud_signals ([6597d90](https://github.com/googleapis/google-cloud-php/commit/6597d9006ce281ebdf52e363431c62a057244b25))
* Added FraudPreventionAssessment.behavioral_trust_verdict ([6597d90](https://github.com/googleapis/google-cloud-php/commit/6597d9006ce281ebdf52e363431c62a057244b25))
* Added IOSKeySettings.apple_developer_id ([6597d90](https://github.com/googleapis/google-cloud-php/commit/6597d9006ce281ebdf52e363431c62a057244b25))
* Added new fields to Event message ([6597d90](https://github.com/googleapis/google-cloud-php/commit/6597d9006ce281ebdf52e363431c62a057244b25))
* Added RiskAnalysis.extended_verdict_reasons ([6597d90](https://github.com/googleapis/google-cloud-php/commit/6597d9006ce281ebdf52e363431c62a057244b25))
* Added WafFeature.EXPRESS enum value ([6597d90](https://github.com/googleapis/google-cloud-php/commit/6597d9006ce281ebdf52e363431c62a057244b25))
* Added WafService.FASTLY enum value ([6597d90](https://github.com/googleapis/google-cloud-php/commit/6597d9006ce281ebdf52e363431c62a057244b25))
* FirewallPolicy CRUD API ([#6680](https://github.com/googleapis/google-cloud-php/issues/6680)) ([6597d90](https://github.com/googleapis/google-cloud-php/commit/6597d9006ce281ebdf52e363431c62a057244b25))

</details>

<details><summary>google/cloud-sql-admin 0.6.0</summary>



### ⚠ BREAKING CHANGES

* Enum ExternalSyncParallelLevel moved to the top level ([#6676](https://github.com/googleapis/google-cloud-php/issues/6676))

### Bug Fixes

* Enum ExternalSyncParallelLevel moved to the top level ([#6676](https://github.com/googleapis/google-cloud-php/issues/6676)) ([e3ffe20](https://github.com/googleapis/google-cloud-php/commit/e3ffe20c6cd2bb58e0e5b93aaecdc0474dcbfe6e))

</details>

## 0.221.0

<details><summary>google/cloud-advisorynotifications 0.5.0</summary>
Expand Down
2 changes: 1 addition & 1 deletion Core/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.52.5
1.52.6
2 changes: 1 addition & 1 deletion Firestore/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.37.2
1.37.3
2 changes: 1 addition & 1 deletion Firestore/src/FirestoreClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class FirestoreClient
use SnapshotTrait;
use ValidateTrait;

const VERSION = '1.37.2';
const VERSION = '1.37.3';

const DEFAULT_DATABASE = '(default)';

Expand Down
2 changes: 1 addition & 1 deletion RecaptchaEnterprise/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4.2
1.5.0
2 changes: 1 addition & 1 deletion SqlAdmin/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.0
0.6.0
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"google/analytics-data": "0.11.1",
"google/cloud-access-approval": "1.1.2",
"google/cloud-advisorynotifications": "0.5.0",
"google/cloud-ai-platform": "0.25.0",
"google/cloud-ai-platform": "0.26.0",
"google/cloud-alloydb": "0.7.0",
"google/cloud-api-gateway": "1.2.0",
"google/cloud-api-keys": "0.3.1",
Expand All @@ -86,7 +86,7 @@
"google/cloud-assured-workloads": "0.10.0",
"google/cloud-automl": "1.5.2",
"google/cloud-bare-metal-solution": "0.5.0",
"google/cloud-batch": "0.11.3",
"google/cloud-batch": "0.12.0",
"google/cloud-beyondcorp-appconnections": "0.3.0",
"google/cloud-beyondcorp-appconnectors": "0.3.0",
"google/cloud-beyondcorp-appgateways": "0.3.0",
Expand All @@ -101,7 +101,7 @@
"google/cloud-bigquery-reservation": "1.2.2",
"google/cloud-bigquery-storage": "1.7.0",
"google/cloud-bigquerydatatransfer": "1.6.1",
"google/cloud-bigtable": "1.28.3",
"google/cloud-bigtable": "1.29.0",
"google/cloud-billing": "1.7.4",
"google/cloud-billing-budgets": "1.3.0",
"google/cloud-binary-authorization": "0.6.0",
Expand All @@ -116,7 +116,7 @@
"google/cloud-contact-center-insights": "1.6.0",
"google/cloud-container": "1.21.0",
"google/cloud-container-analysis": "0.3.3",
"google/cloud-core": "1.52.5",
"google/cloud-core": "1.52.6",
"google/cloud-data-catalog": "1.8.0",
"google/cloud-data-fusion": "0.5.0",
"google/cloud-datacatalog-lineage": "0.3.0",
Expand All @@ -142,7 +142,7 @@
"google/cloud-eventarc": "1.2.0",
"google/cloud-eventarc-publishing": "0.5.0",
"google/cloud-filestore": "1.3.0",
"google/cloud-firestore": "1.37.2",
"google/cloud-firestore": "1.37.3",
"google/cloud-functions": "1.4.0",
"google/cloud-game-servers": "1.2.0",
"google/cloud-gke-backup": "0.5.1",
Expand Down Expand Up @@ -182,7 +182,7 @@
"google/cloud-profiler": "1.2.2",
"google/cloud-pubsub": "1.46.3",
"google/cloud-rapidmigrationassessment": "0.2.1",
"google/cloud-recaptcha-enterprise": "1.4.2",
"google/cloud-recaptcha-enterprise": "1.5.0",
"google/cloud-recommendations-ai": "0.6.2",
"google/cloud-recommender": "1.9.0",
"google/cloud-redis": "1.8.2",
Expand All @@ -202,7 +202,7 @@
"google/cloud-shell": "1.2.0",
"google/cloud-spanner": "1.64.0",
"google/cloud-speech": "1.14.2",
"google/cloud-sql-admin": "0.5.0",
"google/cloud-sql-admin": "0.6.0",
"google/cloud-storage": "1.33.3",
"google/cloud-storage-transfer": "1.3.0",
"google/cloud-storageinsights": "0.2.2",
Expand Down
Loading