From 077810260b58f5de8a3bbdfd999a5e9a48f71a7f Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Fri, 13 May 2022 15:51:50 -0700 Subject: [PATCH] chore(main): release 0.180.0 (#5255) * chore(main): release 0.180.0 * try to remove minimum stability flag Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: David Supplee --- .../spanner-emulator-system-tests.yaml | 1 - AccessApproval/VERSION | 2 +- AccessContextManager/VERSION | 2 +- AiPlatform/VERSION | 2 +- AnalyticsAdmin/VERSION | 2 +- AnalyticsData/VERSION | 2 +- ApiGateway/VERSION | 2 +- ApigeeConnect/VERSION | 2 +- AppEngineAdmin/VERSION | 2 +- ArtifactRegistry/VERSION | 2 +- Asset/VERSION | 2 +- AssuredWorkloads/VERSION | 2 +- AutoMl/VERSION | 2 +- BigQuery/VERSION | 2 +- BigQuery/src/BigQueryClient.php | 2 +- BigQueryConnection/VERSION | 2 +- BigQueryDataTransfer/VERSION | 2 +- BigQueryReservation/VERSION | 2 +- BigQueryStorage/VERSION | 2 +- Bigtable/VERSION | 2 +- Bigtable/src/BigtableClient.php | 2 +- Billing/VERSION | 2 +- BillingBudgets/VERSION | 2 +- BinaryAuthorization/VERSION | 2 +- Build/VERSION | 2 +- CHANGELOG.md | 1331 +++++++++++++++++ CertificateManager/VERSION | 2 +- Channel/VERSION | 2 +- Compute/VERSION | 2 +- ContactCenterInsights/VERSION | 2 +- Container/VERSION | 2 +- ContainerAnalysis/VERSION | 2 +- Core/VERSION | 2 +- DataCatalog/VERSION | 2 +- DataFusion/VERSION | 2 +- DataLabeling/VERSION | 2 +- Dataflow/VERSION | 2 +- Dataplex/VERSION | 2 +- Dataproc/VERSION | 2 +- DataprocMetastore/VERSION | 2 +- Datastore/VERSION | 2 +- Datastore/src/DatastoreClient.php | 2 +- DatastoreAdmin/VERSION | 2 +- Debugger/VERSION | 2 +- Debugger/src/DebuggerClient.php | 2 +- Deploy/VERSION | 2 +- Dialogflow/VERSION | 2 +- Dlp/VERSION | 2 +- Dms/VERSION | 2 +- DocumentAi/VERSION | 2 +- Domains/VERSION | 2 +- ErrorReporting/VERSION | 2 +- EssentialContacts/VERSION | 2 +- Eventarc/VERSION | 2 +- EventarcPublishing/VERSION | 2 +- Filestore/VERSION | 2 +- Firestore/VERSION | 2 +- Firestore/src/FirestoreClient.php | 2 +- Functions/VERSION | 2 +- Gaming/VERSION | 2 +- GkeConnectGateway/VERSION | 2 +- GkeHub/VERSION | 2 +- Grafeas/VERSION | 2 +- IamCredentials/VERSION | 2 +- Iap/VERSION | 2 +- Ids/VERSION | 2 +- Iot/VERSION | 2 +- Kms/VERSION | 2 +- Language/VERSION | 2 +- Language/src/LanguageClient.php | 2 +- LifeSciences/VERSION | 2 +- Logging/VERSION | 2 +- Logging/src/LoggingClient.php | 2 +- ManagedIdentities/VERSION | 2 +- MediaTranslation/VERSION | 2 +- Memcache/VERSION | 2 +- Monitoring/VERSION | 2 +- NetworkConnectivity/VERSION | 2 +- NetworkManagement/VERSION | 2 +- NetworkSecurity/VERSION | 2 +- Notebooks/VERSION | 2 +- Optimization/VERSION | 2 +- OrchestrationAirflow/VERSION | 2 +- OrgPolicy/VERSION | 2 +- OsConfig/VERSION | 2 +- OsLogin/VERSION | 2 +- PolicyTroubleshooter/VERSION | 2 +- PrivateCatalog/VERSION | 2 +- Profiler/VERSION | 2 +- PubSub/VERSION | 2 +- PubSub/src/PubSubClient.php | 2 +- RecaptchaEnterprise/VERSION | 2 +- RecommendationEngine/VERSION | 2 +- Recommender/VERSION | 2 +- Redis/VERSION | 2 +- ResourceManager/VERSION | 2 +- ResourceSettings/VERSION | 2 +- Retail/VERSION | 2 +- Scheduler/VERSION | 2 +- SecretManager/VERSION | 2 +- SecurityCenter/VERSION | 2 +- SecurityPrivateCa/VERSION | 2 +- ServiceControl/VERSION | 2 +- ServiceDirectory/VERSION | 2 +- ServiceManagement/VERSION | 2 +- ServiceUsage/VERSION | 2 +- Shell/VERSION | 2 +- Spanner/VERSION | 2 +- Spanner/src/SpannerClient.php | 2 +- Speech/VERSION | 2 +- Speech/src/SpeechClient.php | 2 +- SqlAdmin/VERSION | 2 +- Storage/VERSION | 2 +- Storage/src/StorageClient.php | 2 +- StorageTransfer/VERSION | 2 +- Talent/VERSION | 2 +- Tasks/VERSION | 2 +- TextToSpeech/VERSION | 2 +- Tpu/VERSION | 2 +- Trace/VERSION | 2 +- Trace/src/TraceClient.php | 2 +- Translate/VERSION | 2 +- VideoIntelligence/VERSION | 2 +- VideoLiveStream/VERSION | 2 +- VideoStitcher/VERSION | 2 +- VideoTranscoder/VERSION | 2 +- Vision/VERSION | 2 +- Vision/src/VisionClient.php | 2 +- VmMigration/VERSION | 2 +- VpcAccess/VERSION | 2 +- WebRisk/VERSION | 2 +- WebSecurityScanner/VERSION | 2 +- Workflows/VERSION | 2 +- composer.json | 236 +-- docs/manifest.json | 119 ++ src/ServiceBuilder.php | 2 +- src/Version.php | 2 +- 137 files changed, 1701 insertions(+), 252 deletions(-) diff --git a/.github/workflows/spanner-emulator-system-tests.yaml b/.github/workflows/spanner-emulator-system-tests.yaml index 0114b55beff..23c41ae3d5a 100644 --- a/.github/workflows/spanner-emulator-system-tests.yaml +++ b/.github/workflows/spanner-emulator-system-tests.yaml @@ -43,7 +43,6 @@ jobs: - name: Install dependencies run: | - composer config minimum-stability dev -d Spanner/ composer config repositories.local --json '{"type":"path", "url": "../Core", "options": {"versions": {"google/cloud-core": "1.45"}}}' -d Spanner composer update --prefer-dist --no-interaction --no-suggest -d Spanner/ diff --git a/AccessApproval/VERSION b/AccessApproval/VERSION index 1d0ba9ea182..267577d47e4 100644 --- a/AccessApproval/VERSION +++ b/AccessApproval/VERSION @@ -1 +1 @@ -0.4.0 +0.4.1 diff --git a/AccessContextManager/VERSION b/AccessContextManager/VERSION index 0c62199f16a..ee1372d33a2 100644 --- a/AccessContextManager/VERSION +++ b/AccessContextManager/VERSION @@ -1 +1 @@ -0.2.1 +0.2.2 diff --git a/AiPlatform/VERSION b/AiPlatform/VERSION index 0ea3a944b39..0d91a54c7d4 100644 --- a/AiPlatform/VERSION +++ b/AiPlatform/VERSION @@ -1 +1 @@ -0.2.0 +0.3.0 diff --git a/AnalyticsAdmin/VERSION b/AnalyticsAdmin/VERSION index a918a2aa18d..ee6cdce3c29 100644 --- a/AnalyticsAdmin/VERSION +++ b/AnalyticsAdmin/VERSION @@ -1 +1 @@ -0.6.0 +0.6.1 diff --git a/AnalyticsData/VERSION b/AnalyticsData/VERSION index 100435be135..ee94dd834b5 100644 --- a/AnalyticsData/VERSION +++ b/AnalyticsData/VERSION @@ -1 +1 @@ -0.8.2 +0.8.3 diff --git a/ApiGateway/VERSION b/ApiGateway/VERSION index 0c62199f16a..ee1372d33a2 100644 --- a/ApiGateway/VERSION +++ b/ApiGateway/VERSION @@ -1 +1 @@ -0.2.1 +0.2.2 diff --git a/ApigeeConnect/VERSION b/ApigeeConnect/VERSION index abd410582de..3a4036fb450 100644 --- a/ApigeeConnect/VERSION +++ b/ApigeeConnect/VERSION @@ -1 +1 @@ -0.2.4 +0.2.5 diff --git a/AppEngineAdmin/VERSION b/AppEngineAdmin/VERSION index abd410582de..0d91a54c7d4 100644 --- a/AppEngineAdmin/VERSION +++ b/AppEngineAdmin/VERSION @@ -1 +1 @@ -0.2.4 +0.3.0 diff --git a/ArtifactRegistry/VERSION b/ArtifactRegistry/VERSION index 0d91a54c7d4..9e11b32fcaa 100644 --- a/ArtifactRegistry/VERSION +++ b/ArtifactRegistry/VERSION @@ -1 +1 @@ -0.3.0 +0.3.1 diff --git a/Asset/VERSION b/Asset/VERSION index ec70f755607..400084b1bf2 100644 --- a/Asset/VERSION +++ b/Asset/VERSION @@ -1 +1 @@ -1.6.6 +1.6.7 diff --git a/AssuredWorkloads/VERSION b/AssuredWorkloads/VERSION index 4b9fcbec101..cb0c939a936 100644 --- a/AssuredWorkloads/VERSION +++ b/AssuredWorkloads/VERSION @@ -1 +1 @@ -0.5.1 +0.5.2 diff --git a/AutoMl/VERSION b/AutoMl/VERSION index 1c99cf0e809..e516bb9d963 100644 --- a/AutoMl/VERSION +++ b/AutoMl/VERSION @@ -1 +1 @@ -1.4.4 +1.4.5 diff --git a/BigQuery/VERSION b/BigQuery/VERSION index ca8ec414e78..d8c40e539ce 100644 --- a/BigQuery/VERSION +++ b/BigQuery/VERSION @@ -1 +1 @@ -1.23.5 +1.23.6 diff --git a/BigQuery/src/BigQueryClient.php b/BigQuery/src/BigQueryClient.php index 9cf04907d42..6f2fdeb8972 100644 --- a/BigQuery/src/BigQueryClient.php +++ b/BigQuery/src/BigQueryClient.php @@ -50,7 +50,7 @@ class BigQueryClient ClientTrait::jsonDecode insteadof RetryDeciderTrait; } - const VERSION = '1.23.5'; + const VERSION = '1.23.6'; const MAX_DELAY_MICROSECONDS = 32000000; diff --git a/BigQueryConnection/VERSION b/BigQueryConnection/VERSION index faef31a4357..39e898a4f95 100644 --- a/BigQueryConnection/VERSION +++ b/BigQueryConnection/VERSION @@ -1 +1 @@ -0.7.0 +0.7.1 diff --git a/BigQueryDataTransfer/VERSION b/BigQueryDataTransfer/VERSION index 1892b926767..31e5c843497 100644 --- a/BigQueryDataTransfer/VERSION +++ b/BigQueryDataTransfer/VERSION @@ -1 +1 @@ -1.3.2 +1.3.3 diff --git a/BigQueryReservation/VERSION b/BigQueryReservation/VERSION index a918a2aa18d..ee6cdce3c29 100644 --- a/BigQueryReservation/VERSION +++ b/BigQueryReservation/VERSION @@ -1 +1 @@ -0.6.0 +0.6.1 diff --git a/BigQueryStorage/VERSION b/BigQueryStorage/VERSION index 0495c4a88ca..e8ea05db814 100644 --- a/BigQueryStorage/VERSION +++ b/BigQueryStorage/VERSION @@ -1 +1 @@ -1.2.3 +1.2.4 diff --git a/Bigtable/VERSION b/Bigtable/VERSION index 850e742404b..63e799cf451 100644 --- a/Bigtable/VERSION +++ b/Bigtable/VERSION @@ -1 +1 @@ -1.14.0 +1.14.1 diff --git a/Bigtable/src/BigtableClient.php b/Bigtable/src/BigtableClient.php index e9269e046de..c461a65507d 100644 --- a/Bigtable/src/BigtableClient.php +++ b/Bigtable/src/BigtableClient.php @@ -40,7 +40,7 @@ class BigtableClient { use ArrayTrait; - const VERSION = '1.14.0'; + const VERSION = '1.14.1'; /** * @var GapicClient diff --git a/Billing/VERSION b/Billing/VERSION index 88c5fb891dc..347f5833ee6 100644 --- a/Billing/VERSION +++ b/Billing/VERSION @@ -1 +1 @@ -1.4.0 +1.4.1 diff --git a/BillingBudgets/VERSION b/BillingBudgets/VERSION index 3a4036fb450..53a75d67355 100644 --- a/BillingBudgets/VERSION +++ b/BillingBudgets/VERSION @@ -1 +1 @@ -0.2.5 +0.2.6 diff --git a/BinaryAuthorization/VERSION b/BinaryAuthorization/VERSION index 267577d47e4..2b7c5ae0184 100644 --- a/BinaryAuthorization/VERSION +++ b/BinaryAuthorization/VERSION @@ -1 +1 @@ -0.4.1 +0.4.2 diff --git a/Build/VERSION b/Build/VERSION index 0d91a54c7d4..9e11b32fcaa 100644 --- a/Build/VERSION +++ b/Build/VERSION @@ -1 +1 @@ -0.3.0 +0.3.1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 0439b18a053..c2c50f6e770 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,1336 @@ # Changelog +## 0.180.0 + +
google/cloud-access-approval 0.4.1 + + + +### Miscellaneous Chores + +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) +* remove core dev dependency, snippet.xml, and system.xml ([#5266](https://github.com/googleapis/google-cloud-php/issues/5266)) ([0f04803](https://github.com/googleapis/google-cloud-php/commit/0f0480337c13ba498d0fe59254d4d07418ff40c1)) + +
+ +
google/access-context-manager 0.2.2 + + + +### Miscellaneous Chores + +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) +* remove core dev dependency, snippet.xml, and system.xml ([#5266](https://github.com/googleapis/google-cloud-php/issues/5266)) ([0f04803](https://github.com/googleapis/google-cloud-php/commit/0f0480337c13ba498d0fe59254d4d07418ff40c1)) + +
+ +
google/cloud-ai-platform 0.3.0 + + + +### Features + +* [AiPlatform] add display_name and metadata to ModelEvaluation in aiplatform model_evaluation.proto ([#5268](https://github.com/googleapis/google-cloud-php/issues/5268)) ([833d4c7](https://github.com/googleapis/google-cloud-php/commit/833d4c7f0b5c08045d60a546898c52f36f9e341d)) + + +### Miscellaneous Chores + +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) +* remove core dev dependency, snippet.xml, and system.xml ([#5266](https://github.com/googleapis/google-cloud-php/issues/5266)) ([0f04803](https://github.com/googleapis/google-cloud-php/commit/0f0480337c13ba498d0fe59254d4d07418ff40c1)) + +
+ +
google/analytics-admin 0.6.1 + + + +### Bug Fixes + +* [AnalyticsAdmin] CustomDimension and CustomMetric resource configuration in Analytics Admin API ([#5270](https://github.com/googleapis/google-cloud-php/issues/5270)) ([b106d7e](https://github.com/googleapis/google-cloud-php/commit/b106d7ef1429d016861245b00b0dbe7cec08056a)) + + +### Miscellaneous Chores + +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) +* remove core dev dependency, snippet.xml, and system.xml ([#5266](https://github.com/googleapis/google-cloud-php/issues/5266)) ([0f04803](https://github.com/googleapis/google-cloud-php/commit/0f0480337c13ba498d0fe59254d4d07418ff40c1)) + +
+ +
google/analytics-data 0.8.3 + + + +### Miscellaneous Chores + +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) +* remove core dev dependency, snippet.xml, and system.xml ([#5266](https://github.com/googleapis/google-cloud-php/issues/5266)) ([0f04803](https://github.com/googleapis/google-cloud-php/commit/0f0480337c13ba498d0fe59254d4d07418ff40c1)) + +
+ +
google/cloud-api-gateway 0.2.2 + + + +### Miscellaneous Chores + +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) +* remove core dev dependency, snippet.xml, and system.xml ([#5266](https://github.com/googleapis/google-cloud-php/issues/5266)) ([0f04803](https://github.com/googleapis/google-cloud-php/commit/0f0480337c13ba498d0fe59254d4d07418ff40c1)) + +
+ +
google/cloud-apigee-connect 0.2.5 + + + +### Miscellaneous Chores + +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) +* remove core dev dependency, snippet.xml, and system.xml ([#5266](https://github.com/googleapis/google-cloud-php/issues/5266)) ([0f04803](https://github.com/googleapis/google-cloud-php/commit/0f0480337c13ba498d0fe59254d4d07418ff40c1)) + +
+ +
google/cloud-appengine-admin 0.3.0 + + + +### Features + +* [AppEngineAdmin] add Application.service_account ([#5260](https://github.com/googleapis/google-cloud-php/issues/5260)) ([0ce16b4](https://github.com/googleapis/google-cloud-php/commit/0ce16b48af99954b5c707aaffde1347c27025b6d)) + + +### Miscellaneous Chores + +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) +* remove core dev dependency, snippet.xml, and system.xml ([#5266](https://github.com/googleapis/google-cloud-php/issues/5266)) ([0f04803](https://github.com/googleapis/google-cloud-php/commit/0f0480337c13ba498d0fe59254d4d07418ff40c1)) + +
+ +
google/cloud-artifact-registry 0.3.1 + + + +### Miscellaneous Chores + +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) +* remove core dev dependency, snippet.xml, and system.xml ([#5266](https://github.com/googleapis/google-cloud-php/issues/5266)) ([0f04803](https://github.com/googleapis/google-cloud-php/commit/0f0480337c13ba498d0fe59254d4d07418ff40c1)) + +
+ +
google/cloud-asset 1.6.7 + + + +### Miscellaneous Chores + +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) +* remove core dev dependency, snippet.xml, and system.xml ([#5266](https://github.com/googleapis/google-cloud-php/issues/5266)) ([0f04803](https://github.com/googleapis/google-cloud-php/commit/0f0480337c13ba498d0fe59254d4d07418ff40c1)) + +
+ +
google/cloud-assured-workloads 0.5.2 + + + +### Miscellaneous Chores + +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) +* remove core dev dependency, snippet.xml, and system.xml ([#5266](https://github.com/googleapis/google-cloud-php/issues/5266)) ([0f04803](https://github.com/googleapis/google-cloud-php/commit/0f0480337c13ba498d0fe59254d4d07418ff40c1)) + +
+ +
google/cloud-automl 1.4.5 + + + +### Miscellaneous Chores + +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) + +
+ +
google/cloud-bigquery 1.23.6 + + + +### Miscellaneous Chores + +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) +* utilize the correct phpunit configuration for snippets ([#5259](https://github.com/googleapis/google-cloud-php/issues/5259)) ([88a39df](https://github.com/googleapis/google-cloud-php/commit/88a39df4aefca7a7eca8073e05beacd8aa467e87)) + +
+ +
google/cloud-bigquery-connection 0.7.1 + + + +### Miscellaneous Chores + +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) +* remove core dev dependency, snippet.xml, and system.xml ([#5266](https://github.com/googleapis/google-cloud-php/issues/5266)) ([0f04803](https://github.com/googleapis/google-cloud-php/commit/0f0480337c13ba498d0fe59254d4d07418ff40c1)) + +
+ +
google/cloud-bigquerydatatransfer 1.3.3 + + + +### Miscellaneous Chores + +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) +* remove core dev dependency, snippet.xml, and system.xml ([#5266](https://github.com/googleapis/google-cloud-php/issues/5266)) ([0f04803](https://github.com/googleapis/google-cloud-php/commit/0f0480337c13ba498d0fe59254d4d07418ff40c1)) + +
+ +
google/cloud-bigquery-reservation 0.6.1 + + + +### Miscellaneous Chores + +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) +* remove core dev dependency, snippet.xml, and system.xml ([#5266](https://github.com/googleapis/google-cloud-php/issues/5266)) ([0f04803](https://github.com/googleapis/google-cloud-php/commit/0f0480337c13ba498d0fe59254d4d07418ff40c1)) + +
+ +
google/cloud-bigquery-storage 1.2.4 + + + +### Miscellaneous Chores + +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) +* remove core dev dependency, snippet.xml, and system.xml ([#5266](https://github.com/googleapis/google-cloud-php/issues/5266)) ([0f04803](https://github.com/googleapis/google-cloud-php/commit/0f0480337c13ba498d0fe59254d4d07418ff40c1)) + +
+ +
google/cloud-bigtable 1.14.1 + + + +### Miscellaneous Chores + +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) + +
+ +
google/cloud-billing 1.4.1 + + + +### Miscellaneous Chores + +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) +* remove core dev dependency, snippet.xml, and system.xml ([#5266](https://github.com/googleapis/google-cloud-php/issues/5266)) ([0f04803](https://github.com/googleapis/google-cloud-php/commit/0f0480337c13ba498d0fe59254d4d07418ff40c1)) + +
+ +
google/cloud-billing-budgets 0.2.6 + + + +### Miscellaneous Chores + +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) +* remove core dev dependency, snippet.xml, and system.xml ([#5266](https://github.com/googleapis/google-cloud-php/issues/5266)) ([0f04803](https://github.com/googleapis/google-cloud-php/commit/0f0480337c13ba498d0fe59254d4d07418ff40c1)) + +
+ +
google/cloud-binary-authorization 0.4.2 + + + +### Miscellaneous Chores + +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) +* remove core dev dependency, snippet.xml, and system.xml ([#5266](https://github.com/googleapis/google-cloud-php/issues/5266)) ([0f04803](https://github.com/googleapis/google-cloud-php/commit/0f0480337c13ba498d0fe59254d4d07418ff40c1)) + +
+ +
google/cloud-build 0.3.1 + + + +### Miscellaneous Chores + +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) +* remove core dev dependency, snippet.xml, and system.xml ([#5266](https://github.com/googleapis/google-cloud-php/issues/5266)) ([0f04803](https://github.com/googleapis/google-cloud-php/commit/0f0480337c13ba498d0fe59254d4d07418ff40c1)) + +
+ +
google/cloud-certificate-manager 0.1.3 + + + +### Miscellaneous Chores + +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) +* remove core dev dependency, snippet.xml, and system.xml ([#5266](https://github.com/googleapis/google-cloud-php/issues/5266)) ([0f04803](https://github.com/googleapis/google-cloud-php/commit/0f0480337c13ba498d0fe59254d4d07418ff40c1)) + +
+ +
google/cloud-channel 0.6.4 + + + +### Miscellaneous Chores + +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) +* remove core dev dependency, snippet.xml, and system.xml ([#5266](https://github.com/googleapis/google-cloud-php/issues/5266)) ([0f04803](https://github.com/googleapis/google-cloud-php/commit/0f0480337c13ba498d0fe59254d4d07418ff40c1)) + +
+ +
google/cloud-compute 1.0.3 + + + +### Miscellaneous Chores + +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) +* remove core dev dependency, snippet.xml, and system.xml ([#5266](https://github.com/googleapis/google-cloud-php/issues/5266)) ([0f04803](https://github.com/googleapis/google-cloud-php/commit/0f0480337c13ba498d0fe59254d4d07418ff40c1)) + +
+ +
google/cloud-contact-center-insights 0.2.3 + + + +### Miscellaneous Chores + +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) +* remove core dev dependency, snippet.xml, and system.xml ([#5266](https://github.com/googleapis/google-cloud-php/issues/5266)) ([0f04803](https://github.com/googleapis/google-cloud-php/commit/0f0480337c13ba498d0fe59254d4d07418ff40c1)) + +
+ +
google/cloud-container 1.6.2 + + + +### Miscellaneous Chores + +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) +* remove core dev dependency, snippet.xml, and system.xml ([#5266](https://github.com/googleapis/google-cloud-php/issues/5266)) ([0f04803](https://github.com/googleapis/google-cloud-php/commit/0f0480337c13ba498d0fe59254d4d07418ff40c1)) + +
+ +
google/cloud-container-analysis 0.2.1 + + + +### Miscellaneous Chores + +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) +* remove core dev dependency, snippet.xml, and system.xml ([#5266](https://github.com/googleapis/google-cloud-php/issues/5266)) ([0f04803](https://github.com/googleapis/google-cloud-php/commit/0f0480337c13ba498d0fe59254d4d07418ff40c1)) + +
+ +
google/cloud-core 1.45.0 + + + +### Features + +* add support for phpseclib3 ([#5251](https://github.com/googleapis/google-cloud-php/issues/5251)) ([2c5a2e1](https://github.com/googleapis/google-cloud-php/commit/2c5a2e128c5496242523904ebbd91d05a87f1389)) + + +### Bug Fixes + +* default to 0 instead of null ([#5245](https://github.com/googleapis/google-cloud-php/issues/5245)) ([1c72476](https://github.com/googleapis/google-cloud-php/commit/1c72476cd1132fd1ec856ac2cfeedbfba08206ca)) + + +### Miscellaneous Chores + +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) +* utilize the correct phpunit configuration for snippets ([#5259](https://github.com/googleapis/google-cloud-php/issues/5259)) ([88a39df](https://github.com/googleapis/google-cloud-php/commit/88a39df4aefca7a7eca8073e05beacd8aa467e87)) + +
+ +
google/cloud-data-catalog 1.3.1 + + + +### Miscellaneous Chores + +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) +* remove core dev dependency, snippet.xml, and system.xml ([#5266](https://github.com/googleapis/google-cloud-php/issues/5266)) ([0f04803](https://github.com/googleapis/google-cloud-php/commit/0f0480337c13ba498d0fe59254d4d07418ff40c1)) + +
+ +
google/cloud-data-fusion 0.2.2 + + + +### Miscellaneous Chores + +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) +* remove core dev dependency, snippet.xml, and system.xml ([#5266](https://github.com/googleapis/google-cloud-php/issues/5266)) ([0f04803](https://github.com/googleapis/google-cloud-php/commit/0f0480337c13ba498d0fe59254d4d07418ff40c1)) + +
+ +
google/cloud-datalabeling 0.1.4 + + + +### Miscellaneous Chores + +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) +* remove core dev dependency, snippet.xml, and system.xml ([#5266](https://github.com/googleapis/google-cloud-php/issues/5266)) ([0f04803](https://github.com/googleapis/google-cloud-php/commit/0f0480337c13ba498d0fe59254d4d07418ff40c1)) + +
+ +
google/cloud-dataflow 0.3.1 + + + +### Miscellaneous Chores + +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) +* remove core dev dependency, snippet.xml, and system.xml ([#5266](https://github.com/googleapis/google-cloud-php/issues/5266)) ([0f04803](https://github.com/googleapis/google-cloud-php/commit/0f0480337c13ba498d0fe59254d4d07418ff40c1)) + +
+ +
google/cloud-dataplex 0.1.2 + + + +### Miscellaneous Chores + +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) +* remove core dev dependency, snippet.xml, and system.xml ([#5266](https://github.com/googleapis/google-cloud-php/issues/5266)) ([0f04803](https://github.com/googleapis/google-cloud-php/commit/0f0480337c13ba498d0fe59254d4d07418ff40c1)) + +
+ +
google/cloud-dataproc 2.4.3 + + + +### Miscellaneous Chores + +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) +* remove core dev dependency, snippet.xml, and system.xml ([#5266](https://github.com/googleapis/google-cloud-php/issues/5266)) ([0f04803](https://github.com/googleapis/google-cloud-php/commit/0f0480337c13ba498d0fe59254d4d07418ff40c1)) + +
+ +
google/cloud-dataproc-metastore 0.3.1 + + + +### Miscellaneous Chores + +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) +* remove core dev dependency, snippet.xml, and system.xml ([#5266](https://github.com/googleapis/google-cloud-php/issues/5266)) ([0f04803](https://github.com/googleapis/google-cloud-php/commit/0f0480337c13ba498d0fe59254d4d07418ff40c1)) + +
+ +
google/cloud-datastore 1.14.1 + + + +### Miscellaneous Chores + +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) + +
+ +
google/cloud-datastore-admin 0.4.1 + + + +### Miscellaneous Chores + +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) +* remove core dev dependency, snippet.xml, and system.xml ([#5266](https://github.com/googleapis/google-cloud-php/issues/5266)) ([0f04803](https://github.com/googleapis/google-cloud-php/commit/0f0480337c13ba498d0fe59254d4d07418ff40c1)) + +
+ +
google/cloud-debugger 1.4.6 + + + +### Miscellaneous Chores + +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) + +
+ +
google/cloud-deploy 0.2.1 + + + +### Miscellaneous Chores + +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) +* remove core dev dependency, snippet.xml, and system.xml ([#5266](https://github.com/googleapis/google-cloud-php/issues/5266)) ([0f04803](https://github.com/googleapis/google-cloud-php/commit/0f0480337c13ba498d0fe59254d4d07418ff40c1)) + +
+ +
google/cloud-dialogflow 0.27.0 + + + +### Features + +* [Dialogflow] add the fields for setting CX virtual agent session parameters ([#5262](https://github.com/googleapis/google-cloud-php/issues/5262)) ([8c40b7e](https://github.com/googleapis/google-cloud-php/commit/8c40b7e36be4fd81c6fce2b3130213fdc10a5cf4)) + + +### Miscellaneous Chores + +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) +* remove core dev dependency, snippet.xml, and system.xml ([#5266](https://github.com/googleapis/google-cloud-php/issues/5266)) ([0f04803](https://github.com/googleapis/google-cloud-php/commit/0f0480337c13ba498d0fe59254d4d07418ff40c1)) + +
+ +
google/cloud-dlp 1.5.1 + + + +### Miscellaneous Chores + +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) +* remove core dev dependency, snippet.xml, and system.xml ([#5266](https://github.com/googleapis/google-cloud-php/issues/5266)) ([0f04803](https://github.com/googleapis/google-cloud-php/commit/0f0480337c13ba498d0fe59254d4d07418ff40c1)) + +
+ +
google/cloud-dms 0.2.5 + + + +### Miscellaneous Chores + +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) +* remove core dev dependency, snippet.xml, and system.xml ([#5266](https://github.com/googleapis/google-cloud-php/issues/5266)) ([0f04803](https://github.com/googleapis/google-cloud-php/commit/0f0480337c13ba498d0fe59254d4d07418ff40c1)) + +
+ +
google/cloud-document-ai 0.1.3 + + + +### Miscellaneous Chores + +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) +* remove core dev dependency, snippet.xml, and system.xml ([#5266](https://github.com/googleapis/google-cloud-php/issues/5266)) ([0f04803](https://github.com/googleapis/google-cloud-php/commit/0f0480337c13ba498d0fe59254d4d07418ff40c1)) + +
+ +
google/cloud-domains 0.2.1 + + + +### Miscellaneous Chores + +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) +* remove core dev dependency, snippet.xml, and system.xml ([#5266](https://github.com/googleapis/google-cloud-php/issues/5266)) ([0f04803](https://github.com/googleapis/google-cloud-php/commit/0f0480337c13ba498d0fe59254d4d07418ff40c1)) + +
+ +
google/cloud-error-reporting 0.19.2 + + + +### Miscellaneous Chores + +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) +* remove core dev dependency, snippet.xml, and system.xml ([#5266](https://github.com/googleapis/google-cloud-php/issues/5266)) ([0f04803](https://github.com/googleapis/google-cloud-php/commit/0f0480337c13ba498d0fe59254d4d07418ff40c1)) + +
+ +
google/cloud-essential-contacts 0.2.4 + + + +### Miscellaneous Chores + +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) +* remove core dev dependency, snippet.xml, and system.xml ([#5266](https://github.com/googleapis/google-cloud-php/issues/5266)) ([0f04803](https://github.com/googleapis/google-cloud-php/commit/0f0480337c13ba498d0fe59254d4d07418ff40c1)) + +
+ +
google/cloud-eventarc 0.2.1 + + + +### Miscellaneous Chores + +* [Eventarc] remove unused imports ([#5257](https://github.com/googleapis/google-cloud-php/issues/5257)) ([80e8925](https://github.com/googleapis/google-cloud-php/commit/80e89253750aaf92ea0043f1866a4c1797d2b09a)) +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) +* remove core dev dependency, snippet.xml, and system.xml ([#5266](https://github.com/googleapis/google-cloud-php/issues/5266)) ([0f04803](https://github.com/googleapis/google-cloud-php/commit/0f0480337c13ba498d0fe59254d4d07418ff40c1)) + +
+ +
google/cloud-eventarc-publishing 0.2.2 + + + +### Miscellaneous Chores + +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) +* remove core dev dependency, snippet.xml, and system.xml ([#5266](https://github.com/googleapis/google-cloud-php/issues/5266)) ([0f04803](https://github.com/googleapis/google-cloud-php/commit/0f0480337c13ba498d0fe59254d4d07418ff40c1)) + +
+ +
google/cloud-filestore 0.1.3 + + + +### Miscellaneous Chores + +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) +* remove core dev dependency, snippet.xml, and system.xml ([#5266](https://github.com/googleapis/google-cloud-php/issues/5266)) ([0f04803](https://github.com/googleapis/google-cloud-php/commit/0f0480337c13ba498d0fe59254d4d07418ff40c1)) + +
+ +
google/cloud-firestore 1.22.1 + + + +### Miscellaneous Chores + +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) + +
+ +
google/cloud-functions 0.3.1 + + + +### Miscellaneous Chores + +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) +* remove core dev dependency, snippet.xml, and system.xml ([#5266](https://github.com/googleapis/google-cloud-php/issues/5266)) ([0f04803](https://github.com/googleapis/google-cloud-php/commit/0f0480337c13ba498d0fe59254d4d07418ff40c1)) + +
+ +
google/cloud-game-servers 0.4.2 + + + +### Miscellaneous Chores + +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) +* remove core dev dependency, snippet.xml, and system.xml ([#5266](https://github.com/googleapis/google-cloud-php/issues/5266)) ([0f04803](https://github.com/googleapis/google-cloud-php/commit/0f0480337c13ba498d0fe59254d4d07418ff40c1)) + +
+ +
google/cloud-gke-connect-gateway 0.1.4 + + + +### Miscellaneous Chores + +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) +* remove core dev dependency, snippet.xml, and system.xml ([#5266](https://github.com/googleapis/google-cloud-php/issues/5266)) ([0f04803](https://github.com/googleapis/google-cloud-php/commit/0f0480337c13ba498d0fe59254d4d07418ff40c1)) + +
+ +
google/cloud-gke-hub 0.3.1 + + + +### Miscellaneous Chores + +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) +* remove core dev dependency, snippet.xml, and system.xml ([#5266](https://github.com/googleapis/google-cloud-php/issues/5266)) ([0f04803](https://github.com/googleapis/google-cloud-php/commit/0f0480337c13ba498d0fe59254d4d07418ff40c1)) + +
+ +
google/grafeas 0.2.3 + + + +### Miscellaneous Chores + +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) +* remove core dev dependency, snippet.xml, and system.xml ([#5266](https://github.com/googleapis/google-cloud-php/issues/5266)) ([0f04803](https://github.com/googleapis/google-cloud-php/commit/0f0480337c13ba498d0fe59254d4d07418ff40c1)) + +
+ +
google/cloud-iam-credentials 0.1.4 + + + +### Miscellaneous Chores + +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) +* remove core dev dependency, snippet.xml, and system.xml ([#5266](https://github.com/googleapis/google-cloud-php/issues/5266)) ([0f04803](https://github.com/googleapis/google-cloud-php/commit/0f0480337c13ba498d0fe59254d4d07418ff40c1)) + +
+ +
google/cloud-iap 0.3.0 + + + +### Features + +* [Iap] add the TunnelDestGroup-related methods and types ([#5271](https://github.com/googleapis/google-cloud-php/issues/5271)) ([9099718](https://github.com/googleapis/google-cloud-php/commit/909971869b5eecb4a7b6f272608ab5a71305be25)) + + +### Miscellaneous Chores + +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) +* remove core dev dependency, snippet.xml, and system.xml ([#5266](https://github.com/googleapis/google-cloud-php/issues/5266)) ([0f04803](https://github.com/googleapis/google-cloud-php/commit/0f0480337c13ba498d0fe59254d4d07418ff40c1)) + +
+ +
google/cloud-ids 0.1.2 + + + +### Miscellaneous Chores + +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) +* remove core dev dependency, snippet.xml, and system.xml ([#5266](https://github.com/googleapis/google-cloud-php/issues/5266)) ([0f04803](https://github.com/googleapis/google-cloud-php/commit/0f0480337c13ba498d0fe59254d4d07418ff40c1)) + +
+ +
google/cloud-iot 1.5.1 + + + +### Miscellaneous Chores + +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) +* remove core dev dependency, snippet.xml, and system.xml ([#5266](https://github.com/googleapis/google-cloud-php/issues/5266)) ([0f04803](https://github.com/googleapis/google-cloud-php/commit/0f0480337c13ba498d0fe59254d4d07418ff40c1)) + +
+ +
google/cloud-kms 1.13.1 + + + +### Miscellaneous Chores + +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) +* remove core dev dependency, snippet.xml, and system.xml ([#5266](https://github.com/googleapis/google-cloud-php/issues/5266)) ([0f04803](https://github.com/googleapis/google-cloud-php/commit/0f0480337c13ba498d0fe59254d4d07418ff40c1)) + +
+ +
google/cloud-language 0.26.4 + + + +### Miscellaneous Chores + +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) + +
+ +
google/cloud-life-sciences 0.2.4 + + + +### Miscellaneous Chores + +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) +* remove core dev dependency, snippet.xml, and system.xml ([#5266](https://github.com/googleapis/google-cloud-php/issues/5266)) ([0f04803](https://github.com/googleapis/google-cloud-php/commit/0f0480337c13ba498d0fe59254d4d07418ff40c1)) + +
+ +
google/cloud-logging 1.24.2 + + + +### Miscellaneous Chores + +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) + +
+ +
google/cloud-managed-identities 0.2.1 + + + +### Miscellaneous Chores + +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) +* remove core dev dependency, snippet.xml, and system.xml ([#5266](https://github.com/googleapis/google-cloud-php/issues/5266)) ([0f04803](https://github.com/googleapis/google-cloud-php/commit/0f0480337c13ba498d0fe59254d4d07418ff40c1)) + +
+ +
google/cloud-media-translation 0.2.4 + + + +### Miscellaneous Chores + +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) +* remove core dev dependency, snippet.xml, and system.xml ([#5266](https://github.com/googleapis/google-cloud-php/issues/5266)) ([0f04803](https://github.com/googleapis/google-cloud-php/commit/0f0480337c13ba498d0fe59254d4d07418ff40c1)) + +
+ +
google/cloud-memcache 0.5.4 + + + +### Miscellaneous Chores + +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) +* remove core dev dependency, snippet.xml, and system.xml ([#5266](https://github.com/googleapis/google-cloud-php/issues/5266)) ([0f04803](https://github.com/googleapis/google-cloud-php/commit/0f0480337c13ba498d0fe59254d4d07418ff40c1)) + +
+ +
google/cloud-monitoring 1.1.4 + + + +### Miscellaneous Chores + +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) +* remove core dev dependency, snippet.xml, and system.xml ([#5266](https://github.com/googleapis/google-cloud-php/issues/5266)) ([0f04803](https://github.com/googleapis/google-cloud-php/commit/0f0480337c13ba498d0fe59254d4d07418ff40c1)) + +
+ +
google/cloud-network-connectivity 0.2.1 + + + +### Miscellaneous Chores + +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) +* remove core dev dependency, snippet.xml, and system.xml ([#5266](https://github.com/googleapis/google-cloud-php/issues/5266)) ([0f04803](https://github.com/googleapis/google-cloud-php/commit/0f0480337c13ba498d0fe59254d4d07418ff40c1)) + +
+ +
google/cloud-network-management 0.1.5 + + + +### Miscellaneous Chores + +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) +* remove core dev dependency, snippet.xml, and system.xml ([#5266](https://github.com/googleapis/google-cloud-php/issues/5266)) ([0f04803](https://github.com/googleapis/google-cloud-php/commit/0f0480337c13ba498d0fe59254d4d07418ff40c1)) + +
+ +
google/cloud-network-security 0.2.1 + + + +### Miscellaneous Chores + +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) +* remove core dev dependency, snippet.xml, and system.xml ([#5266](https://github.com/googleapis/google-cloud-php/issues/5266)) ([0f04803](https://github.com/googleapis/google-cloud-php/commit/0f0480337c13ba498d0fe59254d4d07418ff40c1)) + +
+ +
google/cloud-notebooks 0.2.4 + + + +### Miscellaneous Chores + +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) +* remove core dev dependency, snippet.xml, and system.xml ([#5266](https://github.com/googleapis/google-cloud-php/issues/5266)) ([0f04803](https://github.com/googleapis/google-cloud-php/commit/0f0480337c13ba498d0fe59254d4d07418ff40c1)) + +
+ +
google/cloud-optimization 0.1.0 + + + +### Features + +* introduce cloud optimization ([#5272](https://github.com/googleapis/google-cloud-php/issues/5272)) ([15ab70d](https://github.com/googleapis/google-cloud-php/commit/15ab70d39af996a34338f641992ab3fdd014f41d)) + +
+ +
google/cloud-orchestration-airflow 0.1.4 + + + +### Miscellaneous Chores + +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) +* remove core dev dependency, snippet.xml, and system.xml ([#5266](https://github.com/googleapis/google-cloud-php/issues/5266)) ([0f04803](https://github.com/googleapis/google-cloud-php/commit/0f0480337c13ba498d0fe59254d4d07418ff40c1)) + +
+ +
google/cloud-org-policy 0.3.1 + + + +### Miscellaneous Chores + +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) +* remove core dev dependency, snippet.xml, and system.xml ([#5266](https://github.com/googleapis/google-cloud-php/issues/5266)) ([0f04803](https://github.com/googleapis/google-cloud-php/commit/0f0480337c13ba498d0fe59254d4d07418ff40c1)) + +
+ +
google/cloud-osconfig 0.5.1 + + + +### Miscellaneous Chores + +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) +* remove core dev dependency, snippet.xml, and system.xml ([#5266](https://github.com/googleapis/google-cloud-php/issues/5266)) ([0f04803](https://github.com/googleapis/google-cloud-php/commit/0f0480337c13ba498d0fe59254d4d07418ff40c1)) + +
+ +
google/cloud-oslogin 1.3.4 + + + +### Miscellaneous Chores + +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) +* remove core dev dependency, snippet.xml, and system.xml ([#5266](https://github.com/googleapis/google-cloud-php/issues/5266)) ([0f04803](https://github.com/googleapis/google-cloud-php/commit/0f0480337c13ba498d0fe59254d4d07418ff40c1)) + +
+ +
google/cloud-policy-troubleshooter 0.2.4 + + + +### Miscellaneous Chores + +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) +* remove core dev dependency, snippet.xml, and system.xml ([#5266](https://github.com/googleapis/google-cloud-php/issues/5266)) ([0f04803](https://github.com/googleapis/google-cloud-php/commit/0f0480337c13ba498d0fe59254d4d07418ff40c1)) + +
+ +
google/cloud-private-catalog 0.2.4 + + + +### Miscellaneous Chores + +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) +* remove core dev dependency, snippet.xml, and system.xml ([#5266](https://github.com/googleapis/google-cloud-php/issues/5266)) ([0f04803](https://github.com/googleapis/google-cloud-php/commit/0f0480337c13ba498d0fe59254d4d07418ff40c1)) + +
+ +
google/cloud-profiler 0.2.4 + + + +### Miscellaneous Chores + +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) +* remove core dev dependency, snippet.xml, and system.xml ([#5266](https://github.com/googleapis/google-cloud-php/issues/5266)) ([0f04803](https://github.com/googleapis/google-cloud-php/commit/0f0480337c13ba498d0fe59254d4d07418ff40c1)) + +
+ +
google/cloud-pubsub 1.36.1 + + + +### Miscellaneous Chores + +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) + +
+ +
google/cloud-recaptcha-enterprise 1.2.1 + + + +### Miscellaneous Chores + +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) +* remove core dev dependency, snippet.xml, and system.xml ([#5266](https://github.com/googleapis/google-cloud-php/issues/5266)) ([0f04803](https://github.com/googleapis/google-cloud-php/commit/0f0480337c13ba498d0fe59254d4d07418ff40c1)) + +
+ +
google/cloud-recommendations-ai 0.4.1 + + + +### Miscellaneous Chores + +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) +* remove core dev dependency, snippet.xml, and system.xml ([#5266](https://github.com/googleapis/google-cloud-php/issues/5266)) ([0f04803](https://github.com/googleapis/google-cloud-php/commit/0f0480337c13ba498d0fe59254d4d07418ff40c1)) + +
+ +
google/cloud-recommender 1.6.1 + + + +### Miscellaneous Chores + +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) +* remove core dev dependency, snippet.xml, and system.xml ([#5266](https://github.com/googleapis/google-cloud-php/issues/5266)) ([0f04803](https://github.com/googleapis/google-cloud-php/commit/0f0480337c13ba498d0fe59254d4d07418ff40c1)) + +
+ +
google/cloud-redis 1.6.1 + + + +### Miscellaneous Chores + +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) +* remove core dev dependency, snippet.xml, and system.xml ([#5266](https://github.com/googleapis/google-cloud-php/issues/5266)) ([0f04803](https://github.com/googleapis/google-cloud-php/commit/0f0480337c13ba498d0fe59254d4d07418ff40c1)) + +
+ +
google/cloud-resource-manager 0.3.1 + + + +### Miscellaneous Chores + +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) +* remove core dev dependency, snippet.xml, and system.xml ([#5266](https://github.com/googleapis/google-cloud-php/issues/5266)) ([0f04803](https://github.com/googleapis/google-cloud-php/commit/0f0480337c13ba498d0fe59254d4d07418ff40c1)) + +
+ +
google/cloud-resource-settings 0.1.4 + + + +### Miscellaneous Chores + +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) +* remove core dev dependency, snippet.xml, and system.xml ([#5266](https://github.com/googleapis/google-cloud-php/issues/5266)) ([0f04803](https://github.com/googleapis/google-cloud-php/commit/0f0480337c13ba498d0fe59254d4d07418ff40c1)) + +
+ +
google/cloud-retail 0.4.1 + + + +### Miscellaneous Chores + +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) +* remove core dev dependency, snippet.xml, and system.xml ([#5266](https://github.com/googleapis/google-cloud-php/issues/5266)) ([0f04803](https://github.com/googleapis/google-cloud-php/commit/0f0480337c13ba498d0fe59254d4d07418ff40c1)) + +
+ +
google/cloud-scheduler 1.6.2 + + + +### Miscellaneous Chores + +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) + +
+ +
google/cloud-secret-manager 1.9.1 + + + +### Miscellaneous Chores + +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) +* remove core dev dependency, snippet.xml, and system.xml ([#5266](https://github.com/googleapis/google-cloud-php/issues/5266)) ([0f04803](https://github.com/googleapis/google-cloud-php/commit/0f0480337c13ba498d0fe59254d4d07418ff40c1)) + +
+ +
google/cloud-security-center 1.5.3 + + + +### Miscellaneous Chores + +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) +* remove core dev dependency, snippet.xml, and system.xml ([#5266](https://github.com/googleapis/google-cloud-php/issues/5266)) ([0f04803](https://github.com/googleapis/google-cloud-php/commit/0f0480337c13ba498d0fe59254d4d07418ff40c1)) + +
+ +
google/cloud-security-private-ca 0.3.3 + + + +### Miscellaneous Chores + +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) +* remove core dev dependency, snippet.xml, and system.xml ([#5266](https://github.com/googleapis/google-cloud-php/issues/5266)) ([0f04803](https://github.com/googleapis/google-cloud-php/commit/0f0480337c13ba498d0fe59254d4d07418ff40c1)) + +
+ +
google/cloud-service-control 0.3.5 + + + +### Miscellaneous Chores + +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) +* remove core dev dependency, snippet.xml, and system.xml ([#5266](https://github.com/googleapis/google-cloud-php/issues/5266)) ([0f04803](https://github.com/googleapis/google-cloud-php/commit/0f0480337c13ba498d0fe59254d4d07418ff40c1)) + +
+ +
google/cloud-service-directory 0.7.1 + + + +### Miscellaneous Chores + +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) +* remove core dev dependency, snippet.xml, and system.xml ([#5266](https://github.com/googleapis/google-cloud-php/issues/5266)) ([0f04803](https://github.com/googleapis/google-cloud-php/commit/0f0480337c13ba498d0fe59254d4d07418ff40c1)) + +
+ +
google/cloud-service-management 0.3.1 + + + +### Miscellaneous Chores + +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) +* remove core dev dependency, snippet.xml, and system.xml ([#5266](https://github.com/googleapis/google-cloud-php/issues/5266)) ([0f04803](https://github.com/googleapis/google-cloud-php/commit/0f0480337c13ba498d0fe59254d4d07418ff40c1)) + +
+ +
google/cloud-service-usage 0.2.3 + + + +### Miscellaneous Chores + +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) +* remove core dev dependency, snippet.xml, and system.xml ([#5266](https://github.com/googleapis/google-cloud-php/issues/5266)) ([0f04803](https://github.com/googleapis/google-cloud-php/commit/0f0480337c13ba498d0fe59254d4d07418ff40c1)) + +
+ +
google/cloud-shell 0.1.3 + + + +### Miscellaneous Chores + +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) +* remove core dev dependency, snippet.xml, and system.xml ([#5266](https://github.com/googleapis/google-cloud-php/issues/5266)) ([0f04803](https://github.com/googleapis/google-cloud-php/commit/0f0480337c13ba498d0fe59254d4d07418ff40c1)) + +
+ +
google/cloud-spanner 1.49.1 + + + +### Miscellaneous Chores + +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) +* utilize the correct phpunit configuration for snippets ([#5259](https://github.com/googleapis/google-cloud-php/issues/5259)) ([88a39df](https://github.com/googleapis/google-cloud-php/commit/88a39df4aefca7a7eca8073e05beacd8aa467e87)) + +
+ +
google/cloud-speech 1.6.0 + + + +### Features + +* [Speech] Add adaptation proto for v1 api ([#5264](https://github.com/googleapis/google-cloud-php/issues/5264)) ([2003c38](https://github.com/googleapis/google-cloud-php/commit/2003c3894f5d1813dfe3c5df2d4634470f28e8ff)) + + +### Miscellaneous Chores + +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) + +
+ +
google/cloud-sql-admin 0.2.2 + + + +### Miscellaneous Chores + +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) +* remove core dev dependency, snippet.xml, and system.xml ([#5266](https://github.com/googleapis/google-cloud-php/issues/5266)) ([0f04803](https://github.com/googleapis/google-cloud-php/commit/0f0480337c13ba498d0fe59254d4d07418ff40c1)) + +
+ +
google/cloud-storage 1.27.0 + + + +### Features + +* add support for phpseclib3 ([#5251](https://github.com/googleapis/google-cloud-php/issues/5251)) ([2c5a2e1](https://github.com/googleapis/google-cloud-php/commit/2c5a2e128c5496242523904ebbd91d05a87f1389)) + + +### Miscellaneous Chores + +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) + +
+ +
google/cloud-storage-transfer 0.2.1 + + + +### Miscellaneous Chores + +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) +* remove core dev dependency, snippet.xml, and system.xml ([#5266](https://github.com/googleapis/google-cloud-php/issues/5266)) ([0f04803](https://github.com/googleapis/google-cloud-php/commit/0f0480337c13ba498d0fe59254d4d07418ff40c1)) + +
+ +
google/cloud-talent 0.16.5 + + + +### Miscellaneous Chores + +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) +* remove core dev dependency, snippet.xml, and system.xml ([#5266](https://github.com/googleapis/google-cloud-php/issues/5266)) ([0f04803](https://github.com/googleapis/google-cloud-php/commit/0f0480337c13ba498d0fe59254d4d07418ff40c1)) + +
+ +
google/cloud-tasks 1.11.1 + + + +### Miscellaneous Chores + +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) +* remove core dev dependency, snippet.xml, and system.xml ([#5266](https://github.com/googleapis/google-cloud-php/issues/5266)) ([0f04803](https://github.com/googleapis/google-cloud-php/commit/0f0480337c13ba498d0fe59254d4d07418ff40c1)) + +
+ +
google/cloud-text-to-speech 1.4.1 + + + +### Miscellaneous Chores + +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) +* remove core dev dependency, snippet.xml, and system.xml ([#5266](https://github.com/googleapis/google-cloud-php/issues/5266)) ([0f04803](https://github.com/googleapis/google-cloud-php/commit/0f0480337c13ba498d0fe59254d4d07418ff40c1)) + +
+ +
google/cloud-tpu 0.2.4 + + + +### Miscellaneous Chores + +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) +* remove core dev dependency, snippet.xml, and system.xml ([#5266](https://github.com/googleapis/google-cloud-php/issues/5266)) ([0f04803](https://github.com/googleapis/google-cloud-php/commit/0f0480337c13ba498d0fe59254d4d07418ff40c1)) + +
+ +
google/cloud-trace 1.4.5 + + + +### Miscellaneous Chores + +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) + +
+ +
google/cloud-translate 1.12.4 + + + +### Miscellaneous Chores + +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) + +
+ +
google/cloud-videointelligence 1.12.7 + + + +### Miscellaneous Chores + +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) +* remove core dev dependency, snippet.xml, and system.xml ([#5266](https://github.com/googleapis/google-cloud-php/issues/5266)) ([0f04803](https://github.com/googleapis/google-cloud-php/commit/0f0480337c13ba498d0fe59254d4d07418ff40c1)) + +
+ +
google/cloud-video-live-stream 0.1.2 + + + +### Miscellaneous Chores + +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) +* remove core dev dependency, snippet.xml, and system.xml ([#5266](https://github.com/googleapis/google-cloud-php/issues/5266)) ([0f04803](https://github.com/googleapis/google-cloud-php/commit/0f0480337c13ba498d0fe59254d4d07418ff40c1)) + +
+ +
google/cloud-video-stitcher 0.1.2 + + + +### Miscellaneous Chores + +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) +* remove core dev dependency, snippet.xml, and system.xml ([#5266](https://github.com/googleapis/google-cloud-php/issues/5266)) ([0f04803](https://github.com/googleapis/google-cloud-php/commit/0f0480337c13ba498d0fe59254d4d07418ff40c1)) + +
+ +
google/cloud-video-transcoder 0.3.4 + + + +### Miscellaneous Chores + +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) +* remove core dev dependency, snippet.xml, and system.xml ([#5266](https://github.com/googleapis/google-cloud-php/issues/5266)) ([0f04803](https://github.com/googleapis/google-cloud-php/commit/0f0480337c13ba498d0fe59254d4d07418ff40c1)) + +
+ +
google/cloud-vision 1.5.6 + + + +### Miscellaneous Chores + +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) + +
+ +
google/cloud-vm-migration 0.1.2 + + + +### Miscellaneous Chores + +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) +* remove core dev dependency, snippet.xml, and system.xml ([#5266](https://github.com/googleapis/google-cloud-php/issues/5266)) ([0f04803](https://github.com/googleapis/google-cloud-php/commit/0f0480337c13ba498d0fe59254d4d07418ff40c1)) + +
+ +
google/cloud-vpc-access 0.2.4 + + + +### Miscellaneous Chores + +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) +* remove core dev dependency, snippet.xml, and system.xml ([#5266](https://github.com/googleapis/google-cloud-php/issues/5266)) ([0f04803](https://github.com/googleapis/google-cloud-php/commit/0f0480337c13ba498d0fe59254d4d07418ff40c1)) + +
+ +
google/cloud-web-risk 1.1.4 + + + +### Miscellaneous Chores + +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) +* remove core dev dependency, snippet.xml, and system.xml ([#5266](https://github.com/googleapis/google-cloud-php/issues/5266)) ([0f04803](https://github.com/googleapis/google-cloud-php/commit/0f0480337c13ba498d0fe59254d4d07418ff40c1)) + +
+ +
google/cloud-web-security-scanner 0.7.4 + + + +### Miscellaneous Chores + +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) +* remove core dev dependency, snippet.xml, and system.xml ([#5266](https://github.com/googleapis/google-cloud-php/issues/5266)) ([0f04803](https://github.com/googleapis/google-cloud-php/commit/0f0480337c13ba498d0fe59254d4d07418ff40c1)) + +
+ +
google/cloud-workflows 0.2.5 + + + +### Miscellaneous Chores + +* add support for PHPUnit 8 ([#5252](https://github.com/googleapis/google-cloud-php/issues/5252)) ([8adcfea](https://github.com/googleapis/google-cloud-php/commit/8adcfea864f6fa6da8c7827de00c16686626342b)) +* remove core dev dependency, snippet.xml, and system.xml ([#5266](https://github.com/googleapis/google-cloud-php/issues/5266)) ([0f04803](https://github.com/googleapis/google-cloud-php/commit/0f0480337c13ba498d0fe59254d4d07418ff40c1)) + +
+ ## 0.179.0
google/cloud-ai-platform 0.2.0 diff --git a/CertificateManager/VERSION b/CertificateManager/VERSION index d917d3e26ad..b1e80bb2480 100644 --- a/CertificateManager/VERSION +++ b/CertificateManager/VERSION @@ -1 +1 @@ -0.1.2 +0.1.3 diff --git a/Channel/VERSION b/Channel/VERSION index 844f6a91acb..d2b13eb644d 100644 --- a/Channel/VERSION +++ b/Channel/VERSION @@ -1 +1 @@ -0.6.3 +0.6.4 diff --git a/Compute/VERSION b/Compute/VERSION index 6d7de6e6abe..21e8796a09d 100644 --- a/Compute/VERSION +++ b/Compute/VERSION @@ -1 +1 @@ -1.0.2 +1.0.3 diff --git a/ContactCenterInsights/VERSION b/ContactCenterInsights/VERSION index ee1372d33a2..7179039691c 100644 --- a/ContactCenterInsights/VERSION +++ b/ContactCenterInsights/VERSION @@ -1 +1 @@ -0.2.2 +0.2.3 diff --git a/Container/VERSION b/Container/VERSION index 9c6d6293b1a..fdd3be6df54 100644 --- a/Container/VERSION +++ b/Container/VERSION @@ -1 +1 @@ -1.6.1 +1.6.2 diff --git a/ContainerAnalysis/VERSION b/ContainerAnalysis/VERSION index 0ea3a944b39..0c62199f16a 100644 --- a/ContainerAnalysis/VERSION +++ b/ContainerAnalysis/VERSION @@ -1 +1 @@ -0.2.0 +0.2.1 diff --git a/Core/VERSION b/Core/VERSION index a460223702a..50aceaa7b71 100644 --- a/Core/VERSION +++ b/Core/VERSION @@ -1 +1 @@ -1.44.4 +1.45.0 diff --git a/DataCatalog/VERSION b/DataCatalog/VERSION index f0bb29e7638..3a3cd8cc8b0 100644 --- a/DataCatalog/VERSION +++ b/DataCatalog/VERSION @@ -1 +1 @@ -1.3.0 +1.3.1 diff --git a/DataFusion/VERSION b/DataFusion/VERSION index 0c62199f16a..ee1372d33a2 100644 --- a/DataFusion/VERSION +++ b/DataFusion/VERSION @@ -1 +1 @@ -0.2.1 +0.2.2 diff --git a/DataLabeling/VERSION b/DataLabeling/VERSION index b1e80bb2480..845639eef26 100644 --- a/DataLabeling/VERSION +++ b/DataLabeling/VERSION @@ -1 +1 @@ -0.1.3 +0.1.4 diff --git a/Dataflow/VERSION b/Dataflow/VERSION index 0d91a54c7d4..9e11b32fcaa 100644 --- a/Dataflow/VERSION +++ b/Dataflow/VERSION @@ -1 +1 @@ -0.3.0 +0.3.1 diff --git a/Dataplex/VERSION b/Dataplex/VERSION index 17e51c385ea..d917d3e26ad 100644 --- a/Dataplex/VERSION +++ b/Dataplex/VERSION @@ -1 +1 @@ -0.1.1 +0.1.2 diff --git a/Dataproc/VERSION b/Dataproc/VERSION index 8e8299dcc06..35cee72dcbf 100644 --- a/Dataproc/VERSION +++ b/Dataproc/VERSION @@ -1 +1 @@ -2.4.2 +2.4.3 diff --git a/DataprocMetastore/VERSION b/DataprocMetastore/VERSION index 0d91a54c7d4..9e11b32fcaa 100644 --- a/DataprocMetastore/VERSION +++ b/DataprocMetastore/VERSION @@ -1 +1 @@ -0.3.0 +0.3.1 diff --git a/Datastore/VERSION b/Datastore/VERSION index 850e742404b..63e799cf451 100644 --- a/Datastore/VERSION +++ b/Datastore/VERSION @@ -1 +1 @@ -1.14.0 +1.14.1 diff --git a/Datastore/src/DatastoreClient.php b/Datastore/src/DatastoreClient.php index 647f0a832b0..1c452724408 100644 --- a/Datastore/src/DatastoreClient.php +++ b/Datastore/src/DatastoreClient.php @@ -80,7 +80,7 @@ class DatastoreClient use ClientTrait; use DatastoreTrait; - const VERSION = '1.14.0'; + const VERSION = '1.14.1'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/datastore'; diff --git a/DatastoreAdmin/VERSION b/DatastoreAdmin/VERSION index 1d0ba9ea182..267577d47e4 100644 --- a/DatastoreAdmin/VERSION +++ b/DatastoreAdmin/VERSION @@ -1 +1 @@ -0.4.0 +0.4.1 diff --git a/Debugger/VERSION b/Debugger/VERSION index e516bb9d963..c514bd85c2e 100644 --- a/Debugger/VERSION +++ b/Debugger/VERSION @@ -1 +1 @@ -1.4.5 +1.4.6 diff --git a/Debugger/src/DebuggerClient.php b/Debugger/src/DebuggerClient.php index 2387862bc43..74b2f14c659 100644 --- a/Debugger/src/DebuggerClient.php +++ b/Debugger/src/DebuggerClient.php @@ -39,7 +39,7 @@ class DebuggerClient { use ClientTrait; - const VERSION = '1.4.5'; + const VERSION = '1.4.6'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/cloud-platform'; const READ_ONLY_SCOPE = 'https://www.googleapis.com/auth/debugger.readonly'; diff --git a/Deploy/VERSION b/Deploy/VERSION index 0ea3a944b39..0c62199f16a 100644 --- a/Deploy/VERSION +++ b/Deploy/VERSION @@ -1 +1 @@ -0.2.0 +0.2.1 diff --git a/Dialogflow/VERSION b/Dialogflow/VERSION index 4e8f395fa5e..1b58cc10180 100644 --- a/Dialogflow/VERSION +++ b/Dialogflow/VERSION @@ -1 +1 @@ -0.26.0 +0.27.0 diff --git a/Dlp/VERSION b/Dlp/VERSION index bc80560fad6..26ca594609a 100644 --- a/Dlp/VERSION +++ b/Dlp/VERSION @@ -1 +1 @@ -1.5.0 +1.5.1 diff --git a/Dms/VERSION b/Dms/VERSION index abd410582de..3a4036fb450 100644 --- a/Dms/VERSION +++ b/Dms/VERSION @@ -1 +1 @@ -0.2.4 +0.2.5 diff --git a/DocumentAi/VERSION b/DocumentAi/VERSION index d917d3e26ad..b1e80bb2480 100644 --- a/DocumentAi/VERSION +++ b/DocumentAi/VERSION @@ -1 +1 @@ -0.1.2 +0.1.3 diff --git a/Domains/VERSION b/Domains/VERSION index 0ea3a944b39..0c62199f16a 100644 --- a/Domains/VERSION +++ b/Domains/VERSION @@ -1 +1 @@ -0.2.0 +0.2.1 diff --git a/ErrorReporting/VERSION b/ErrorReporting/VERSION index 41915c79947..61e6e92d914 100644 --- a/ErrorReporting/VERSION +++ b/ErrorReporting/VERSION @@ -1 +1 @@ -0.19.1 +0.19.2 diff --git a/EssentialContacts/VERSION b/EssentialContacts/VERSION index 7179039691c..abd410582de 100644 --- a/EssentialContacts/VERSION +++ b/EssentialContacts/VERSION @@ -1 +1 @@ -0.2.3 +0.2.4 diff --git a/Eventarc/VERSION b/Eventarc/VERSION index 0ea3a944b39..0c62199f16a 100644 --- a/Eventarc/VERSION +++ b/Eventarc/VERSION @@ -1 +1 @@ -0.2.0 +0.2.1 diff --git a/EventarcPublishing/VERSION b/EventarcPublishing/VERSION index 0c62199f16a..ee1372d33a2 100644 --- a/EventarcPublishing/VERSION +++ b/EventarcPublishing/VERSION @@ -1 +1 @@ -0.2.1 +0.2.2 diff --git a/Filestore/VERSION b/Filestore/VERSION index d917d3e26ad..b1e80bb2480 100644 --- a/Filestore/VERSION +++ b/Filestore/VERSION @@ -1 +1 @@ -0.1.2 +0.1.3 diff --git a/Firestore/VERSION b/Firestore/VERSION index 57807d6d0d0..6245beecd39 100644 --- a/Firestore/VERSION +++ b/Firestore/VERSION @@ -1 +1 @@ -1.22.0 +1.22.1 diff --git a/Firestore/src/FirestoreClient.php b/Firestore/src/FirestoreClient.php index 0f1b5e26643..e019817ca9b 100644 --- a/Firestore/src/FirestoreClient.php +++ b/Firestore/src/FirestoreClient.php @@ -75,7 +75,7 @@ class FirestoreClient use SnapshotTrait; use ValidateTrait; - const VERSION = '1.22.0'; + const VERSION = '1.22.1'; const DEFAULT_DATABASE = '(default)'; diff --git a/Functions/VERSION b/Functions/VERSION index 0d91a54c7d4..9e11b32fcaa 100644 --- a/Functions/VERSION +++ b/Functions/VERSION @@ -1 +1 @@ -0.3.0 +0.3.1 diff --git a/Gaming/VERSION b/Gaming/VERSION index 267577d47e4..2b7c5ae0184 100644 --- a/Gaming/VERSION +++ b/Gaming/VERSION @@ -1 +1 @@ -0.4.1 +0.4.2 diff --git a/GkeConnectGateway/VERSION b/GkeConnectGateway/VERSION index b1e80bb2480..845639eef26 100644 --- a/GkeConnectGateway/VERSION +++ b/GkeConnectGateway/VERSION @@ -1 +1 @@ -0.1.3 +0.1.4 diff --git a/GkeHub/VERSION b/GkeHub/VERSION index 0d91a54c7d4..9e11b32fcaa 100644 --- a/GkeHub/VERSION +++ b/GkeHub/VERSION @@ -1 +1 @@ -0.3.0 +0.3.1 diff --git a/Grafeas/VERSION b/Grafeas/VERSION index ee1372d33a2..7179039691c 100644 --- a/Grafeas/VERSION +++ b/Grafeas/VERSION @@ -1 +1 @@ -0.2.2 +0.2.3 diff --git a/IamCredentials/VERSION b/IamCredentials/VERSION index b1e80bb2480..845639eef26 100644 --- a/IamCredentials/VERSION +++ b/IamCredentials/VERSION @@ -1 +1 @@ -0.1.3 +0.1.4 diff --git a/Iap/VERSION b/Iap/VERSION index 0ea3a944b39..0d91a54c7d4 100644 --- a/Iap/VERSION +++ b/Iap/VERSION @@ -1 +1 @@ -0.2.0 +0.3.0 diff --git a/Ids/VERSION b/Ids/VERSION index 17e51c385ea..d917d3e26ad 100644 --- a/Ids/VERSION +++ b/Ids/VERSION @@ -1 +1 @@ -0.1.1 +0.1.2 diff --git a/Iot/VERSION b/Iot/VERSION index bc80560fad6..26ca594609a 100644 --- a/Iot/VERSION +++ b/Iot/VERSION @@ -1 +1 @@ -1.5.0 +1.5.1 diff --git a/Kms/VERSION b/Kms/VERSION index feaae22bac7..b50dd27dd92 100644 --- a/Kms/VERSION +++ b/Kms/VERSION @@ -1 +1 @@ -1.13.0 +1.13.1 diff --git a/Language/VERSION b/Language/VERSION index 3f45a6442e8..12a91df0e0b 100644 --- a/Language/VERSION +++ b/Language/VERSION @@ -1 +1 @@ -0.26.3 +0.26.4 diff --git a/Language/src/LanguageClient.php b/Language/src/LanguageClient.php index 113fc1c9458..4f393db3162 100644 --- a/Language/src/LanguageClient.php +++ b/Language/src/LanguageClient.php @@ -46,7 +46,7 @@ class LanguageClient ClientTrait::jsonDecode insteadof RetryDeciderTrait; } - const VERSION = '0.26.3'; + const VERSION = '0.26.4'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/cloud-platform'; diff --git a/LifeSciences/VERSION b/LifeSciences/VERSION index 7179039691c..abd410582de 100644 --- a/LifeSciences/VERSION +++ b/LifeSciences/VERSION @@ -1 +1 @@ -0.2.3 +0.2.4 diff --git a/Logging/VERSION b/Logging/VERSION index f9e8384bb6c..e4a973f913f 100644 --- a/Logging/VERSION +++ b/Logging/VERSION @@ -1 +1 @@ -1.24.1 +1.24.2 diff --git a/Logging/src/LoggingClient.php b/Logging/src/LoggingClient.php index 15dd6a2e897..8b04628e224 100644 --- a/Logging/src/LoggingClient.php +++ b/Logging/src/LoggingClient.php @@ -70,7 +70,7 @@ class LoggingClient use ArrayTrait; use ClientTrait; - const VERSION = '1.24.1'; + const VERSION = '1.24.2'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/logging.admin'; const READ_ONLY_SCOPE = 'https://www.googleapis.com/auth/logging.read'; diff --git a/ManagedIdentities/VERSION b/ManagedIdentities/VERSION index 0ea3a944b39..0c62199f16a 100644 --- a/ManagedIdentities/VERSION +++ b/ManagedIdentities/VERSION @@ -1 +1 @@ -0.2.0 +0.2.1 diff --git a/MediaTranslation/VERSION b/MediaTranslation/VERSION index 7179039691c..abd410582de 100644 --- a/MediaTranslation/VERSION +++ b/MediaTranslation/VERSION @@ -1 +1 @@ -0.2.3 +0.2.4 diff --git a/Memcache/VERSION b/Memcache/VERSION index be14282b7ff..7d8568351b4 100644 --- a/Memcache/VERSION +++ b/Memcache/VERSION @@ -1 +1 @@ -0.5.3 +0.5.4 diff --git a/Monitoring/VERSION b/Monitoring/VERSION index 781dcb07cd8..65087b4f5ec 100644 --- a/Monitoring/VERSION +++ b/Monitoring/VERSION @@ -1 +1 @@ -1.1.3 +1.1.4 diff --git a/NetworkConnectivity/VERSION b/NetworkConnectivity/VERSION index 0ea3a944b39..0c62199f16a 100644 --- a/NetworkConnectivity/VERSION +++ b/NetworkConnectivity/VERSION @@ -1 +1 @@ -0.2.0 +0.2.1 diff --git a/NetworkManagement/VERSION b/NetworkManagement/VERSION index 845639eef26..9faa1b7a733 100644 --- a/NetworkManagement/VERSION +++ b/NetworkManagement/VERSION @@ -1 +1 @@ -0.1.4 +0.1.5 diff --git a/NetworkSecurity/VERSION b/NetworkSecurity/VERSION index 0ea3a944b39..0c62199f16a 100644 --- a/NetworkSecurity/VERSION +++ b/NetworkSecurity/VERSION @@ -1 +1 @@ -0.2.0 +0.2.1 diff --git a/Notebooks/VERSION b/Notebooks/VERSION index 7179039691c..abd410582de 100644 --- a/Notebooks/VERSION +++ b/Notebooks/VERSION @@ -1 +1 @@ -0.2.3 +0.2.4 diff --git a/Optimization/VERSION b/Optimization/VERSION index 77d6f4ca237..6e8bf73aa55 100644 --- a/Optimization/VERSION +++ b/Optimization/VERSION @@ -1 +1 @@ -0.0.0 +0.1.0 diff --git a/OrchestrationAirflow/VERSION b/OrchestrationAirflow/VERSION index b1e80bb2480..845639eef26 100644 --- a/OrchestrationAirflow/VERSION +++ b/OrchestrationAirflow/VERSION @@ -1 +1 @@ -0.1.3 +0.1.4 diff --git a/OrgPolicy/VERSION b/OrgPolicy/VERSION index 0d91a54c7d4..9e11b32fcaa 100644 --- a/OrgPolicy/VERSION +++ b/OrgPolicy/VERSION @@ -1 +1 @@ -0.3.0 +0.3.1 diff --git a/OsConfig/VERSION b/OsConfig/VERSION index 8f0916f768f..4b9fcbec101 100644 --- a/OsConfig/VERSION +++ b/OsConfig/VERSION @@ -1 +1 @@ -0.5.0 +0.5.1 diff --git a/OsLogin/VERSION b/OsLogin/VERSION index 31e5c843497..d0149fef743 100644 --- a/OsLogin/VERSION +++ b/OsLogin/VERSION @@ -1 +1 @@ -1.3.3 +1.3.4 diff --git a/PolicyTroubleshooter/VERSION b/PolicyTroubleshooter/VERSION index 7179039691c..abd410582de 100644 --- a/PolicyTroubleshooter/VERSION +++ b/PolicyTroubleshooter/VERSION @@ -1 +1 @@ -0.2.3 +0.2.4 diff --git a/PrivateCatalog/VERSION b/PrivateCatalog/VERSION index 7179039691c..abd410582de 100644 --- a/PrivateCatalog/VERSION +++ b/PrivateCatalog/VERSION @@ -1 +1 @@ -0.2.3 +0.2.4 diff --git a/Profiler/VERSION b/Profiler/VERSION index 7179039691c..abd410582de 100644 --- a/Profiler/VERSION +++ b/Profiler/VERSION @@ -1 +1 @@ -0.2.3 +0.2.4 diff --git a/PubSub/VERSION b/PubSub/VERSION index 39fc130ef85..f107550c291 100644 --- a/PubSub/VERSION +++ b/PubSub/VERSION @@ -1 +1 @@ -1.36.0 +1.36.1 diff --git a/PubSub/src/PubSubClient.php b/PubSub/src/PubSubClient.php index c2fbf52ea9e..0d42e251a97 100644 --- a/PubSub/src/PubSubClient.php +++ b/PubSub/src/PubSubClient.php @@ -87,7 +87,7 @@ class PubSubClient use IncomingMessageTrait; use ResourceNameTrait; - const VERSION = '1.36.0'; + const VERSION = '1.36.1'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/pubsub'; diff --git a/RecaptchaEnterprise/VERSION b/RecaptchaEnterprise/VERSION index 26aaba0e866..6085e946503 100644 --- a/RecaptchaEnterprise/VERSION +++ b/RecaptchaEnterprise/VERSION @@ -1 +1 @@ -1.2.0 +1.2.1 diff --git a/RecommendationEngine/VERSION b/RecommendationEngine/VERSION index 1d0ba9ea182..267577d47e4 100644 --- a/RecommendationEngine/VERSION +++ b/RecommendationEngine/VERSION @@ -1 +1 @@ -0.4.0 +0.4.1 diff --git a/Recommender/VERSION b/Recommender/VERSION index dc1e644a101..9c6d6293b1a 100644 --- a/Recommender/VERSION +++ b/Recommender/VERSION @@ -1 +1 @@ -1.6.0 +1.6.1 diff --git a/Redis/VERSION b/Redis/VERSION index dc1e644a101..9c6d6293b1a 100644 --- a/Redis/VERSION +++ b/Redis/VERSION @@ -1 +1 @@ -1.6.0 +1.6.1 diff --git a/ResourceManager/VERSION b/ResourceManager/VERSION index 0d91a54c7d4..9e11b32fcaa 100644 --- a/ResourceManager/VERSION +++ b/ResourceManager/VERSION @@ -1 +1 @@ -0.3.0 +0.3.1 diff --git a/ResourceSettings/VERSION b/ResourceSettings/VERSION index b1e80bb2480..845639eef26 100644 --- a/ResourceSettings/VERSION +++ b/ResourceSettings/VERSION @@ -1 +1 @@ -0.1.3 +0.1.4 diff --git a/Retail/VERSION b/Retail/VERSION index 1d0ba9ea182..267577d47e4 100644 --- a/Retail/VERSION +++ b/Retail/VERSION @@ -1 +1 @@ -0.4.0 +0.4.1 diff --git a/Scheduler/VERSION b/Scheduler/VERSION index 9c6d6293b1a..fdd3be6df54 100644 --- a/Scheduler/VERSION +++ b/Scheduler/VERSION @@ -1 +1 @@ -1.6.1 +1.6.2 diff --git a/SecretManager/VERSION b/SecretManager/VERSION index f8e233b2733..9ab8337f396 100644 --- a/SecretManager/VERSION +++ b/SecretManager/VERSION @@ -1 +1 @@ -1.9.0 +1.9.1 diff --git a/SecurityCenter/VERSION b/SecurityCenter/VERSION index 4cda8f19edc..8af85beb515 100644 --- a/SecurityCenter/VERSION +++ b/SecurityCenter/VERSION @@ -1 +1 @@ -1.5.2 +1.5.3 diff --git a/SecurityPrivateCa/VERSION b/SecurityPrivateCa/VERSION index d15723fbe8d..1c09c74e221 100644 --- a/SecurityPrivateCa/VERSION +++ b/SecurityPrivateCa/VERSION @@ -1 +1 @@ -0.3.2 +0.3.3 diff --git a/ServiceControl/VERSION b/ServiceControl/VERSION index 42045acae20..c2c0004f0e2 100644 --- a/ServiceControl/VERSION +++ b/ServiceControl/VERSION @@ -1 +1 @@ -0.3.4 +0.3.5 diff --git a/ServiceDirectory/VERSION b/ServiceDirectory/VERSION index faef31a4357..39e898a4f95 100644 --- a/ServiceDirectory/VERSION +++ b/ServiceDirectory/VERSION @@ -1 +1 @@ -0.7.0 +0.7.1 diff --git a/ServiceManagement/VERSION b/ServiceManagement/VERSION index 0d91a54c7d4..9e11b32fcaa 100644 --- a/ServiceManagement/VERSION +++ b/ServiceManagement/VERSION @@ -1 +1 @@ -0.3.0 +0.3.1 diff --git a/ServiceUsage/VERSION b/ServiceUsage/VERSION index ee1372d33a2..7179039691c 100644 --- a/ServiceUsage/VERSION +++ b/ServiceUsage/VERSION @@ -1 +1 @@ -0.2.2 +0.2.3 diff --git a/Shell/VERSION b/Shell/VERSION index d917d3e26ad..b1e80bb2480 100644 --- a/Shell/VERSION +++ b/Shell/VERSION @@ -1 +1 @@ -0.1.2 +0.1.3 diff --git a/Spanner/VERSION b/Spanner/VERSION index 7f3a46a841e..29306a90b94 100644 --- a/Spanner/VERSION +++ b/Spanner/VERSION @@ -1 +1 @@ -1.49.0 +1.49.1 diff --git a/Spanner/src/SpannerClient.php b/Spanner/src/SpannerClient.php index 8e52c3e2813..d67954532e0 100644 --- a/Spanner/src/SpannerClient.php +++ b/Spanner/src/SpannerClient.php @@ -90,7 +90,7 @@ class SpannerClient use LROTrait; use ValidateTrait; - const VERSION = '1.49.0'; + const VERSION = '1.49.1'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/spanner.data'; const ADMIN_SCOPE = 'https://www.googleapis.com/auth/spanner.admin'; diff --git a/Speech/VERSION b/Speech/VERSION index 26ca594609a..dc1e644a101 100644 --- a/Speech/VERSION +++ b/Speech/VERSION @@ -1 +1 @@ -1.5.1 +1.6.0 diff --git a/Speech/src/SpeechClient.php b/Speech/src/SpeechClient.php index e6b0a3d4f65..a6340c6ddc9 100644 --- a/Speech/src/SpeechClient.php +++ b/Speech/src/SpeechClient.php @@ -50,7 +50,7 @@ class SpeechClient { use ClientTrait; - const VERSION = '1.5.1'; + const VERSION = '1.6.0'; const SCOPE = 'https://www.googleapis.com/auth/cloud-platform'; diff --git a/SqlAdmin/VERSION b/SqlAdmin/VERSION index 0c62199f16a..ee1372d33a2 100644 --- a/SqlAdmin/VERSION +++ b/SqlAdmin/VERSION @@ -1 +1 @@ -0.2.1 +0.2.2 diff --git a/Storage/VERSION b/Storage/VERSION index f8f73814096..5db08bf2dc5 100644 --- a/Storage/VERSION +++ b/Storage/VERSION @@ -1 +1 @@ -1.26.3 +1.27.0 diff --git a/Storage/src/StorageClient.php b/Storage/src/StorageClient.php index e739cf9096f..0f90a20e894 100644 --- a/Storage/src/StorageClient.php +++ b/Storage/src/StorageClient.php @@ -47,7 +47,7 @@ class StorageClient use ArrayTrait; use ClientTrait; - const VERSION = '1.26.3'; + const VERSION = '1.27.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'; diff --git a/StorageTransfer/VERSION b/StorageTransfer/VERSION index 0ea3a944b39..0c62199f16a 100644 --- a/StorageTransfer/VERSION +++ b/StorageTransfer/VERSION @@ -1 +1 @@ -0.2.0 +0.2.1 diff --git a/Talent/VERSION b/Talent/VERSION index 5f2491c5adc..19270385eaf 100644 --- a/Talent/VERSION +++ b/Talent/VERSION @@ -1 +1 @@ -0.16.4 +0.16.5 diff --git a/Tasks/VERSION b/Tasks/VERSION index 1cac385c6cb..720c7384c61 100644 --- a/Tasks/VERSION +++ b/Tasks/VERSION @@ -1 +1 @@ -1.11.0 +1.11.1 diff --git a/TextToSpeech/VERSION b/TextToSpeech/VERSION index 88c5fb891dc..347f5833ee6 100644 --- a/TextToSpeech/VERSION +++ b/TextToSpeech/VERSION @@ -1 +1 @@ -1.4.0 +1.4.1 diff --git a/Tpu/VERSION b/Tpu/VERSION index 7179039691c..abd410582de 100644 --- a/Tpu/VERSION +++ b/Tpu/VERSION @@ -1 +1 @@ -0.2.3 +0.2.4 diff --git a/Trace/VERSION b/Trace/VERSION index 1c99cf0e809..e516bb9d963 100644 --- a/Trace/VERSION +++ b/Trace/VERSION @@ -1 +1 @@ -1.4.4 +1.4.5 diff --git a/Trace/src/TraceClient.php b/Trace/src/TraceClient.php index adca56e298d..485fff06cd7 100644 --- a/Trace/src/TraceClient.php +++ b/Trace/src/TraceClient.php @@ -40,7 +40,7 @@ class TraceClient { use ClientTrait; - const VERSION = '1.4.4'; + const VERSION = '1.4.5'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/cloud-platform'; diff --git a/Translate/VERSION b/Translate/VERSION index 81f363239f5..89c881bc9cb 100644 --- a/Translate/VERSION +++ b/Translate/VERSION @@ -1 +1 @@ -1.12.3 +1.12.4 diff --git a/VideoIntelligence/VERSION b/VideoIntelligence/VERSION index 456e5c4ad80..41c8a73d484 100644 --- a/VideoIntelligence/VERSION +++ b/VideoIntelligence/VERSION @@ -1 +1 @@ -1.12.6 +1.12.7 diff --git a/VideoLiveStream/VERSION b/VideoLiveStream/VERSION index 17e51c385ea..d917d3e26ad 100644 --- a/VideoLiveStream/VERSION +++ b/VideoLiveStream/VERSION @@ -1 +1 @@ -0.1.1 +0.1.2 diff --git a/VideoStitcher/VERSION b/VideoStitcher/VERSION index 17e51c385ea..d917d3e26ad 100644 --- a/VideoStitcher/VERSION +++ b/VideoStitcher/VERSION @@ -1 +1 @@ -0.1.1 +0.1.2 diff --git a/VideoTranscoder/VERSION b/VideoTranscoder/VERSION index 1c09c74e221..42045acae20 100644 --- a/VideoTranscoder/VERSION +++ b/VideoTranscoder/VERSION @@ -1 +1 @@ -0.3.3 +0.3.4 diff --git a/Vision/VERSION b/Vision/VERSION index 9075be49515..eac1e0ada6d 100644 --- a/Vision/VERSION +++ b/Vision/VERSION @@ -1 +1 @@ -1.5.5 +1.5.6 diff --git a/Vision/src/VisionClient.php b/Vision/src/VisionClient.php index f62c9daaaad..0e045bc5222 100644 --- a/Vision/src/VisionClient.php +++ b/Vision/src/VisionClient.php @@ -50,7 +50,7 @@ class VisionClient use ClientTrait; use ValidateTrait; - const VERSION = '1.5.5'; + const VERSION = '1.5.6'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/cloud-platform'; diff --git a/VmMigration/VERSION b/VmMigration/VERSION index 17e51c385ea..d917d3e26ad 100644 --- a/VmMigration/VERSION +++ b/VmMigration/VERSION @@ -1 +1 @@ -0.1.1 +0.1.2 diff --git a/VpcAccess/VERSION b/VpcAccess/VERSION index 7179039691c..abd410582de 100644 --- a/VpcAccess/VERSION +++ b/VpcAccess/VERSION @@ -1 +1 @@ -0.2.3 +0.2.4 diff --git a/WebRisk/VERSION b/WebRisk/VERSION index 781dcb07cd8..65087b4f5ec 100644 --- a/WebRisk/VERSION +++ b/WebRisk/VERSION @@ -1 +1 @@ -1.1.3 +1.1.4 diff --git a/WebSecurityScanner/VERSION b/WebSecurityScanner/VERSION index f38fc5393ff..0a1ffad4b4d 100644 --- a/WebSecurityScanner/VERSION +++ b/WebSecurityScanner/VERSION @@ -1 +1 @@ -0.7.3 +0.7.4 diff --git a/Workflows/VERSION b/Workflows/VERSION index abd410582de..3a4036fb450 100644 --- a/Workflows/VERSION +++ b/Workflows/VERSION @@ -1 +1 @@ -0.2.4 +0.2.5 diff --git a/composer.json b/composer.json index 1573fd12525..4da966a25f0 100644 --- a/composer.json +++ b/composer.json @@ -71,125 +71,125 @@ "wikimedia/avro": "^1.9" }, "replace": { - "google/access-context-manager": "0.2.1", - "google/analytics-admin": "0.6.0", - "google/analytics-data": "0.8.2", - "google/cloud-access-approval": "0.4.0", - "google/cloud-ai-platform": "0.2.0", - "google/cloud-api-gateway": "0.2.1", - "google/cloud-apigee-connect": "0.2.4", - "google/cloud-appengine-admin": "0.2.4", - "google/cloud-artifact-registry": "0.3.0", - "google/cloud-asset": "1.6.6", - "google/cloud-assured-workloads": "0.5.1", - "google/cloud-automl": "1.4.4", - "google/cloud-bigquery": "1.23.5", - "google/cloud-bigquery-connection": "0.7.0", - "google/cloud-bigquery-reservation": "0.6.0", - "google/cloud-bigquery-storage": "1.2.3", - "google/cloud-bigquerydatatransfer": "1.3.2", - "google/cloud-bigtable": "1.14.0", - "google/cloud-billing": "1.4.0", - "google/cloud-billing-budgets": "0.2.5", - "google/cloud-binary-authorization": "0.4.1", - "google/cloud-build": "0.3.0", - "google/cloud-certificate-manager": "0.1.2", - "google/cloud-channel": "0.6.3", + "google/access-context-manager": "0.2.2", + "google/analytics-admin": "0.6.1", + "google/analytics-data": "0.8.3", + "google/cloud-access-approval": "0.4.1", + "google/cloud-ai-platform": "0.3.0", + "google/cloud-api-gateway": "0.2.2", + "google/cloud-apigee-connect": "0.2.5", + "google/cloud-appengine-admin": "0.3.0", + "google/cloud-artifact-registry": "0.3.1", + "google/cloud-asset": "1.6.7", + "google/cloud-assured-workloads": "0.5.2", + "google/cloud-automl": "1.4.5", + "google/cloud-bigquery": "1.23.6", + "google/cloud-bigquery-connection": "0.7.1", + "google/cloud-bigquery-reservation": "0.6.1", + "google/cloud-bigquery-storage": "1.2.4", + "google/cloud-bigquerydatatransfer": "1.3.3", + "google/cloud-bigtable": "1.14.1", + "google/cloud-billing": "1.4.1", + "google/cloud-billing-budgets": "0.2.6", + "google/cloud-binary-authorization": "0.4.2", + "google/cloud-build": "0.3.1", + "google/cloud-certificate-manager": "0.1.3", + "google/cloud-channel": "0.6.4", "google/cloud-common-protos": "0.3.3", - "google/cloud-compute": "1.0.2", - "google/cloud-contact-center-insights": "0.2.2", - "google/cloud-container": "1.6.1", - "google/cloud-container-analysis": "0.2.0", - "google/cloud-core": "1.44.4", - "google/cloud-data-catalog": "1.3.0", - "google/cloud-data-fusion": "0.2.1", - "google/cloud-dataflow": "0.3.0", - "google/cloud-datalabeling": "0.1.3", - "google/cloud-dataplex": "0.1.1", - "google/cloud-dataproc": "2.4.2", - "google/cloud-dataproc-metastore": "0.3.0", - "google/cloud-datastore": "1.14.0", - "google/cloud-datastore-admin": "0.4.0", - "google/cloud-debugger": "1.4.5", - "google/cloud-deploy": "0.2.0", - "google/cloud-dialogflow": "0.26.0", - "google/cloud-dlp": "1.5.0", - "google/cloud-dms": "0.2.4", - "google/cloud-document-ai": "0.1.2", - "google/cloud-domains": "0.2.0", - "google/cloud-error-reporting": "0.19.1", - "google/cloud-essential-contacts": "0.2.3", - "google/cloud-eventarc": "0.2.0", - "google/cloud-eventarc-publishing": "0.2.1", - "google/cloud-filestore": "0.1.2", - "google/cloud-firestore": "1.22.0", - "google/cloud-functions": "0.3.0", - "google/cloud-game-servers": "0.4.1", - "google/cloud-gke-connect-gateway": "0.1.3", - "google/cloud-gke-hub": "0.3.0", - "google/cloud-iam-credentials": "0.1.3", - "google/cloud-iap": "0.2.0", - "google/cloud-ids": "0.1.1", - "google/cloud-iot": "1.5.0", - "google/cloud-kms": "1.13.0", - "google/cloud-language": "0.26.3", - "google/cloud-life-sciences": "0.2.3", - "google/cloud-logging": "1.24.1", - "google/cloud-managed-identities": "0.2.0", - "google/cloud-media-translation": "0.2.3", - "google/cloud-memcache": "0.5.3", - "google/cloud-monitoring": "1.1.3", - "google/cloud-network-connectivity": "0.2.0", - "google/cloud-network-management": "0.1.4", - "google/cloud-network-security": "0.2.0", - "google/cloud-notebooks": "0.2.3", - "google/cloud-optimization": "master", - "google/cloud-orchestration-airflow": "0.1.3", - "google/cloud-org-policy": "0.3.0", - "google/cloud-osconfig": "0.5.0", - "google/cloud-oslogin": "1.3.3", - "google/cloud-policy-troubleshooter": "0.2.3", - "google/cloud-private-catalog": "0.2.3", - "google/cloud-profiler": "0.2.3", - "google/cloud-pubsub": "1.36.0", - "google/cloud-recaptcha-enterprise": "1.2.0", - "google/cloud-recommendations-ai": "0.4.0", - "google/cloud-recommender": "1.6.0", - "google/cloud-redis": "1.6.0", - "google/cloud-resource-manager": "0.3.0", - "google/cloud-resource-settings": "0.1.3", - "google/cloud-retail": "0.4.0", - "google/cloud-scheduler": "1.6.1", - "google/cloud-secret-manager": "1.9.0", - "google/cloud-security-center": "1.5.2", - "google/cloud-security-private-ca": "0.3.2", - "google/cloud-service-control": "0.3.4", - "google/cloud-service-directory": "0.7.0", - "google/cloud-service-management": "0.3.0", - "google/cloud-service-usage": "0.2.2", - "google/cloud-shell": "0.1.2", - "google/cloud-spanner": "1.49.0", - "google/cloud-speech": "1.5.1", - "google/cloud-sql-admin": "0.2.1", - "google/cloud-storage": "1.26.3", - "google/cloud-storage-transfer": "0.2.0", - "google/cloud-talent": "0.16.4", - "google/cloud-tasks": "1.11.0", - "google/cloud-text-to-speech": "1.4.0", - "google/cloud-tpu": "0.2.3", - "google/cloud-trace": "1.4.4", - "google/cloud-translate": "1.12.3", - "google/cloud-video-live-stream": "0.1.1", - "google/cloud-video-stitcher": "0.1.1", - "google/cloud-video-transcoder": "0.3.3", - "google/cloud-videointelligence": "1.12.6", - "google/cloud-vision": "1.5.5", - "google/cloud-vm-migration": "0.1.1", - "google/cloud-vpc-access": "0.2.3", - "google/cloud-web-risk": "1.1.3", - "google/cloud-web-security-scanner": "0.7.3", - "google/cloud-workflows": "0.2.4", - "google/grafeas": "0.2.2" + "google/cloud-compute": "1.0.3", + "google/cloud-contact-center-insights": "0.2.3", + "google/cloud-container": "1.6.2", + "google/cloud-container-analysis": "0.2.1", + "google/cloud-core": "1.45.0", + "google/cloud-data-catalog": "1.3.1", + "google/cloud-data-fusion": "0.2.2", + "google/cloud-dataflow": "0.3.1", + "google/cloud-datalabeling": "0.1.4", + "google/cloud-dataplex": "0.1.2", + "google/cloud-dataproc": "2.4.3", + "google/cloud-dataproc-metastore": "0.3.1", + "google/cloud-datastore": "1.14.1", + "google/cloud-datastore-admin": "0.4.1", + "google/cloud-debugger": "1.4.6", + "google/cloud-deploy": "0.2.1", + "google/cloud-dialogflow": "0.27.0", + "google/cloud-dlp": "1.5.1", + "google/cloud-dms": "0.2.5", + "google/cloud-document-ai": "0.1.3", + "google/cloud-domains": "0.2.1", + "google/cloud-error-reporting": "0.19.2", + "google/cloud-essential-contacts": "0.2.4", + "google/cloud-eventarc": "0.2.1", + "google/cloud-eventarc-publishing": "0.2.2", + "google/cloud-filestore": "0.1.3", + "google/cloud-firestore": "1.22.1", + "google/cloud-functions": "0.3.1", + "google/cloud-game-servers": "0.4.2", + "google/cloud-gke-connect-gateway": "0.1.4", + "google/cloud-gke-hub": "0.3.1", + "google/cloud-iam-credentials": "0.1.4", + "google/cloud-iap": "0.3.0", + "google/cloud-ids": "0.1.2", + "google/cloud-iot": "1.5.1", + "google/cloud-kms": "1.13.1", + "google/cloud-language": "0.26.4", + "google/cloud-life-sciences": "0.2.4", + "google/cloud-logging": "1.24.2", + "google/cloud-managed-identities": "0.2.1", + "google/cloud-media-translation": "0.2.4", + "google/cloud-memcache": "0.5.4", + "google/cloud-monitoring": "1.1.4", + "google/cloud-network-connectivity": "0.2.1", + "google/cloud-network-management": "0.1.5", + "google/cloud-network-security": "0.2.1", + "google/cloud-notebooks": "0.2.4", + "google/cloud-optimization": "0.1.0", + "google/cloud-orchestration-airflow": "0.1.4", + "google/cloud-org-policy": "0.3.1", + "google/cloud-osconfig": "0.5.1", + "google/cloud-oslogin": "1.3.4", + "google/cloud-policy-troubleshooter": "0.2.4", + "google/cloud-private-catalog": "0.2.4", + "google/cloud-profiler": "0.2.4", + "google/cloud-pubsub": "1.36.1", + "google/cloud-recaptcha-enterprise": "1.2.1", + "google/cloud-recommendations-ai": "0.4.1", + "google/cloud-recommender": "1.6.1", + "google/cloud-redis": "1.6.1", + "google/cloud-resource-manager": "0.3.1", + "google/cloud-resource-settings": "0.1.4", + "google/cloud-retail": "0.4.1", + "google/cloud-scheduler": "1.6.2", + "google/cloud-secret-manager": "1.9.1", + "google/cloud-security-center": "1.5.3", + "google/cloud-security-private-ca": "0.3.3", + "google/cloud-service-control": "0.3.5", + "google/cloud-service-directory": "0.7.1", + "google/cloud-service-management": "0.3.1", + "google/cloud-service-usage": "0.2.3", + "google/cloud-shell": "0.1.3", + "google/cloud-spanner": "1.49.1", + "google/cloud-speech": "1.6.0", + "google/cloud-sql-admin": "0.2.2", + "google/cloud-storage": "1.27.0", + "google/cloud-storage-transfer": "0.2.1", + "google/cloud-talent": "0.16.5", + "google/cloud-tasks": "1.11.1", + "google/cloud-text-to-speech": "1.4.1", + "google/cloud-tpu": "0.2.4", + "google/cloud-trace": "1.4.5", + "google/cloud-translate": "1.12.4", + "google/cloud-video-live-stream": "0.1.2", + "google/cloud-video-stitcher": "0.1.2", + "google/cloud-video-transcoder": "0.3.4", + "google/cloud-videointelligence": "1.12.7", + "google/cloud-vision": "1.5.6", + "google/cloud-vm-migration": "0.1.2", + "google/cloud-vpc-access": "0.2.4", + "google/cloud-web-risk": "1.1.4", + "google/cloud-web-security-scanner": "0.7.4", + "google/cloud-workflows": "0.2.5", + "google/grafeas": "0.2.3" }, "suggest": { "opis/closure": "May be used to serialize closures to process jobs in the batch daemon. Please require version ^3.", diff --git a/docs/manifest.json b/docs/manifest.json index f110f47e1cf..6b764a16961 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -11,6 +11,7 @@ "name": "google/cloud", "defaultService": "servicebuilder", "versions": [ + "v0.180.0", "v0.179.0", "v0.178.0", "v0.177.0", @@ -231,6 +232,7 @@ "name": "google/access-context-manager", "defaultService": "accesscontextmanager/readme", "versions": [ + "v0.2.2", "v0.2.1", "v0.2.0", "v0.1.2", @@ -244,6 +246,7 @@ "name": "google/analytics-admin", "defaultService": "analyticsadmin/readme", "versions": [ + "v0.6.1", "v0.6.0", "v0.5.1", "v0.5.0", @@ -261,6 +264,7 @@ "name": "google/analytics-data", "defaultService": "analyticsdata/readme", "versions": [ + "v0.8.3", "v0.8.2", "v0.8.1", "v0.8.0", @@ -281,6 +285,7 @@ "name": "google/cloud-access-approval", "defaultService": "accessapproval/readme", "versions": [ + "v0.4.1", "v0.4.0", "v0.3.0", "v0.2.2", @@ -295,6 +300,7 @@ "name": "google/cloud-ai-platform", "defaultService": "aiplatform/readme", "versions": [ + "v0.3.0", "v0.2.0", "v0.1.0", "main" @@ -305,6 +311,7 @@ "name": "google/cloud-api-gateway", "defaultService": "apigateway/readme", "versions": [ + "v0.2.2", "v0.2.1", "v0.2.0", "v0.1.1", @@ -317,6 +324,7 @@ "name": "google/cloud-apigee-connect", "defaultService": "apigeeconnect/readme", "versions": [ + "v0.2.5", "v0.2.4", "v0.2.3", "v0.2.2", @@ -332,6 +340,7 @@ "name": "google/cloud-appengine-admin", "defaultService": "appengineadmin/readme", "versions": [ + "v0.3.0", "v0.2.4", "v0.2.3", "v0.2.2", @@ -346,6 +355,7 @@ "name": "google/cloud-artifact-registry", "defaultService": "artifactregistry/readme", "versions": [ + "v0.3.1", "v0.3.0", "v0.2.1", "v0.2.0", @@ -361,6 +371,7 @@ "name": "google/cloud-asset", "defaultService": "asset/readme", "versions": [ + "v1.6.7", "v1.6.6", "v1.6.5", "v1.6.4", @@ -404,6 +415,7 @@ "name": "google/cloud-assured-workloads", "defaultService": "assuredworkloads/readme", "versions": [ + "v0.5.2", "v0.5.1", "v0.5.0", "v0.4.1", @@ -422,6 +434,7 @@ "name": "google/cloud-automl", "defaultService": "automl/readme", "versions": [ + "v1.4.5", "v1.4.4", "v1.4.3", "v1.4.2", @@ -461,6 +474,7 @@ "name": "google/cloud-bigquery", "defaultService": "bigquery/bigqueryclient", "versions": [ + "v1.23.6", "v1.23.5", "v1.23.4", "v1.23.3", @@ -528,6 +542,7 @@ "name": "google/cloud-bigquery-connection", "defaultService": "bigqueryconnection/readme", "versions": [ + "v0.7.1", "v0.7.0", "v0.6.0", "v0.5.4", @@ -553,6 +568,7 @@ "name": "google/cloud-bigquery-reservation", "defaultService": "bigqueryreservation/readme", "versions": [ + "v0.6.1", "v0.6.0", "v0.5.1", "v0.5.0", @@ -576,6 +592,7 @@ "name": "google/cloud-bigquery-storage", "defaultService": "bigquerystorage/readme", "versions": [ + "v1.2.4", "v1.2.3", "v1.2.2", "v1.2.1", @@ -600,6 +617,7 @@ "name": "google/cloud-bigquerydatatransfer", "defaultService": "bigquerydatatransfer/readme", "versions": [ + "v1.3.3", "v1.3.2", "v1.3.1", "v1.3.0", @@ -659,6 +677,7 @@ "name": "google/cloud-bigtable", "defaultService": "bigtable/readme", "versions": [ + "v1.14.1", "v1.14.0", "v1.13.0", "v1.12.1", @@ -736,6 +755,7 @@ "name": "google/cloud-billing", "defaultService": "billing/readme", "versions": [ + "v1.4.1", "v1.4.0", "v1.3.4", "v1.3.3", @@ -761,6 +781,7 @@ "name": "google/cloud-billing-budgets", "defaultService": "billingbudgets/readme", "versions": [ + "v0.2.6", "v0.2.5", "v0.2.4", "v0.2.3", @@ -777,6 +798,7 @@ "name": "google/cloud-binary-authorization", "defaultService": "binaryauthorization/readme", "versions": [ + "v0.4.2", "v0.4.1", "v0.4.0", "v0.3.0", @@ -792,6 +814,7 @@ "name": "google/cloud-build", "defaultService": "build/readme", "versions": [ + "v0.3.1", "v0.3.0", "v0.2.1", "v0.2.0", @@ -805,6 +828,7 @@ "name": "google/cloud-certificate-manager", "defaultService": "certificatemanager/readme", "versions": [ + "v0.1.3", "v0.1.2", "v0.1.1", "v0.1.0", @@ -816,6 +840,7 @@ "name": "google/cloud-channel", "defaultService": "channel/readme", "versions": [ + "v0.6.4", "v0.6.3", "v0.6.2", "v0.6.1", @@ -854,6 +879,7 @@ "name": "google/cloud-compute", "defaultService": "compute/readme", "versions": [ + "v1.0.3", "v1.0.2", "v1.0.1", "v1.0.0", @@ -875,6 +901,7 @@ "name": "google/cloud-contact-center-insights", "defaultService": "contactcenterinsights/readme", "versions": [ + "v0.2.3", "v0.2.2", "v0.2.1", "v0.2.0", @@ -889,6 +916,7 @@ "name": "google/cloud-container", "defaultService": "container/readme", "versions": [ + "v1.6.2", "v1.6.1", "v1.6.0", "v1.5.3", @@ -947,6 +975,7 @@ "name": "google/cloud-container-analysis", "defaultService": "containeranalysis/readme", "versions": [ + "v0.2.1", "v0.2.0", "v0.1.5", "v0.1.4", @@ -962,6 +991,7 @@ "name": "google/cloud-core", "defaultService": "core/servicebuilder", "versions": [ + "v1.45.0", "v1.44.4", "v1.44.3", "v1.44.2", @@ -1064,6 +1094,7 @@ "name": "google/cloud-data-catalog", "defaultService": "datacatalog/readme", "versions": [ + "v1.3.1", "v1.3.0", "v1.2.0", "v1.1.0", @@ -1086,6 +1117,7 @@ "name": "google/cloud-data-fusion", "defaultService": "datafusion/readme", "versions": [ + "v0.2.2", "v0.2.1", "v0.2.0", "v0.1.3", @@ -1100,6 +1132,7 @@ "name": "google/cloud-dataflow", "defaultService": "dataflow/readme", "versions": [ + "v0.3.1", "v0.3.0", "v0.2.0", "v0.1.3", @@ -1114,6 +1147,7 @@ "name": "google/cloud-datalabeling", "defaultService": "datalabeling/readme", "versions": [ + "v0.1.4", "v0.1.3", "v0.1.2", "v0.1.1", @@ -1126,6 +1160,7 @@ "name": "google/cloud-dataplex", "defaultService": "dataplex/readme", "versions": [ + "v0.1.2", "v0.1.1", "v0.1.0", "main" @@ -1136,6 +1171,7 @@ "name": "google/cloud-dataproc", "defaultService": "dataproc/readme", "versions": [ + "v2.4.3", "v2.4.2", "v2.4.1", "v2.4.0", @@ -1206,6 +1242,7 @@ "name": "google/cloud-dataproc-metastore", "defaultService": "dataprocmetastore/readme", "versions": [ + "v0.3.1", "v0.3.0", "v0.2.4", "v0.2.3", @@ -1222,6 +1259,7 @@ "name": "google/cloud-datastore", "defaultService": "datastore/datastoreclient", "versions": [ + "v1.14.1", "v1.14.0", "v1.13.4", "v1.13.3", @@ -1285,6 +1323,7 @@ "name": "google/cloud-datastore-admin", "defaultService": "datastoreadmin/readme", "versions": [ + "v0.4.1", "v0.4.0", "v0.3.2", "v0.3.1", @@ -1302,6 +1341,7 @@ "name": "google/cloud-debugger", "defaultService": "debugger/debuggerclient", "versions": [ + "v1.4.6", "v1.4.5", "v1.4.4", "v1.4.3", @@ -1367,6 +1407,7 @@ "name": "google/cloud-deploy", "defaultService": "deploy/readme", "versions": [ + "v0.2.1", "v0.2.0", "v0.1.3", "v0.1.2", @@ -1380,6 +1421,7 @@ "name": "google/cloud-dialogflow", "defaultService": "dialogflow/readme", "versions": [ + "v0.27.0", "v0.26.0", "v0.25.0", "v0.24.0", @@ -1444,6 +1486,7 @@ "name": "google/cloud-dlp", "defaultService": "dlp/readme", "versions": [ + "v1.5.1", "v1.5.0", "v1.4.0", "v1.3.1", @@ -1518,6 +1561,7 @@ "name": "google/cloud-dms", "defaultService": "dms/readme", "versions": [ + "v0.2.5", "v0.2.4", "v0.2.3", "v0.2.2", @@ -1533,6 +1577,7 @@ "name": "google/cloud-document-ai", "defaultService": "documentai/readme", "versions": [ + "v0.1.3", "v0.1.2", "v0.1.1", "v0.1.0", @@ -1544,6 +1589,7 @@ "name": "google/cloud-domains", "defaultService": "domains/readme", "versions": [ + "v0.2.1", "v0.2.0", "v0.1.2", "v0.1.1", @@ -1556,6 +1602,7 @@ "name": "google/cloud-error-reporting", "defaultService": "errorreporting/readme", "versions": [ + "v0.19.2", "v0.19.1", "v0.19.0", "v0.18.4", @@ -1626,6 +1673,7 @@ "name": "google/cloud-essential-contacts", "defaultService": "essentialcontacts/readme", "versions": [ + "v0.2.4", "v0.2.3", "v0.2.2", "v0.2.1", @@ -1640,6 +1688,7 @@ "name": "google/cloud-eventarc", "defaultService": "eventarc/readme", "versions": [ + "v0.2.1", "v0.2.0", "v0.1.3", "v0.1.2", @@ -1653,6 +1702,7 @@ "name": "google/cloud-eventarc-publishing", "defaultService": "eventarcpublishing/readme", "versions": [ + "v0.2.2", "v0.2.1", "v0.2.0", "v0.1.0", @@ -1664,6 +1714,7 @@ "name": "google/cloud-filestore", "defaultService": "filestore/readme", "versions": [ + "v0.1.3", "v0.1.2", "v0.1.1", "v0.1.0", @@ -1675,6 +1726,7 @@ "name": "google/cloud-firestore", "defaultService": "firestore/firestoreclient", "versions": [ + "v1.22.1", "v1.22.0", "v1.21.2", "v1.21.1", @@ -1767,6 +1819,7 @@ "name": "google/cloud-functions", "defaultService": "functions/readme", "versions": [ + "v0.3.1", "v0.3.0", "v0.2.0", "v0.1.1", @@ -1779,6 +1832,7 @@ "name": "google/cloud-game-servers", "defaultService": "gaming/readme", "versions": [ + "v0.4.2", "v0.4.1", "v0.4.0", "v0.3.2", @@ -1795,6 +1849,7 @@ "name": "google/cloud-gke-connect-gateway", "defaultService": "gkeconnectgateway/readme", "versions": [ + "v0.1.4", "v0.1.3", "v0.1.2", "v0.1.1", @@ -1807,6 +1862,7 @@ "name": "google/cloud-gke-hub", "defaultService": "gkehub/readme", "versions": [ + "v0.3.1", "v0.3.0", "v0.2.3", "v0.2.2", @@ -1822,6 +1878,7 @@ "name": "google/cloud-iam-credentials", "defaultService": "iamcredentials/readme", "versions": [ + "v0.1.4", "v0.1.3", "v0.1.2", "v0.1.1", @@ -1834,6 +1891,7 @@ "name": "google/cloud-iap", "defaultService": "iap/readme", "versions": [ + "v0.3.0", "v0.2.0", "v0.1.3", "v0.1.2", @@ -1847,6 +1905,7 @@ "name": "google/cloud-ids", "defaultService": "ids/readme", "versions": [ + "v0.1.2", "v0.1.1", "v0.1.0", "main" @@ -1857,6 +1916,7 @@ "name": "google/cloud-iot", "defaultService": "iot/readme", "versions": [ + "v1.5.1", "v1.5.0", "v1.4.3", "v1.4.2", @@ -1911,6 +1971,7 @@ "name": "google/cloud-kms", "defaultService": "kms/readme", "versions": [ + "v1.13.1", "v1.13.0", "v1.12.3", "v1.12.2", @@ -1962,6 +2023,7 @@ "name": "google/cloud-language", "defaultService": "language/languageclient", "versions": [ + "v0.26.4", "v0.26.3", "v0.26.2", "v0.26.1", @@ -2038,6 +2100,7 @@ "name": "google/cloud-life-sciences", "defaultService": "lifesciences/readme", "versions": [ + "v0.2.4", "v0.2.3", "v0.2.2", "v0.2.1", @@ -2051,6 +2114,7 @@ "name": "google/cloud-logging", "defaultService": "logging/loggingclient", "versions": [ + "v1.24.2", "v1.24.1", "v1.24.0", "v1.23.0", @@ -2128,6 +2192,7 @@ "name": "google/cloud-managed-identities", "defaultService": "managedidentities/readme", "versions": [ + "v0.2.1", "v0.2.0", "v0.1.2", "v0.1.1", @@ -2140,6 +2205,7 @@ "name": "google/cloud-media-translation", "defaultService": "mediatranslation/readme", "versions": [ + "v0.2.4", "v0.2.3", "v0.2.2", "v0.2.1", @@ -2153,6 +2219,7 @@ "name": "google/cloud-memcache", "defaultService": "memcache/readme", "versions": [ + "v0.5.4", "v0.5.3", "v0.5.2", "v0.5.1", @@ -2177,6 +2244,7 @@ "name": "google/cloud-monitoring", "defaultService": "monitoring/readme", "versions": [ + "v1.1.4", "v1.1.3", "v1.1.2", "v1.1.1", @@ -2246,6 +2314,7 @@ "name": "google/cloud-network-connectivity", "defaultService": "networkconnectivity/readme", "versions": [ + "v0.2.1", "v0.2.0", "v0.1.3", "v0.1.2", @@ -2259,6 +2328,7 @@ "name": "google/cloud-network-management", "defaultService": "networkmanagement/readme", "versions": [ + "v0.1.5", "v0.1.4", "v0.1.3", "v0.1.2", @@ -2272,6 +2342,7 @@ "name": "google/cloud-network-security", "defaultService": "networksecurity/readme", "versions": [ + "v0.2.1", "v0.2.0", "v0.1.2", "v0.1.1", @@ -2284,6 +2355,7 @@ "name": "google/cloud-notebooks", "defaultService": "notebooks/readme", "versions": [ + "v0.2.4", "v0.2.3", "v0.2.2", "v0.2.1", @@ -2298,6 +2370,7 @@ "name": "google/cloud-optimization", "defaultService": "optimization/readme", "versions": [ + "v0.1.0", "main" ] }, @@ -2306,6 +2379,7 @@ "name": "google/cloud-orchestration-airflow", "defaultService": "orchestrationairflow/readme", "versions": [ + "v0.1.4", "v0.1.3", "v0.1.2", "v0.1.1", @@ -2318,6 +2392,7 @@ "name": "google/cloud-org-policy", "defaultService": "orgpolicy/readme", "versions": [ + "v0.3.1", "v0.3.0", "v0.2.3", "v0.2.2", @@ -2332,6 +2407,7 @@ "name": "google/cloud-osconfig", "defaultService": "osconfig/readme", "versions": [ + "v0.5.1", "v0.5.0", "v0.4.0", "v0.3.1", @@ -2349,6 +2425,7 @@ "name": "google/cloud-oslogin", "defaultService": "oslogin/readme", "versions": [ + "v1.3.4", "v1.3.3", "v1.3.2", "v1.3.1", @@ -2406,6 +2483,7 @@ "name": "google/cloud-policy-troubleshooter", "defaultService": "policytroubleshooter/readme", "versions": [ + "v0.2.4", "v0.2.3", "v0.2.2", "v0.2.1", @@ -2419,6 +2497,7 @@ "name": "google/cloud-private-catalog", "defaultService": "privatecatalog/readme", "versions": [ + "v0.2.4", "v0.2.3", "v0.2.2", "v0.2.1", @@ -2432,6 +2511,7 @@ "name": "google/cloud-profiler", "defaultService": "profiler/readme", "versions": [ + "v0.2.4", "v0.2.3", "v0.2.2", "v0.2.1", @@ -2445,6 +2525,7 @@ "name": "google/cloud-pubsub", "defaultService": "pubsub/pubsubclient", "versions": [ + "v1.36.1", "v1.36.0", "v1.35.1", "v1.35.0", @@ -2546,6 +2627,7 @@ "name": "google/cloud-recaptcha-enterprise", "defaultService": "recaptchaenterprise/readme", "versions": [ + "v1.2.1", "v1.2.0", "v1.1.2", "v1.1.1", @@ -2570,6 +2652,7 @@ "name": "google/cloud-recommendations-ai", "defaultService": "recommendationengine/readme", "versions": [ + "v0.4.1", "v0.4.0", "v0.3.2", "v0.3.1", @@ -2591,6 +2674,7 @@ "name": "google/cloud-recommender", "defaultService": "recommender/readme", "versions": [ + "v1.6.1", "v1.6.0", "v1.5.3", "v1.5.2", @@ -2621,6 +2705,7 @@ "name": "google/cloud-redis", "defaultService": "redis/readme", "versions": [ + "v1.6.1", "v1.6.0", "v1.5.0", "v1.4.2", @@ -2681,6 +2766,7 @@ "name": "google/cloud-resource-manager", "defaultService": "resourcemanager/readme", "versions": [ + "v0.3.1", "v0.3.0", "v0.2.3", "v0.2.2", @@ -2696,6 +2782,7 @@ "name": "google/cloud-resource-settings", "defaultService": "resourcesettings/readme", "versions": [ + "v0.1.4", "v0.1.3", "v0.1.2", "v0.1.1", @@ -2708,6 +2795,7 @@ "name": "google/cloud-retail", "defaultService": "retail/readme", "versions": [ + "v0.4.1", "v0.4.0", "v0.3.1", "v0.3.0", @@ -2725,6 +2813,7 @@ "name": "google/cloud-scheduler", "defaultService": "scheduler/readme", "versions": [ + "v1.6.2", "v1.6.1", "v1.6.0", "v1.5.5", @@ -2757,6 +2846,7 @@ "name": "google/cloud-secret-manager", "defaultService": "secretmanager/readme", "versions": [ + "v1.9.1", "v1.9.0", "v1.8.0", "v1.7.3", @@ -2783,6 +2873,7 @@ "name": "google/cloud-security-center", "defaultService": "securitycenter/readme", "versions": [ + "v1.5.3", "v1.5.2", "v1.5.1", "v1.5.0", @@ -2817,6 +2908,7 @@ "name": "google/cloud-security-private-ca", "defaultService": "securityprivateca/readme", "versions": [ + "v0.3.3", "v0.3.2", "v0.3.1", "v0.3.0", @@ -2831,6 +2923,7 @@ "name": "google/cloud-service-control", "defaultService": "servicecontrol/readme", "versions": [ + "v0.3.5", "v0.3.4", "v0.3.3", "v0.3.2", @@ -2846,6 +2939,7 @@ "name": "google/cloud-service-directory", "defaultService": "servicedirectory/readme", "versions": [ + "v0.7.1", "v0.7.0", "v0.6.3", "v0.6.2", @@ -2872,6 +2966,7 @@ "name": "google/cloud-service-management", "defaultService": "servicemanagement/readme", "versions": [ + "v0.3.1", "v0.3.0", "v0.2.4", "v0.2.3", @@ -2887,6 +2982,7 @@ "name": "google/cloud-service-usage", "defaultService": "serviceusage/readme", "versions": [ + "v0.2.3", "v0.2.2", "v0.2.1", "v0.2.0", @@ -2899,6 +2995,7 @@ "name": "google/cloud-shell", "defaultService": "shell/readme", "versions": [ + "v0.1.3", "v0.1.2", "v0.1.1", "v0.1.0", @@ -2910,6 +3007,7 @@ "name": "google/cloud-spanner", "defaultService": "spanner/spannerclient", "versions": [ + "v1.49.1", "v1.49.0", "v1.48.2", "v1.48.1", @@ -3027,6 +3125,7 @@ "name": "google/cloud-speech", "defaultService": "speech/speechclient", "versions": [ + "v1.6.0", "v1.5.1", "v1.5.0", "v1.4.2", @@ -3107,6 +3206,7 @@ "name": "google/cloud-sql-admin", "defaultService": "sqladmin/readme", "versions": [ + "v0.2.2", "v0.2.1", "v0.2.0", "v0.1.3", @@ -3121,6 +3221,7 @@ "name": "google/cloud-storage", "defaultService": "storage/storageclient", "versions": [ + "v1.27.0", "v1.26.3", "v1.26.2", "v1.26.1", @@ -3191,6 +3292,7 @@ "name": "google/cloud-storage-transfer", "defaultService": "storagetransfer/readme", "versions": [ + "v0.2.1", "v0.2.0", "v0.1.3", "v0.1.2", @@ -3204,6 +3306,7 @@ "name": "google/cloud-talent", "defaultService": "talent/readme", "versions": [ + "v0.16.5", "v0.16.4", "v0.16.3", "v0.16.2", @@ -3242,6 +3345,7 @@ "name": "google/cloud-tasks", "defaultService": "tasks/readme", "versions": [ + "v1.11.1", "v1.11.0", "v1.10.0", "v1.9.2", @@ -3290,6 +3394,7 @@ "name": "google/cloud-text-to-speech", "defaultService": "texttospeech/readme", "versions": [ + "v1.4.1", "v1.4.0", "v1.3.4", "v1.3.3", @@ -3337,6 +3442,7 @@ "name": "google/cloud-tpu", "defaultService": "tpu/readme", "versions": [ + "v0.2.4", "v0.2.3", "v0.2.2", "v0.2.1", @@ -3351,6 +3457,7 @@ "name": "google/cloud-trace", "defaultService": "trace/traceclient", "versions": [ + "v1.4.5", "v1.4.4", "v1.4.3", "v1.4.2", @@ -3422,6 +3529,7 @@ "name": "google/cloud-translate", "defaultService": "translate/translateclient", "versions": [ + "v1.12.4", "v1.12.3", "v1.12.2", "v1.12.1", @@ -3470,6 +3578,7 @@ "name": "google/cloud-video-live-stream", "defaultService": "videolivestream/readme", "versions": [ + "v0.1.2", "v0.1.1", "v0.1.0", "main" @@ -3480,6 +3589,7 @@ "name": "google/cloud-video-stitcher", "defaultService": "videostitcher/readme", "versions": [ + "v0.1.2", "v0.1.1", "v0.1.0", "main" @@ -3490,6 +3600,7 @@ "name": "google/cloud-video-transcoder", "defaultService": "videotranscoder/readme", "versions": [ + "v0.3.4", "v0.3.3", "v0.3.2", "v0.3.1", @@ -3505,6 +3616,7 @@ "name": "google/cloud-videointelligence", "defaultService": "videointelligence/readme", "versions": [ + "v1.12.7", "v1.12.6", "v1.12.5", "v1.12.4", @@ -3581,6 +3693,7 @@ "name": "google/cloud-vision", "defaultService": "vision/visionclient", "versions": [ + "v1.5.6", "v1.5.5", "v1.5.4", "v1.5.3", @@ -3663,6 +3776,7 @@ "name": "google/cloud-vm-migration", "defaultService": "vmmigration/readme", "versions": [ + "v0.1.2", "v0.1.1", "v0.1.0", "main" @@ -3673,6 +3787,7 @@ "name": "google/cloud-vpc-access", "defaultService": "vpcaccess/readme", "versions": [ + "v0.2.4", "v0.2.3", "v0.2.2", "v0.2.1", @@ -3687,6 +3802,7 @@ "name": "google/cloud-web-risk", "defaultService": "webrisk/readme", "versions": [ + "v1.1.4", "v1.1.3", "v1.1.2", "v1.1.1", @@ -3718,6 +3834,7 @@ "name": "google/cloud-web-security-scanner", "defaultService": "websecurityscanner/readme", "versions": [ + "v0.7.4", "v0.7.3", "v0.7.2", "v0.7.1", @@ -3747,6 +3864,7 @@ "name": "google/cloud-workflows", "defaultService": "workflows/readme", "versions": [ + "v0.2.5", "v0.2.4", "v0.2.3", "v0.2.2", @@ -3761,6 +3879,7 @@ "name": "google/grafeas", "defaultService": "grafeas/readme", "versions": [ + "v0.2.3", "v0.2.2", "v0.2.1", "v0.2.0", diff --git a/src/ServiceBuilder.php b/src/ServiceBuilder.php index e56ac5302a2..83f1b481828 100644 --- a/src/ServiceBuilder.php +++ b/src/ServiceBuilder.php @@ -30,5 +30,5 @@ class ServiceBuilder extends CoreServiceBuilder /** * @deprecated */ - const VERSION = '0.179.0'; + const VERSION = '0.180.0'; } diff --git a/src/Version.php b/src/Version.php index a40b1489636..c1afb7399ca 100644 --- a/src/Version.php +++ b/src/Version.php @@ -22,5 +22,5 @@ */ class Version { - const VERSION = '0.179.0'; + const VERSION = '0.180.0'; }