Skip to content

Commit

Permalink
chore(main): release 0.228.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Dec 5, 2023
1 parent fa7e3e9 commit edde7c4
Show file tree
Hide file tree
Showing 7 changed files with 47 additions and 8 deletions.
39 changes: 39 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,44 @@
# Changelog

## 0.228.0

<details><summary>google/cloud-dataplex 0.13.0</summary>



### 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))

</details>

<details><summary>google/cloud-firestore 1.39.0</summary>



### 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))

</details>

<details><summary>google/cloud-pubsub 1.48.0</summary>



### 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))

</details>

## 0.227.0

<details><summary>google/cloud-ai-platform 0.28.0</summary>
Expand Down
2 changes: 1 addition & 1 deletion Dataplex/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.12.0
0.13.0
2 changes: 1 addition & 1 deletion Firestore/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.38.0
1.39.0
2 changes: 1 addition & 1 deletion Firestore/src/FirestoreClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class FirestoreClient
use SnapshotTrait;
use ValidateTrait;

const VERSION = '1.38.0';
const VERSION = '1.39.0';

const DEFAULT_DATABASE = '(default)';

Expand Down
2 changes: 1 addition & 1 deletion PubSub/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.47.0
1.48.0
2 changes: 1 addition & 1 deletion PubSub/src/PubSubClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit edde7c4

Please sign in to comment.