From edde7c409fc010d214a62e5d87060c9d3f0dca25 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 13:58:02 +0000 Subject: [PATCH] chore(main): release 0.228.0 --- CHANGELOG.md | 39 +++++++++++++++++++++++++++++++ Dataplex/VERSION | 2 +- Firestore/VERSION | 2 +- Firestore/src/FirestoreClient.php | 2 +- PubSub/VERSION | 2 +- PubSub/src/PubSubClient.php | 2 +- composer.json | 6 ++--- 7 files changed, 47 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50b2c868586d..3e2b28359fab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,44 @@ # Changelog +## 0.228.0 + +
google/cloud-dataplex 0.13.0 + + + +### Features + +* Add data quality score to DataQualityResult ([#6839](https://github.com/googleapis/google-cloud-php/issues/6839)) ([d98d4a3](https://github.com/googleapis/google-cloud-php/commit/d98d4a3be23c32a67c6fa6ec1e303727fc2de4a2)) + +
+ +
google/cloud-firestore 1.39.0 + + + +### Features + +* Expose Firestore namespace ID fields in import/export APIs to stable ([ddd52a6](https://github.com/googleapis/google-cloud-php/commit/ddd52a64a39fa7721c52e948d0fe5ed72e84487d)) +* Expose Firestore PITR fields in Database to stable ([#6842](https://github.com/googleapis/google-cloud-php/issues/6842)) ([ddd52a6](https://github.com/googleapis/google-cloud-php/commit/ddd52a64a39fa7721c52e948d0fe5ed72e84487d)) +* Expose Firestore snapshot_time field in export API to stable ([ddd52a6](https://github.com/googleapis/google-cloud-php/commit/ddd52a64a39fa7721c52e948d0fe5ed72e84487d)) + + +### Documentation + +* Assorted typo fixes and whitespace updates ([ddd52a6](https://github.com/googleapis/google-cloud-php/commit/ddd52a64a39fa7721c52e948d0fe5ed72e84487d)) + +
+ +
google/cloud-pubsub 1.48.0 + + + +### Features + +* Add `use_table_schema` field to BigQueryConfig ([#6837](https://github.com/googleapis/google-cloud-php/issues/6837)) ([fa7e3e9](https://github.com/googleapis/google-cloud-php/commit/fa7e3e9fbc7f8fc4c7451757afb42cead837def2)) + +
+ ## 0.227.0
google/cloud-ai-platform 0.28.0 diff --git a/Dataplex/VERSION b/Dataplex/VERSION index ac454c6a1fc3..54d1a4f2a4a7 100644 --- a/Dataplex/VERSION +++ b/Dataplex/VERSION @@ -1 +1 @@ -0.12.0 +0.13.0 diff --git a/Firestore/VERSION b/Firestore/VERSION index ebeef2f2d619..5edffce6d570 100644 --- a/Firestore/VERSION +++ b/Firestore/VERSION @@ -1 +1 @@ -1.38.0 +1.39.0 diff --git a/Firestore/src/FirestoreClient.php b/Firestore/src/FirestoreClient.php index 8048047081dc..550a09cb2a29 100644 --- a/Firestore/src/FirestoreClient.php +++ b/Firestore/src/FirestoreClient.php @@ -75,7 +75,7 @@ class FirestoreClient use SnapshotTrait; use ValidateTrait; - const VERSION = '1.38.0'; + const VERSION = '1.39.0'; const DEFAULT_DATABASE = '(default)'; diff --git a/PubSub/VERSION b/PubSub/VERSION index 21998d3c2d9e..9db5ea12f522 100644 --- a/PubSub/VERSION +++ b/PubSub/VERSION @@ -1 +1 @@ -1.47.0 +1.48.0 diff --git a/PubSub/src/PubSubClient.php b/PubSub/src/PubSubClient.php index c0c469736081..82adfc4c7b02 100644 --- a/PubSub/src/PubSubClient.php +++ b/PubSub/src/PubSubClient.php @@ -87,7 +87,7 @@ class PubSubClient use IncomingMessageTrait; use ResourceNameTrait; - const VERSION = '1.47.0'; + const VERSION = '1.48.0'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/pubsub'; diff --git a/composer.json b/composer.json index a3313cfd528b..9eb3b2f58ec4 100644 --- a/composer.json +++ b/composer.json @@ -123,7 +123,7 @@ "google/cloud-dataflow": "0.5.1", "google/cloud-dataform": "0.3.0", "google/cloud-datalabeling": "0.4.2", - "google/cloud-dataplex": "0.12.0", + "google/cloud-dataplex": "0.13.0", "google/cloud-dataproc": "3.11.0", "google/cloud-dataproc-metastore": "0.10.2", "google/cloud-datastore": "1.25.0", @@ -144,7 +144,7 @@ "google/cloud-eventarc": "1.2.2", "google/cloud-eventarc-publishing": "0.5.1", "google/cloud-filestore": "1.4.0", - "google/cloud-firestore": "1.38.0", + "google/cloud-firestore": "1.39.0", "google/cloud-functions": "1.4.2", "google/cloud-game-servers": "1.2.2", "google/cloud-gke-backup": "0.5.3", @@ -182,7 +182,7 @@ "google/cloud-policytroubleshooter-iam": "0.1.1", "google/cloud-private-catalog": "0.3.3", "google/cloud-profiler": "1.2.4", - "google/cloud-pubsub": "1.47.0", + "google/cloud-pubsub": "1.48.0", "google/cloud-rapidmigrationassessment": "0.2.2", "google/cloud-recaptcha-enterprise": "1.6.0", "google/cloud-recommendations-ai": "0.6.4",