diff --git a/BigQuery/VERSION b/BigQuery/VERSION index ac1df3fce34..27ddcc14da0 100644 --- a/BigQuery/VERSION +++ b/BigQuery/VERSION @@ -1 +1 @@ -1.23.3 +1.23.4 diff --git a/BigQuery/src/BigQueryClient.php b/BigQuery/src/BigQueryClient.php index 066b5f84dab..9f50f27bb93 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.3'; + const VERSION = '1.23.4'; const MAX_DELAY_MICROSECONDS = 32000000; diff --git a/BigQueryConnection/VERSION b/BigQueryConnection/VERSION index 7d8568351b4..a918a2aa18d 100644 --- a/BigQueryConnection/VERSION +++ b/BigQueryConnection/VERSION @@ -1 +1 @@ -0.5.4 +0.6.0 diff --git a/Bigtable/VERSION b/Bigtable/VERSION index f8f4f03b3dc..feaae22bac7 100644 --- a/Bigtable/VERSION +++ b/Bigtable/VERSION @@ -1 +1 @@ -1.12.1 +1.13.0 diff --git a/Bigtable/src/BigtableClient.php b/Bigtable/src/BigtableClient.php index 97e10a11474..3562dc05caa 100644 --- a/Bigtable/src/BigtableClient.php +++ b/Bigtable/src/BigtableClient.php @@ -40,7 +40,7 @@ class BigtableClient { use ArrayTrait; - const VERSION = '1.12.1'; + const VERSION = '1.13.0'; /** * @var GapicClient diff --git a/CHANGELOG.md b/CHANGELOG.md index 048af3f8299..aee0d647334 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,162 @@ # Changelog +## 0.177.0 + +
google/cloud-bigquery 1.23.4 + + + +### Bug Fixes + +* Improve PHP 8.1 compatibility by disabling deprecation notices ([#4746](https://github.com/googleapis/google-cloud-php/issues/4746)) ([6702b54](https://github.com/googleapis/google-cloud-php/commit/6702b54836b8423bc36d0ab88cfd34621d91bceb)) + +
+ +
google/cloud-bigquery-connection 0.6.0 + + + +### Features + +* [BigQueryConnection] Add Cloud_Resource Connection Support ([#5152](https://github.com/googleapis/google-cloud-php/issues/5152)) ([e9c7e49](https://github.com/googleapis/google-cloud-php/commit/e9c7e490bbb8ce28d2d5c304940b3cbe65f2f3db)) + +
+ +
google/cloud-bigtable 1.13.0 + + + +### Features + +* introduce hot tablet/ping and warm RPCs ([#5119](https://github.com/googleapis/google-cloud-php/issues/5119)) ([a1986cb](https://github.com/googleapis/google-cloud-php/commit/a1986cb1be62f0351ea845a8e08fc2a2b82a74f8)) + + +### Bug Fixes + +* Improve PHP 8.1 compatibility by disabling deprecation notices ([#4746](https://github.com/googleapis/google-cloud-php/issues/4746)) ([6702b54](https://github.com/googleapis/google-cloud-php/commit/6702b54836b8423bc36d0ab88cfd34621d91bceb)) + +
+ +
google/cloud-certificate-manager 0.1.1 + + + +### Bug Fixes + +* [CertificateManager] Updated resource patterns to comply with https://google.aip.dev/123#annotating-resource-types ([#5199](https://github.com/googleapis/google-cloud-php/issues/5199)) ([8525ec9](https://github.com/googleapis/google-cloud-php/commit/8525ec9d268329491489762fb5fd6bdc53aa1fbf)) + +
+ +
google/cloud-core 1.44.2 + + + +### Bug Fixes + +* Improve PHP 8.1 compatibility by disabling deprecation notices ([#4746](https://github.com/googleapis/google-cloud-php/issues/4746)) ([6702b54](https://github.com/googleapis/google-cloud-php/commit/6702b54836b8423bc36d0ab88cfd34621d91bceb)) + +
+ +
google/cloud-dataflow 0.3.0 + + + +### Features + +* Add the ability to plumb environment capabilities through v1beta3 protos. ([#5137](https://github.com/googleapis/google-cloud-php/issues/5137)) ([59ff4e9](https://github.com/googleapis/google-cloud-php/commit/59ff4e9b838bd827a99739ebf52c010051718d8f)) + +
+ +
google/cloud-dataproc-metastore 0.3.0 + + + +### Features + +* [DataprocMetastore] Added DatabaseType field for the type of backing store used ([#5162](https://github.com/googleapis/google-cloud-php/issues/5162)) ([643f2e6](https://github.com/googleapis/google-cloud-php/commit/643f2e664abdd71538eae52b10605ac66211f8f3)) + +
+ +
google/cloud-datastore 1.13.4 + + + +### Bug Fixes + +* Improve PHP 8.1 compatibility by disabling deprecation notices ([#4746](https://github.com/googleapis/google-cloud-php/issues/4746)) ([6702b54](https://github.com/googleapis/google-cloud-php/commit/6702b54836b8423bc36d0ab88cfd34621d91bceb)) + +
+ +
google/cloud-debugger 1.4.5 + + + +### Bug Fixes + +* Improve PHP 8.1 compatibility by disabling deprecation notices ([#4746](https://github.com/googleapis/google-cloud-php/issues/4746)) ([6702b54](https://github.com/googleapis/google-cloud-php/commit/6702b54836b8423bc36d0ab88cfd34621d91bceb)) + +
+ +
google/cloud-firestore 1.21.1 + + + +### Bug Fixes + +* Improve PHP 8.1 compatibility by disabling deprecation notices ([#4746](https://github.com/googleapis/google-cloud-php/issues/4746)) ([6702b54](https://github.com/googleapis/google-cloud-php/commit/6702b54836b8423bc36d0ab88cfd34621d91bceb)) + +
+ +
google/cloud-pubsub 1.35.1 + + + +### Bug Fixes + +* [PubSub] removing misspelled field, add correctly spelled field ([#5115](https://github.com/googleapis/google-cloud-php/issues/5115)) ([95aa7a7](https://github.com/googleapis/google-cloud-php/commit/95aa7a75fef0e16c268e77f16b2daad23b27d6ab)) + +
+ +
google/cloud-spanner 1.48.1 + + + +### Bug Fixes + +* Improve PHP 8.1 compatibility by disabling deprecation notices ([#4746](https://github.com/googleapis/google-cloud-php/issues/4746)) ([6702b54](https://github.com/googleapis/google-cloud-php/commit/6702b54836b8423bc36d0ab88cfd34621d91bceb)) + +
+ +
google/cloud-storage 1.26.2 + + + +### Bug Fixes + +* Improve PHP 8.1 compatibility by disabling deprecation notices ([#4746](https://github.com/googleapis/google-cloud-php/issues/4746)) ([6702b54](https://github.com/googleapis/google-cloud-php/commit/6702b54836b8423bc36d0ab88cfd34621d91bceb)) + +
+ +
google/cloud-talent 0.16.3 + + + +### Documentation + +* [Talent] Added functionality in the companyDisplayNames filter to support fuzzy matching ([#5159](https://github.com/googleapis/google-cloud-php/issues/5159)) ([4390ec8](https://github.com/googleapis/google-cloud-php/commit/4390ec8766169455e590e87ca062483e60983a00)) + +
+ +
google/cloud-trace 1.4.4 + + + +### Bug Fixes + +* Improve PHP 8.1 compatibility by disabling deprecation notices ([#4746](https://github.com/googleapis/google-cloud-php/issues/4746)) ([6702b54](https://github.com/googleapis/google-cloud-php/commit/6702b54836b8423bc36d0ab88cfd34621d91bceb)) + +
+ ## 0.176.0
google/cloud-access-approval 0.4.0 diff --git a/CertificateManager/VERSION b/CertificateManager/VERSION index 6e8bf73aa55..17e51c385ea 100644 --- a/CertificateManager/VERSION +++ b/CertificateManager/VERSION @@ -1 +1 @@ -0.1.0 +0.1.1 diff --git a/Core/VERSION b/Core/VERSION index d724e439030..00aecdb416d 100644 --- a/Core/VERSION +++ b/Core/VERSION @@ -1 +1 @@ -1.44.1 +1.44.2 diff --git a/Dataflow/VERSION b/Dataflow/VERSION index 0ea3a944b39..0d91a54c7d4 100644 --- a/Dataflow/VERSION +++ b/Dataflow/VERSION @@ -1 +1 @@ -0.2.0 +0.3.0 diff --git a/DataprocMetastore/VERSION b/DataprocMetastore/VERSION index abd410582de..0d91a54c7d4 100644 --- a/DataprocMetastore/VERSION +++ b/DataprocMetastore/VERSION @@ -1 +1 @@ -0.2.4 +0.3.0 diff --git a/Datastore/VERSION b/Datastore/VERSION index 01b7568230e..80138e71466 100644 --- a/Datastore/VERSION +++ b/Datastore/VERSION @@ -1 +1 @@ -1.13.3 +1.13.4 diff --git a/Datastore/src/DatastoreClient.php b/Datastore/src/DatastoreClient.php index db4586af274..aab7286a5af 100644 --- a/Datastore/src/DatastoreClient.php +++ b/Datastore/src/DatastoreClient.php @@ -80,7 +80,7 @@ class DatastoreClient use ClientTrait; use DatastoreTrait; - const VERSION = '1.13.3'; + const VERSION = '1.13.4'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/datastore'; diff --git a/Debugger/VERSION b/Debugger/VERSION index 1c99cf0e809..e516bb9d963 100644 --- a/Debugger/VERSION +++ b/Debugger/VERSION @@ -1 +1 @@ -1.4.4 +1.4.5 diff --git a/Debugger/src/DebuggerClient.php b/Debugger/src/DebuggerClient.php index 0560cbf0d77..2387862bc43 100644 --- a/Debugger/src/DebuggerClient.php +++ b/Debugger/src/DebuggerClient.php @@ -39,7 +39,7 @@ class DebuggerClient { use ClientTrait; - const VERSION = '1.4.4'; + const VERSION = '1.4.5'; 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/Firestore/VERSION b/Firestore/VERSION index 3500250a4b0..2844977405c 100644 --- a/Firestore/VERSION +++ b/Firestore/VERSION @@ -1 +1 @@ -1.21.0 +1.21.1 diff --git a/Firestore/src/FirestoreClient.php b/Firestore/src/FirestoreClient.php index 097b1b4f5ba..7248a31378a 100644 --- a/Firestore/src/FirestoreClient.php +++ b/Firestore/src/FirestoreClient.php @@ -75,7 +75,7 @@ class FirestoreClient use SnapshotTrait; use ValidateTrait; - const VERSION = '1.21.0'; + const VERSION = '1.21.1'; const DEFAULT_DATABASE = '(default)'; diff --git a/PubSub/VERSION b/PubSub/VERSION index 2aeaa11ee27..7eee7857433 100644 --- a/PubSub/VERSION +++ b/PubSub/VERSION @@ -1 +1 @@ -1.35.0 +1.35.1 diff --git a/PubSub/src/PubSubClient.php b/PubSub/src/PubSubClient.php index ff545079538..429e3be4938 100644 --- a/PubSub/src/PubSubClient.php +++ b/PubSub/src/PubSubClient.php @@ -87,7 +87,7 @@ class PubSubClient use IncomingMessageTrait; use ResourceNameTrait; - const VERSION = '1.35.0'; + const VERSION = '1.35.1'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/pubsub'; diff --git a/Spanner/VERSION b/Spanner/VERSION index 9db5ea12f52..5525f03fa61 100644 --- a/Spanner/VERSION +++ b/Spanner/VERSION @@ -1 +1 @@ -1.48.0 +1.48.1 diff --git a/Spanner/src/SpannerClient.php b/Spanner/src/SpannerClient.php index 408cb685053..a269b3878a7 100644 --- a/Spanner/src/SpannerClient.php +++ b/Spanner/src/SpannerClient.php @@ -90,7 +90,7 @@ class SpannerClient use LROTrait; use ValidateTrait; - const VERSION = '1.48.0'; + const VERSION = '1.48.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/Storage/VERSION b/Storage/VERSION index dd43a143f02..c7c3f3333e1 100644 --- a/Storage/VERSION +++ b/Storage/VERSION @@ -1 +1 @@ -1.26.1 +1.26.2 diff --git a/Storage/src/StorageClient.php b/Storage/src/StorageClient.php index 8626aa22b0a..c1ff36d2c78 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.1'; + const VERSION = '1.26.2'; 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/Talent/VERSION b/Talent/VERSION index 201a22c8fa5..7eb3095a329 100644 --- a/Talent/VERSION +++ b/Talent/VERSION @@ -1 +1 @@ -0.16.2 +0.16.3 diff --git a/Trace/VERSION b/Trace/VERSION index 428b770e3e2..1c99cf0e809 100644 --- a/Trace/VERSION +++ b/Trace/VERSION @@ -1 +1 @@ -1.4.3 +1.4.4 diff --git a/Trace/src/TraceClient.php b/Trace/src/TraceClient.php index 3d37ecfc35f..adca56e298d 100644 --- a/Trace/src/TraceClient.php +++ b/Trace/src/TraceClient.php @@ -40,7 +40,7 @@ class TraceClient { use ClientTrait; - const VERSION = '1.4.3'; + const VERSION = '1.4.4'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/cloud-platform'; diff --git a/composer.json b/composer.json index 2fd49c25172..17ef847ce8a 100644 --- a/composer.json +++ b/composer.json @@ -83,34 +83,34 @@ "google/cloud-asset": "1.6.5", "google/cloud-assured-workloads": "0.5.1", "google/cloud-automl": "1.4.4", - "google/cloud-bigquery": "1.23.3", - "google/cloud-bigquery-connection": "0.5.4", + "google/cloud-bigquery": "1.23.4", + "google/cloud-bigquery-connection": "0.6.0", "google/cloud-bigquery-reservation": "0.5.1", "google/cloud-bigquery-storage": "1.2.3", "google/cloud-bigquerydatatransfer": "1.3.1", - "google/cloud-bigtable": "1.12.1", + "google/cloud-bigtable": "1.13.0", "google/cloud-billing": "1.3.4", "google/cloud-billing-budgets": "0.2.5", "google/cloud-binary-authorization": "0.4.1", "google/cloud-build": "0.2.1", - "google/cloud-certificate-manager": "0.1.0", + "google/cloud-certificate-manager": "0.1.1", "google/cloud-channel": "0.6.2", "google/cloud-common-protos": "0.3.2", "google/cloud-compute": "1.0.1", "google/cloud-contact-center-insights": "0.2.2", "google/cloud-container": "1.6.1", "google/cloud-container-analysis": "0.1.5", - "google/cloud-core": "1.44.1", + "google/cloud-core": "1.44.2", "google/cloud-data-catalog": "1.2.0", "google/cloud-data-fusion": "0.2.1", - "google/cloud-dataflow": "0.2.0", + "google/cloud-dataflow": "0.3.0", "google/cloud-datalabeling": "0.1.3", "google/cloud-dataplex": "0.1.0", "google/cloud-dataproc": "2.4.2", - "google/cloud-dataproc-metastore": "0.2.4", - "google/cloud-datastore": "1.13.3", + "google/cloud-dataproc-metastore": "0.3.0", + "google/cloud-datastore": "1.13.4", "google/cloud-datastore-admin": "0.4.0", - "google/cloud-debugger": "1.4.4", + "google/cloud-debugger": "1.4.5", "google/cloud-deploy": "0.1.3", "google/cloud-dialogflow": "0.25.0", "google/cloud-dlp": "1.4.0", @@ -122,7 +122,7 @@ "google/cloud-eventarc": "0.2.0", "google/cloud-eventarc-publishing": "0.1.0", "google/cloud-filestore": "0.1.2", - "google/cloud-firestore": "1.21.0", + "google/cloud-firestore": "1.21.1", "google/cloud-functions": "0.2.0", "google/cloud-game-servers": "0.4.1", "google/cloud-gke-connect-gateway": "0.1.3", @@ -150,7 +150,7 @@ "google/cloud-policy-troubleshooter": "0.2.3", "google/cloud-private-catalog": "0.2.3", "google/cloud-profiler": "0.2.3", - "google/cloud-pubsub": "1.35.0", + "google/cloud-pubsub": "1.35.1", "google/cloud-recaptcha-enterprise": "1.2.0", "google/cloud-recommendations-ai": "0.4.0", "google/cloud-recommender": "1.6.0", @@ -167,16 +167,16 @@ "google/cloud-service-management": "0.2.4", "google/cloud-service-usage": "0.2.2", "google/cloud-shell": "0.1.2", - "google/cloud-spanner": "1.48.0", + "google/cloud-spanner": "1.48.1", "google/cloud-speech": "1.5.0", "google/cloud-sql-admin": "0.2.0", - "google/cloud-storage": "1.26.1", + "google/cloud-storage": "1.26.2", "google/cloud-storage-transfer": "0.1.3", - "google/cloud-talent": "0.16.2", + "google/cloud-talent": "0.16.3", "google/cloud-tasks": "1.10.0", "google/cloud-text-to-speech": "1.4.0", "google/cloud-tpu": "0.2.3", - "google/cloud-trace": "1.4.3", + "google/cloud-trace": "1.4.4", "google/cloud-translate": "1.12.3", "google/cloud-video-live-stream": "0.1.0", "google/cloud-video-stitcher": "0.0.1", diff --git a/docs/manifest.json b/docs/manifest.json index edf4a749729..0b94e8a82a5 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -11,6 +11,7 @@ "name": "google/cloud", "defaultService": "servicebuilder", "versions": [ + "v0.177.0", "v0.176.0", "v0.175.0", "v0.174.0", @@ -453,6 +454,7 @@ "name": "google/cloud-bigquery", "defaultService": "bigquery/bigqueryclient", "versions": [ + "v1.23.4", "v1.23.3", "v1.23.2", "v1.23.1", @@ -518,6 +520,7 @@ "name": "google/cloud-bigquery-connection", "defaultService": "bigqueryconnection/readme", "versions": [ + "v0.6.0", "v0.5.4", "v0.5.3", "v0.5.2", @@ -645,6 +648,7 @@ "name": "google/cloud-bigtable", "defaultService": "bigtable/readme", "versions": [ + "v1.13.0", "v1.12.1", "v1.12.0", "v1.11.3", @@ -787,6 +791,7 @@ "name": "google/cloud-certificate-manager", "defaultService": "certificatemanager/readme", "versions": [ + "v0.1.1", "v0.1.0", "main" ] @@ -938,6 +943,7 @@ "name": "google/cloud-core", "defaultService": "core/servicebuilder", "versions": [ + "v1.44.2", "v1.44.1", "v1.44.0", "v1.43.2", @@ -1072,6 +1078,7 @@ "name": "google/cloud-dataflow", "defaultService": "dataflow/readme", "versions": [ + "v0.3.0", "v0.2.0", "v0.1.3", "v0.1.2", @@ -1176,6 +1183,7 @@ "name": "google/cloud-dataproc-metastore", "defaultService": "dataprocmetastore/readme", "versions": [ + "v0.3.0", "v0.2.4", "v0.2.3", "v0.2.2", @@ -1191,6 +1199,7 @@ "name": "google/cloud-datastore", "defaultService": "datastore/datastoreclient", "versions": [ + "v1.13.4", "v1.13.3", "v1.13.2", "v1.13.1", @@ -1269,6 +1278,7 @@ "name": "google/cloud-debugger", "defaultService": "debugger/debuggerclient", "versions": [ + "v1.4.5", "v1.4.4", "v1.4.3", "v1.4.2", @@ -1635,6 +1645,7 @@ "name": "google/cloud-firestore", "defaultService": "firestore/firestoreclient", "versions": [ + "v1.21.1", "v1.21.0", "v1.20.4", "v1.20.3", @@ -2385,6 +2396,7 @@ "name": "google/cloud-pubsub", "defaultService": "pubsub/pubsubclient", "versions": [ + "v1.35.1", "v1.35.0", "v1.34.3", "v1.34.2", @@ -2842,6 +2854,7 @@ "name": "google/cloud-spanner", "defaultService": "spanner/spannerclient", "versions": [ + "v1.48.1", "v1.48.0", "v1.47.0", "v1.46.3", @@ -3048,6 +3061,7 @@ "name": "google/cloud-storage", "defaultService": "storage/storageclient", "versions": [ + "v1.26.2", "v1.26.1", "v1.26.0", "v1.25.2", @@ -3128,6 +3142,7 @@ "name": "google/cloud-talent", "defaultService": "talent/readme", "versions": [ + "v0.16.3", "v0.16.2", "v0.16.1", "v0.16.0", @@ -3272,6 +3287,7 @@ "name": "google/cloud-trace", "defaultService": "trace/traceclient", "versions": [ + "v1.4.4", "v1.4.3", "v1.4.2", "v1.4.1", diff --git a/src/ServiceBuilder.php b/src/ServiceBuilder.php index 535120e770a..14ae4ca8bf5 100644 --- a/src/ServiceBuilder.php +++ b/src/ServiceBuilder.php @@ -30,5 +30,5 @@ class ServiceBuilder extends CoreServiceBuilder /** * @deprecated */ - const VERSION = '0.176.0'; + const VERSION = '0.177.0'; } diff --git a/src/Version.php b/src/Version.php index 91a204eb131..4cbbdc86066 100644 --- a/src/Version.php +++ b/src/Version.php @@ -22,5 +22,5 @@ */ class Version { - const VERSION = '0.176.0'; + const VERSION = '0.177.0'; }