diff --git a/AnalyticsAdmin/VERSION b/AnalyticsAdmin/VERSION index af88ba82486..ac454c6a1fc 100644 --- a/AnalyticsAdmin/VERSION +++ b/AnalyticsAdmin/VERSION @@ -1 +1 @@ -0.11.1 +0.12.0 diff --git a/BigQueryStorage/VERSION b/BigQueryStorage/VERSION index f2ae0b4a2ce..f0bb29e7638 100644 --- a/BigQueryStorage/VERSION +++ b/BigQueryStorage/VERSION @@ -1 +1 @@ -1.2.12 +1.3.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index c0a9c30e8f7..41ad108ee4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,131 @@ # Changelog +## 0.203.0 + +
google/analytics-admin 0.12.0 + + + +### Features + +* Add `ChannelGroupFilter`, `ChannelGroupFilterExpression`, `ChannelGroupFilterExpressionList`, `GroupingRule`, `ChannelGroup` types to the Admin API v1alpha ([4f4c409](https://github.com/googleapis/google-cloud-php/commit/4f4c40908ce38e1081dc26c7e8e5be0fcc4eeeca)) +* Add `FetchConnectedGa4Property` method to the Admin API v1alpha ([#6109](https://github.com/googleapis/google-cloud-php/issues/6109)) ([4f4c409](https://github.com/googleapis/google-cloud-php/commit/4f4c40908ce38e1081dc26c7e8e5be0fcc4eeeca)) +* Add `GetChannelGroup`, `ListChannelGroups`, `CreateChannelGroup`, `UpdateChannelGroup` methods to the Admin API v1alpha ([4f4c409](https://github.com/googleapis/google-cloud-php/commit/4f4c40908ce38e1081dc26c7e8e5be0fcc4eeeca)) + +
+ +
google/cloud-bigquery-storage 1.3.0 + + + +### Features + +* Add default_value_expression to TableFieldSchema ([#5131](https://github.com/googleapis/google-cloud-php/issues/5131)) ([2fb00be](https://github.com/googleapis/google-cloud-php/commit/2fb00bee1a7d419b1caeaa5b4e55ca0bb4ecdf0e)) +* Add fields to eventually contain row level errors ([2fb00be](https://github.com/googleapis/google-cloud-php/commit/2fb00bee1a7d419b1caeaa5b4e55ca0bb4ecdf0e)) +* Add trace_id for Read API ([2fb00be](https://github.com/googleapis/google-cloud-php/commit/2fb00bee1a7d419b1caeaa5b4e55ca0bb4ecdf0e)) +* Deprecate format specific `row_count` field in Read API ([2fb00be](https://github.com/googleapis/google-cloud-php/commit/2fb00bee1a7d419b1caeaa5b4e55ca0bb4ecdf0e)) +* Expose additional StorageError enum values ([2fb00be](https://github.com/googleapis/google-cloud-php/commit/2fb00bee1a7d419b1caeaa5b4e55ca0bb4ecdf0e)) +* Update default timeout/retry information ([2fb00be](https://github.com/googleapis/google-cloud-php/commit/2fb00bee1a7d419b1caeaa5b4e55ca0bb4ecdf0e)) +* Update parent annotation for BatchCommitWriteStreamsRequest ([2fb00be](https://github.com/googleapis/google-cloud-php/commit/2fb00bee1a7d419b1caeaa5b4e55ca0bb4ecdf0e)) + + +### Bug Fixes + +* **BigQueryStorage:** Add internal descriptor override ([#5957](https://github.com/googleapis/google-cloud-php/issues/5957)) ([b354020](https://github.com/googleapis/google-cloud-php/commit/b3540203b6b7295cf2491912208e06e16fc3fec8)) +* Modify client lib retry policy for CreateWriteStream with longer backoff, more error code and longer overall time ([2fb00be](https://github.com/googleapis/google-cloud-php/commit/2fb00bee1a7d419b1caeaa5b4e55ca0bb4ecdf0e)) +* Remove bigquery.readonly auth scope ([2fb00be](https://github.com/googleapis/google-cloud-php/commit/2fb00bee1a7d419b1caeaa5b4e55ca0bb4ecdf0e)) + + +### Documentation + +* Clarify size limitations for AppendRowsRequest ([2fb00be](https://github.com/googleapis/google-cloud-php/commit/2fb00bee1a7d419b1caeaa5b4e55ca0bb4ecdf0e)) +* Improve documentation for write client ([2fb00be](https://github.com/googleapis/google-cloud-php/commit/2fb00bee1a7d419b1caeaa5b4e55ca0bb4ecdf0e)) + +
+ +
google/cloud-container 1.12.1 + + + +### Documentation + +* Minor formatting in docstring ([#6102](https://github.com/googleapis/google-cloud-php/issues/6102)) ([fd6d686](https://github.com/googleapis/google-cloud-php/commit/fd6d686ee4e1fdea14af67c1661ae00cc113fb8d)) + +
+ +
google/cloud-container-analysis 0.2.14 + + + +### Bug Fixes + +* **deps:** Update dependency google/grafeas to ^0.7.0 ([#6107](https://github.com/googleapis/google-cloud-php/issues/6107)) ([aff65d8](https://github.com/googleapis/google-cloud-php/commit/aff65d8f8123bab562a4fbcfd4b920ac8e3a12cd)) + +
+ +
google/cloud-core 1.51.0 + + + +### Features + +* **Storage:** add contextual retries ([#5637](https://github.com/googleapis/google-cloud-php/issues/5637)) ([a8211f2](https://github.com/googleapis/google-cloud-php/commit/a8211f24fcb975706e2075fd6d2367f6990543b5)) + +
+ +
google/cloud-datastore 1.21.1 + + + +
+ +
google/cloud-firestore 1.31.0 + + + +### Features + +* Add bloom filter related proto fields (only in the preview API surface) ([#6113](https://github.com/googleapis/google-cloud-php/issues/6113)) ([e78f568](https://github.com/googleapis/google-cloud-php/commit/e78f5688d054ae395eaa8cb794696a3a28be8cc8)) +* **Firestore:** Add query operator NOT_IN ([#6111](https://github.com/googleapis/google-cloud-php/issues/6111)) ([fa1e622](https://github.com/googleapis/google-cloud-php/commit/fa1e622313758f22ab6545f241fe8669cd017968)) + +
+ +
google/cloud-orchestration-airflow 1.1.0 + + + +### Features + +* Add airflow_byoid_uri field to Cloud Composer API ([#6114](https://github.com/googleapis/google-cloud-php/issues/6114)) ([fbfeeea](https://github.com/googleapis/google-cloud-php/commit/fbfeeea683785fde3b46eb2984e066ef14806192)) + +
+ +
google/cloud-storage 1.31.0 + + + +### Features + +* **Storage:** add contextual retries ([#5637](https://github.com/googleapis/google-cloud-php/issues/5637)) ([a8211f2](https://github.com/googleapis/google-cloud-php/commit/a8211f24fcb975706e2075fd6d2367f6990543b5)) + +
+ +
google/cloud-storageinsights 0.1.0 + + + +### Features + +* Introduce StorageInsights ([#6108](https://github.com/googleapis/google-cloud-php/issues/6108)) ([c392e8c](https://github.com/googleapis/google-cloud-php/commit/c392e8c81a597ffc28be3a5205e78840ba180f48)) + +
+ +
google/cloud-vision 1.6.7 + + + +
+ ## 0.202.0
google/cloud-access-approval 1.0.4 diff --git a/Container/VERSION b/Container/VERSION index 0eed1a29efd..f8f4f03b3dc 100644 --- a/Container/VERSION +++ b/Container/VERSION @@ -1 +1 @@ -1.12.0 +1.12.1 diff --git a/ContainerAnalysis/VERSION b/ContainerAnalysis/VERSION index 27792457cb5..769ed6ae790 100644 --- a/ContainerAnalysis/VERSION +++ b/ContainerAnalysis/VERSION @@ -1 +1 @@ -0.2.13 +0.2.14 diff --git a/Core/VERSION b/Core/VERSION index 5a5c7211dc6..ba0a719118c 100644 --- a/Core/VERSION +++ b/Core/VERSION @@ -1 +1 @@ -1.50.0 +1.51.0 diff --git a/Datastore/VERSION b/Datastore/VERSION index 3500250a4b0..2844977405c 100644 --- a/Datastore/VERSION +++ b/Datastore/VERSION @@ -1 +1 @@ -1.21.0 +1.21.1 diff --git a/Datastore/src/DatastoreClient.php b/Datastore/src/DatastoreClient.php index ec646bd7f22..e01200d8674 100644 --- a/Datastore/src/DatastoreClient.php +++ b/Datastore/src/DatastoreClient.php @@ -91,7 +91,7 @@ class DatastoreClient use ClientTrait; use DatastoreTrait; - const VERSION = '1.21.0'; + const VERSION = '1.21.1'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/datastore'; diff --git a/Firestore/VERSION b/Firestore/VERSION index 034552a83ee..34aae156b19 100644 --- a/Firestore/VERSION +++ b/Firestore/VERSION @@ -1 +1 @@ -1.30.0 +1.31.0 diff --git a/Firestore/src/FirestoreClient.php b/Firestore/src/FirestoreClient.php index 1b6f9535750..b1cd3d90da1 100644 --- a/Firestore/src/FirestoreClient.php +++ b/Firestore/src/FirestoreClient.php @@ -75,7 +75,7 @@ class FirestoreClient use SnapshotTrait; use ValidateTrait; - const VERSION = '1.30.0'; + const VERSION = '1.31.0'; const DEFAULT_DATABASE = '(default)'; diff --git a/OrchestrationAirflow/VERSION b/OrchestrationAirflow/VERSION index ee90284c27f..9084fa2f716 100644 --- a/OrchestrationAirflow/VERSION +++ b/OrchestrationAirflow/VERSION @@ -1 +1 @@ -1.0.4 +1.1.0 diff --git a/Storage/VERSION b/Storage/VERSION index b0f33908df1..34aae156b19 100644 --- a/Storage/VERSION +++ b/Storage/VERSION @@ -1 +1 @@ -1.30.3 +1.31.0 diff --git a/Storage/src/StorageClient.php b/Storage/src/StorageClient.php index e2aceb8ab68..f9aea0693cd 100644 --- a/Storage/src/StorageClient.php +++ b/Storage/src/StorageClient.php @@ -47,7 +47,7 @@ class StorageClient use ArrayTrait; use ClientTrait; - const VERSION = '1.30.3'; + const VERSION = '1.31.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/StorageInsights/VERSION b/StorageInsights/VERSION index 77d6f4ca237..6e8bf73aa55 100644 --- a/StorageInsights/VERSION +++ b/StorageInsights/VERSION @@ -1 +1 @@ -0.0.0 +0.1.0 diff --git a/Vision/VERSION b/Vision/VERSION index ec70f755607..400084b1bf2 100644 --- a/Vision/VERSION +++ b/Vision/VERSION @@ -1 +1 @@ -1.6.6 +1.6.7 diff --git a/Vision/src/VisionClient.php b/Vision/src/VisionClient.php index 6ef48765e48..31a4a841bd3 100644 --- a/Vision/src/VisionClient.php +++ b/Vision/src/VisionClient.php @@ -50,7 +50,7 @@ class VisionClient use ClientTrait; use ValidateTrait; - const VERSION = '1.6.6'; + const VERSION = '1.6.7'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/cloud-platform'; diff --git a/composer.json b/composer.json index 410f3c1573c..eef96ef33c6 100644 --- a/composer.json +++ b/composer.json @@ -70,7 +70,7 @@ }, "replace": { "google/access-context-manager": "0.3.5", - "google/analytics-admin": "0.11.1", + "google/analytics-admin": "0.12.0", "google/analytics-data": "0.9.5", "google/cloud-access-approval": "1.0.4", "google/cloud-advisorynotifications": "0.2.1", @@ -99,7 +99,7 @@ "google/cloud-bigquery-datapolicies": "0.2.3", "google/cloud-bigquery-migration": "0.2.1", "google/cloud-bigquery-reservation": "1.1.2", - "google/cloud-bigquery-storage": "1.2.12", + "google/cloud-bigquery-storage": "1.3.0", "google/cloud-bigquerydatatransfer": "1.4.4", "google/cloud-bigtable": "1.22.1", "google/cloud-billing": "1.5.5", @@ -112,9 +112,9 @@ "google/cloud-compute": "1.8.2", "google/cloud-confidentialcomputing": "0.1.0", "google/cloud-contact-center-insights": "1.2.1", - "google/cloud-container": "1.12.0", - "google/cloud-container-analysis": "0.2.13", - "google/cloud-core": "1.50.0", + "google/cloud-container": "1.12.1", + "google/cloud-container-analysis": "0.2.14", + "google/cloud-core": "1.51.0", "google/cloud-data-catalog": "1.4.1", "google/cloud-data-fusion": "0.2.10", "google/cloud-datacatalog-lineage": "0.1.2", @@ -124,7 +124,7 @@ "google/cloud-dataplex": "0.2.3", "google/cloud-dataproc": "3.6.0", "google/cloud-dataproc-metastore": "0.6.0", - "google/cloud-datastore": "1.21.0", + "google/cloud-datastore": "1.21.1", "google/cloud-datastore-admin": "0.5.8", "google/cloud-datastream": "1.0.4", "google/cloud-debugger": "1.4.15", @@ -139,7 +139,7 @@ "google/cloud-eventarc": "1.0.4", "google/cloud-eventarc-publishing": "0.3.4", "google/cloud-filestore": "1.1.1", - "google/cloud-firestore": "1.30.0", + "google/cloud-firestore": "1.31.0", "google/cloud-functions": "1.1.1", "google/cloud-game-servers": "1.0.4", "google/cloud-gke-backup": "0.1.6", @@ -166,7 +166,7 @@ "google/cloud-network-security": "0.3.5", "google/cloud-notebooks": "0.3.4", "google/cloud-optimization": "0.1.8", - "google/cloud-orchestration-airflow": "1.0.4", + "google/cloud-orchestration-airflow": "1.1.0", "google/cloud-org-policy": "0.4.1", "google/cloud-osconfig": "1.0.4", "google/cloud-oslogin": "1.4.5", @@ -195,9 +195,9 @@ "google/cloud-spanner": "1.58.3", "google/cloud-speech": "1.11.1", "google/cloud-sql-admin": "0.2.11", - "google/cloud-storage": "1.30.3", + "google/cloud-storage": "1.31.0", "google/cloud-storage-transfer": "1.0.5", - "google/cloud-storageinsights": "0.0.0", + "google/cloud-storageinsights": "0.1.0", "google/cloud-talent": "1.0.4", "google/cloud-tasks": "1.11.10", "google/cloud-text-to-speech": "1.5.4", @@ -208,7 +208,7 @@ "google/cloud-video-stitcher": "0.5.0", "google/cloud-video-transcoder": "0.7.0", "google/cloud-videointelligence": "1.12.15", - "google/cloud-vision": "1.6.6", + "google/cloud-vision": "1.6.7", "google/cloud-vm-migration": "0.3.1", "google/cloud-vmware-engine": "0.1.3", "google/cloud-vpc-access": "1.0.4", diff --git a/src/ServiceBuilder.php b/src/ServiceBuilder.php index 2b396f35bdc..3625b6af0fc 100644 --- a/src/ServiceBuilder.php +++ b/src/ServiceBuilder.php @@ -30,5 +30,5 @@ class ServiceBuilder extends CoreServiceBuilder /** * @deprecated */ - const VERSION = '0.202.0'; + const VERSION = '0.203.0'; } diff --git a/src/Version.php b/src/Version.php index 8df377cacf0..1bbf1a67c5a 100644 --- a/src/Version.php +++ b/src/Version.php @@ -22,5 +22,5 @@ */ class Version { - const VERSION = '0.202.0'; + const VERSION = '0.203.0'; }