diff --git a/AdvisoryNotifications/VERSION b/AdvisoryNotifications/VERSION index 6e8bf73aa550..0ea3a944b399 100644 --- a/AdvisoryNotifications/VERSION +++ b/AdvisoryNotifications/VERSION @@ -1 +1 @@ -0.1.0 +0.2.0 diff --git a/AiPlatform/VERSION b/AiPlatform/VERSION index 54d1a4f2a4a7..a803cc227fe6 100644 --- a/AiPlatform/VERSION +++ b/AiPlatform/VERSION @@ -1 +1 @@ -0.13.0 +0.14.0 diff --git a/AnalyticsAdmin/VERSION b/AnalyticsAdmin/VERSION index 78bc1abd14f2..d9df1bbc0c7b 100644 --- a/AnalyticsAdmin/VERSION +++ b/AnalyticsAdmin/VERSION @@ -1 +1 @@ -0.10.0 +0.11.0 diff --git a/AppEngineAdmin/VERSION b/AppEngineAdmin/VERSION index ee90284c27f1..90a27f9cea6e 100644 --- a/AppEngineAdmin/VERSION +++ b/AppEngineAdmin/VERSION @@ -1 +1 @@ -1.0.4 +1.0.5 diff --git a/Asset/VERSION b/Asset/VERSION index 5ad2491cf880..1cac385c6cb8 100644 --- a/Asset/VERSION +++ b/Asset/VERSION @@ -1 +1 @@ -1.10.2 +1.11.0 diff --git a/BigQueryReservation/VERSION b/BigQueryReservation/VERSION index 9084fa2f716a..524cb55242b5 100644 --- a/BigQueryReservation/VERSION +++ b/BigQueryReservation/VERSION @@ -1 +1 @@ -1.1.0 +1.1.1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 44c1d5695c24..3950568ff152 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,199 @@ # Changelog +## 0.201.0 + +
google/cloud-advisorynotifications 0.2.0 + + + +### Features + +* Updating Cloud Client Libraries with new field NotificationType for advisorynotifications.googleapis.com ([#6015](https://github.com/googleapis/google-cloud-php/issues/6015)) ([57a3ebe](https://github.com/googleapis/google-cloud-php/commit/57a3ebe8fa9882529cba4cad206f9c11e08716ad)) + +
+ +
google/cloud-ai-platform 0.14.0 + + + +### Features + +* Add copy to ModelSourceInfo ([9f6dbc8](https://github.com/googleapis/google-cloud-php/commit/9f6dbc86e66ab6d0a971bd980f9e8c3af8013952)) +* Add ModelSourceType.MODEL_GARDEN enum to ModelSourceInfo ([9f6dbc8](https://github.com/googleapis/google-cloud-php/commit/9f6dbc86e66ab6d0a971bd980f9e8c3af8013952)) +* Add public_endpoint_enabled and publid_endpoint_domain_name to IndexEndpoint ([#6020](https://github.com/googleapis/google-cloud-php/issues/6020)) ([9f6dbc8](https://github.com/googleapis/google-cloud-php/commit/9f6dbc86e66ab6d0a971bd980f9e8c3af8013952)) + +
+ +
google/analytics-admin 0.11.0 + + + +### Features + +* Add `AccessDimension`, `AccessMetric`, `AccessDateRange`, `AccessFilterExpression`, `AccessFilterExpressionList`, `AccessFilter`, `AccessStringFilter`, `AccessInListFilter`, `AccessNumericFilter`, `AccessBetweenFilter`, `NumericValue`, `AccessOrderBy`, `AccessDimensionHeader`, `AccessMetricHeader`, `AccessRow`, `AccessDimensionValue`, `AccessMetricValue`, `AccessQuota`, `AccessQuotaStatus` types to the Admin API v1beta ([9479f11](https://github.com/googleapis/google-cloud-php/commit/9479f11e9c16117ccb0cd0e14928afc2a30eb1c2)) +* Add `enhanced_measurement_settings` option to the `ChangeHistoryResource.resource` oneof field ([9479f11](https://github.com/googleapis/google-cloud-php/commit/9479f11e9c16117ccb0cd0e14928afc2a30eb1c2)) +* Add `ENHANCED_MEASUREMENT_SETTINGS` option to the `ChangeHistoryResourceType` enum ([9479f11](https://github.com/googleapis/google-cloud-php/commit/9479f11e9c16117ccb0cd0e14928afc2a30eb1c2)) +* Add `intraday_export_enabled` field to the `BigQueryLink` resource ([9479f11](https://github.com/googleapis/google-cloud-php/commit/9479f11e9c16117ccb0cd0e14928afc2a30eb1c2)) +* Add `RunAccessReport` method (with bindings for account and property resources) to the Admin API v1beta ([#5985](https://github.com/googleapis/google-cloud-php/issues/5985)) ([9479f11](https://github.com/googleapis/google-cloud-php/commit/9479f11e9c16117ccb0cd0e14928afc2a30eb1c2)) + +
+ +
google/cloud-appengine-admin 1.0.5 + + + +
+ +
google/cloud-asset 1.11.0 + + + +### Features + +* Add client library support for AssetService v1 AnalyzeOrgPolicies API ([#6019](https://github.com/googleapis/google-cloud-php/issues/6019)) ([f08eb87](https://github.com/googleapis/google-cloud-php/commit/f08eb8726c5fa993c17c68d5942f0baf064589bf)) +* Add client library support for AssetService v1 AnalyzeOrgPolicyGovernedAssets API ([f08eb87](https://github.com/googleapis/google-cloud-php/commit/f08eb8726c5fa993c17c68d5942f0baf064589bf)) +* Add client library support for AssetService v1 AnalyzeOrgPolicyGovernedContainers API ([f08eb87](https://github.com/googleapis/google-cloud-php/commit/f08eb8726c5fa993c17c68d5942f0baf064589bf)) + +
+ +
google/cloud-bigquery-reservation 1.1.1 + + + +
+ +
google/cloud-common-protos 0.4.0 + + + +### Features + +* Add owlbot and update with latest changes ([#5935](https://github.com/googleapis/google-cloud-php/issues/5935)) ([cea265c](https://github.com/googleapis/google-cloud-php/commit/cea265cc58cfc44176f82f94503c0d8d9fd8319c)) + + +### Documentation + +* Mark ReservationResourceUsage field as deprecated ([4c364f4](https://github.com/googleapis/google-cloud-php/commit/4c364f4b61ac1c4771a17f3ba96dd0bdb0bab0a1)) +* Use deprecated=true for deprecated fields ([#6024](https://github.com/googleapis/google-cloud-php/issues/6024)) ([4c364f4](https://github.com/googleapis/google-cloud-php/commit/4c364f4b61ac1c4771a17f3ba96dd0bdb0bab0a1)) + +
+ +
google/cloud-contact-center-insights 1.2.0 + + + +### Features + +* Launch UploadConversation endpoint ([#6038](https://github.com/googleapis/google-cloud-php/issues/6038)) ([6099ff2](https://github.com/googleapis/google-cloud-php/commit/6099ff2cea21f008b0fc53b6cd15fdc26465febd)) + +
+ +
google/cloud-container 1.11.0 + + + +### Features + +* Add support for disabling pod IP cidr overprovision ([#6037](https://github.com/googleapis/google-cloud-php/issues/6037)) ([49b7c01](https://github.com/googleapis/google-cloud-php/commit/49b7c01724dc5bf6c469c13ed125709ef00c6cef)) +* **Container:** Add a new fleet registration feature ([#6013](https://github.com/googleapis/google-cloud-php/issues/6013)) ([41a1b1c](https://github.com/googleapis/google-cloud-php/commit/41a1b1cd3fff680d33cc3f1d3666c62b53557a16)) + +
+ +
google/cloud-container-analysis 0.2.12 + + + +### Bug Fixes + +* **deps:** Update dependency google/grafeas to ^0.6.0 ([#6002](https://github.com/googleapis/google-cloud-php/issues/6002)) ([f49d287](https://github.com/googleapis/google-cloud-php/commit/f49d287a3ac2d0d877ae2ecb75020c39f0fbb2fd)) + +
+ +
google/cloud-core 1.49.4 + + + +### Bug Fixes + +* **deps:** Allow dependency psr/http-message version 1.1.* ([#6028](https://github.com/googleapis/google-cloud-php/issues/6028)) ([3a7f70b](https://github.com/googleapis/google-cloud-php/commit/3a7f70bfbe017738e325853b97aa7847d3f651fd)) + +
+ +
google/cloud-datacatalog-lineage 0.1.1 + + + +
+ +
google/cloud-datastore 1.20.0 + + + +### Features + +* Add SUM/AVG aggregation query support in the preview branch and improve query API documentation ([#5996](https://github.com/googleapis/google-cloud-php/issues/5996)) ([d87a7c6](https://github.com/googleapis/google-cloud-php/commit/d87a7c6dd32f7a4f6b51fb50101441494da2e11a)) + + +### Bug Fixes + +* **Datastore:** Add custom routing headers ([#6000](https://github.com/googleapis/google-cloud-php/issues/6000)) ([694f7d7](https://github.com/googleapis/google-cloud-php/commit/694f7d7bb4466cb8dee3074098f48f32df92e6a8)) + +
+ +
google/cloud-firestore 1.29.0 + + + +### Features + +* **Firestore:** Expose read_time field ([#5865](https://github.com/googleapis/google-cloud-php/issues/5865)) ([1d44c91](https://github.com/googleapis/google-cloud-php/commit/1d44c9131c8303a0f1319b3c44eda1d13c692308)) + +
+ +
google/cloud-iap 1.2.1 + + + +
+ +
google/cloud-kms 1.16.2 + + + +
+ +
google/cloud-spanner 1.58.2 + + + +### Bug Fixes + +* **Spanner:** Add retry for RST_STREAM ([#5938](https://github.com/googleapis/google-cloud-php/issues/5938)) ([aa3bc8e](https://github.com/googleapis/google-cloud-php/commit/aa3bc8e582ac835caf334253edc4975a9fbcf386)) +* **Spanner:** Add wait for deleteSessionAsync ([#5787](https://github.com/googleapis/google-cloud-php/issues/5787)) ([85d665a](https://github.com/googleapis/google-cloud-php/commit/85d665a8ca45714bdaa2d50b24bb1563ea9ab589)) + +
+ +
google/cloud-video-stitcher 0.4.0 + + + +### ⚠ BREAKING CHANGES + +* Roll back the changes that update of LRO metadata type to google.cloud.common.OperationMetadata ([#6016](https://github.com/googleapis/google-cloud-php/issues/6016)) + +### Features + +* LRO changes for CdnKey and Slate methods, VodSession changes for ad tracking, and LiveSession changes for live config ([#5997](https://github.com/googleapis/google-cloud-php/issues/5997)) ([1019bf0](https://github.com/googleapis/google-cloud-php/commit/1019bf0ed74001d905640cd3e196fff75b1014ab)) +* Remove default_ad_break_duration from LiveConfig ([ab1dcf1](https://github.com/googleapis/google-cloud-php/commit/ab1dcf1ae98c621fceaa28dd926f425995917fbb)) +* Update LRO metadata type to google.cloud.common.OperationMetadata ([ab1dcf1](https://github.com/googleapis/google-cloud-php/commit/ab1dcf1ae98c621fceaa28dd926f425995917fbb)) + + +### Bug Fixes + +* Roll back the changes that update of LRO metadata type to google.cloud.common.OperationMetadata ([#6016](https://github.com/googleapis/google-cloud-php/issues/6016)) ([ab1dcf1](https://github.com/googleapis/google-cloud-php/commit/ab1dcf1ae98c621fceaa28dd926f425995917fbb)) + +
+ ## 0.200.0
google/cloud-alloydb 0.1.1 diff --git a/CommonProtos/VERSION b/CommonProtos/VERSION index 667843220966..1d0ba9ea182b 100644 --- a/CommonProtos/VERSION +++ b/CommonProtos/VERSION @@ -1 +1 @@ -0.3.8 +0.4.0 diff --git a/ContactCenterInsights/VERSION b/ContactCenterInsights/VERSION index 9084fa2f716a..26aaba0e8663 100644 --- a/ContactCenterInsights/VERSION +++ b/ContactCenterInsights/VERSION @@ -1 +1 @@ -1.1.0 +1.2.0 diff --git a/Container/VERSION b/Container/VERSION index 587c5f0c7309..1cac385c6cb8 100644 --- a/Container/VERSION +++ b/Container/VERSION @@ -1 +1 @@ -1.10.3 +1.11.0 diff --git a/ContainerAnalysis/VERSION b/ContainerAnalysis/VERSION index d3b5ba4bfc3a..f2722b133960 100644 --- a/ContainerAnalysis/VERSION +++ b/ContainerAnalysis/VERSION @@ -1 +1 @@ -0.2.11 +0.2.12 diff --git a/Core/VERSION b/Core/VERSION index 16e273456511..ae67c4ece9ee 100644 --- a/Core/VERSION +++ b/Core/VERSION @@ -1 +1 @@ -1.49.3 +1.49.4 diff --git a/DataCatalogLineage/VERSION b/DataCatalogLineage/VERSION index 6e8bf73aa550..17e51c385ea3 100644 --- a/DataCatalogLineage/VERSION +++ b/DataCatalogLineage/VERSION @@ -1 +1 @@ -0.1.0 +0.1.1 diff --git a/Datastore/VERSION b/Datastore/VERSION index 815d5ca06d53..398935591556 100644 --- a/Datastore/VERSION +++ b/Datastore/VERSION @@ -1 +1 @@ -1.19.0 +1.20.0 diff --git a/Datastore/src/DatastoreClient.php b/Datastore/src/DatastoreClient.php index ee406cf5fcfe..0bd199036599 100644 --- a/Datastore/src/DatastoreClient.php +++ b/Datastore/src/DatastoreClient.php @@ -90,7 +90,7 @@ class DatastoreClient use ClientTrait; use DatastoreTrait; - const VERSION = '1.19.0'; + const VERSION = '1.20.0'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/datastore'; diff --git a/Firestore/VERSION b/Firestore/VERSION index cfc730712d5d..5e57fb89558c 100644 --- a/Firestore/VERSION +++ b/Firestore/VERSION @@ -1 +1 @@ -1.28.0 +1.29.0 diff --git a/Firestore/src/FirestoreClient.php b/Firestore/src/FirestoreClient.php index ee4bd6c597cb..5e9965aaea3e 100644 --- a/Firestore/src/FirestoreClient.php +++ b/Firestore/src/FirestoreClient.php @@ -75,7 +75,7 @@ class FirestoreClient use SnapshotTrait; use ValidateTrait; - const VERSION = '1.28.0'; + const VERSION = '1.29.0'; const DEFAULT_DATABASE = '(default)'; diff --git a/Iap/VERSION b/Iap/VERSION index 26aaba0e8663..6085e946503a 100644 --- a/Iap/VERSION +++ b/Iap/VERSION @@ -1 +1 @@ -1.2.0 +1.2.1 diff --git a/Kms/VERSION b/Kms/VERSION index 41c11ffb730c..4a02d2c3170b 100644 --- a/Kms/VERSION +++ b/Kms/VERSION @@ -1 +1 @@ -1.16.1 +1.16.2 diff --git a/Spanner/VERSION b/Spanner/VERSION index 69478d187bd3..7af7cf49339f 100644 --- a/Spanner/VERSION +++ b/Spanner/VERSION @@ -1 +1 @@ -1.58.1 +1.58.2 diff --git a/Spanner/src/SpannerClient.php b/Spanner/src/SpannerClient.php index 2ac03dd41ad1..d4821db5a19a 100644 --- a/Spanner/src/SpannerClient.php +++ b/Spanner/src/SpannerClient.php @@ -93,7 +93,7 @@ class SpannerClient use LROTrait; use ValidateTrait; - const VERSION = '1.58.1'; + const VERSION = '1.58.2'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/spanner.data'; const ADMIN_SCOPE = 'https://www.googleapis.com/auth/spanner.admin'; diff --git a/VideoStitcher/VERSION b/VideoStitcher/VERSION index 42045acae20f..1d0ba9ea182b 100644 --- a/VideoStitcher/VERSION +++ b/VideoStitcher/VERSION @@ -1 +1 @@ -0.3.4 +0.4.0 diff --git a/composer.json b/composer.json index 55faadf7f953..43aa06b8d5ad 100644 --- a/composer.json +++ b/composer.json @@ -71,19 +71,19 @@ }, "replace": { "google/access-context-manager": "0.3.3", - "google/analytics-admin": "0.10.0", + "google/analytics-admin": "0.11.0", "google/analytics-data": "0.9.4", "google/cloud-access-approval": "1.0.3", - "google/cloud-advisorynotifications": "0.1.0", - "google/cloud-ai-platform": "0.13.0", + "google/cloud-advisorynotifications": "0.2.0", + "google/cloud-ai-platform": "0.14.0", "google/cloud-alloydb": "0.1.1", "google/cloud-api-gateway": "1.0.3", "google/cloud-api-keys": "0.1.4", "google/cloud-apigee-connect": "1.0.3", "google/cloud-apigee-registry": "0.2.5", - "google/cloud-appengine-admin": "1.0.4", + "google/cloud-appengine-admin": "1.0.5", "google/cloud-artifact-registry": "0.3.9", - "google/cloud-asset": "1.10.2", + "google/cloud-asset": "1.11.0", "google/cloud-assured-workloads": "0.8.0", "google/cloud-automl": "1.4.15", "google/cloud-bare-metal-solution": "0.2.6", @@ -99,7 +99,7 @@ "google/cloud-bigquery-data-exchange": "0.2.4", "google/cloud-bigquery-datapolicies": "0.2.2", "google/cloud-bigquery-migration": "0.2.0", - "google/cloud-bigquery-reservation": "1.1.0", + "google/cloud-bigquery-reservation": "1.1.1", "google/cloud-bigquery-storage": "1.2.11", "google/cloud-bigquerydatatransfer": "1.4.3", "google/cloud-bigtable": "1.22.0", @@ -109,22 +109,22 @@ "google/cloud-build": "0.5.1", "google/cloud-certificate-manager": "0.3.5", "google/cloud-channel": "1.2.0", - "google/cloud-common-protos": "0.3.8", + "google/cloud-common-protos": "0.4.0", "google/cloud-compute": "1.8.0", - "google/cloud-contact-center-insights": "1.1.0", - "google/cloud-container": "1.10.3", - "google/cloud-container-analysis": "0.2.11", - "google/cloud-core": "1.49.3", + "google/cloud-contact-center-insights": "1.2.0", + "google/cloud-container": "1.11.0", + "google/cloud-container-analysis": "0.2.12", + "google/cloud-core": "1.49.4", "google/cloud-data-catalog": "1.4.0", "google/cloud-data-fusion": "0.2.9", - "google/cloud-datacatalog-lineage": "0.1.0", + "google/cloud-datacatalog-lineage": "0.1.1", "google/cloud-dataflow": "0.3.8", "google/cloud-dataform": "0.1.4", "google/cloud-datalabeling": "0.1.12", "google/cloud-dataplex": "0.2.2", "google/cloud-dataproc": "3.5.1", "google/cloud-dataproc-metastore": "0.5.1", - "google/cloud-datastore": "1.19.0", + "google/cloud-datastore": "1.20.0", "google/cloud-datastore-admin": "0.5.6", "google/cloud-datastream": "1.0.3", "google/cloud-debugger": "1.4.14", @@ -139,7 +139,7 @@ "google/cloud-eventarc": "1.0.3", "google/cloud-eventarc-publishing": "0.3.3", "google/cloud-filestore": "1.1.0", - "google/cloud-firestore": "1.28.0", + "google/cloud-firestore": "1.29.0", "google/cloud-functions": "1.1.0", "google/cloud-game-servers": "1.0.3", "google/cloud-gke-backup": "0.1.5", @@ -149,10 +149,10 @@ "google/cloud-gsuite-addons": "0.1.4", "google/cloud-iam": "0.1.4", "google/cloud-iam-credentials": "1.0.3", - "google/cloud-iap": "1.2.0", + "google/cloud-iap": "1.2.1", "google/cloud-ids": "0.1.10", "google/cloud-iot": "1.5.10", - "google/cloud-kms": "1.16.1", + "google/cloud-kms": "1.16.2", "google/cloud-kms-inventory": "0.1.0", "google/cloud-language": "0.28.3", "google/cloud-life-sciences": "0.3.3", @@ -192,7 +192,7 @@ "google/cloud-service-management": "1.0.3", "google/cloud-service-usage": "1.0.3", "google/cloud-shell": "1.0.3", - "google/cloud-spanner": "1.58.1", + "google/cloud-spanner": "1.58.2", "google/cloud-speech": "1.11.0", "google/cloud-sql-admin": "0.2.10", "google/cloud-storage": "1.30.2", @@ -204,7 +204,7 @@ "google/cloud-trace": "1.5.1", "google/cloud-translate": "1.13.1", "google/cloud-video-live-stream": "0.3.0", - "google/cloud-video-stitcher": "0.3.4", + "google/cloud-video-stitcher": "0.4.0", "google/cloud-video-transcoder": "0.6.0", "google/cloud-videointelligence": "1.12.14", "google/cloud-vision": "1.6.5", diff --git a/src/ServiceBuilder.php b/src/ServiceBuilder.php index a08ee794c5ba..ca60e81dea79 100644 --- a/src/ServiceBuilder.php +++ b/src/ServiceBuilder.php @@ -30,5 +30,5 @@ class ServiceBuilder extends CoreServiceBuilder /** * @deprecated */ - const VERSION = '0.200.0'; + const VERSION = '0.201.0'; } diff --git a/src/Version.php b/src/Version.php index 96e1a678683c..683997a3a4c1 100644 --- a/src/Version.php +++ b/src/Version.php @@ -22,5 +22,5 @@ */ class Version { - const VERSION = '0.200.0'; + const VERSION = '0.201.0'; }