diff --git a/AnalyticsData/VERSION b/AnalyticsData/VERSION index a5510516948f..04a373efe6ba 100644 --- a/AnalyticsData/VERSION +++ b/AnalyticsData/VERSION @@ -1 +1 @@ -0.15.0 +0.16.0 diff --git a/BigQuery/VERSION b/BigQuery/VERSION index 5e57fb89558c..83cf0d951b0c 100644 --- a/BigQuery/VERSION +++ b/BigQuery/VERSION @@ -1 +1 @@ -1.29.0 +1.29.1 diff --git a/BigQuery/src/BigQueryClient.php b/BigQuery/src/BigQueryClient.php index 485143f570f5..038913446761 100644 --- a/BigQuery/src/BigQueryClient.php +++ b/BigQuery/src/BigQueryClient.php @@ -50,7 +50,7 @@ class BigQueryClient ClientTrait::jsonDecode insteadof RetryDeciderTrait; } - const VERSION = '1.29.0'; + const VERSION = '1.29.1'; const MAX_DELAY_MICROSECONDS = 32000000; diff --git a/Bigtable/VERSION b/Bigtable/VERSION index 034552a83eeb..7f3c3affd72c 100644 --- a/Bigtable/VERSION +++ b/Bigtable/VERSION @@ -1 +1 @@ -1.30.0 +1.30.1 diff --git a/Bigtable/src/BigtableClient.php b/Bigtable/src/BigtableClient.php index 61c4b77db64f..d0f801d3ef87 100644 --- a/Bigtable/src/BigtableClient.php +++ b/Bigtable/src/BigtableClient.php @@ -40,7 +40,7 @@ class BigtableClient { use ArrayTrait; - const VERSION = '1.30.0'; + const VERSION = '1.30.1'; /** * @var GapicClient diff --git a/CHANGELOG.md b/CHANGELOG.md index 42c1333127b9..7e2933d9f167 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,177 @@ # Changelog +## 0.233.0 + +
google/analytics-data 0.16.0 + + + +### Features + +* Add the `webhook_notification` field to the `AudienceList` resource ([2120284](https://github.com/googleapis/google-cloud-php/commit/212028437940e71fbe6ae83277646780ac1e3273)) +* Add the `webhook_notification` field to the `RecurringAudienceList` resource ([2120284](https://github.com/googleapis/google-cloud-php/commit/212028437940e71fbe6ae83277646780ac1e3273)) +* Add the `WebhookNotification` type ([2120284](https://github.com/googleapis/google-cloud-php/commit/212028437940e71fbe6ae83277646780ac1e3273)) + + +### Documentation + +* Announce that `ListAudienceLists`, `GetAudienceList`, `QueryAudienceList`, `CreateAudienceList` methods are now available in the v1beta version of the Data API ([#6988](https://github.com/googleapis/google-cloud-php/issues/6988)) ([2120284](https://github.com/googleapis/google-cloud-php/commit/212028437940e71fbe6ae83277646780ac1e3273)) + +
+ +
google/cloud-bigquery 1.29.1 + + + +
+ +
google/cloud-bigtable 1.30.1 + + + +
+ +
google/cloud-config 0.3.1 + + + +
+ +
google/cloud-container 1.25.0 + + + +### Features + +* Add fields desired_in_transit_encryption_config and in_transit_encryption_config ([#6980](https://github.com/googleapis/google-cloud-php/issues/6980)) ([bc3d969](https://github.com/googleapis/google-cloud-php/commit/bc3d9696a047705d3fc28e30748a5092dc5d3896)) + + +### Documentation + +* Remove Not GA comments for GetOpenIDConfig and GetJSONWebKeys in v1alpha1/v1beta1/v1 ([bc3d969](https://github.com/googleapis/google-cloud-php/commit/bc3d9696a047705d3fc28e30748a5092dc5d3896)) + +
+ +
google/cloud-core 1.53.2 + + + +
+ +
google/cloud-dataplex 0.14.1 + + + +
+ +
google/cloud-datastore 1.26.1 + + + +
+ +
google/cloud-debugger 1.8.2 + + + +
+ +
google/cloud-edgenetwork 0.3.0 + + + +### Features + +* Add MACsec status for internal links ([#6985](https://github.com/googleapis/google-cloud-php/issues/6985)) ([fbe2667](https://github.com/googleapis/google-cloud-php/commit/fbe26677e94811c5251642e65439b9eda3866373)) + +
+ +
google/cloud-error-reporting 0.22.1 + + + +
+ +
google/cloud-filestore 1.5.2 + + + +
+ +
google/cloud-firestore 1.40.2 + + + +
+ +
google/cloud-language 0.32.1 + + + +
+ +
google/cloud-logging 1.29.1 + + + +
+ +
google/cloud-pubsub 1.51.0 + + + +### Features + +* Add `ingestion_data_source_settings` field to `Topic` ([#6987](https://github.com/googleapis/google-cloud-php/issues/6987)) ([0dc0d9b](https://github.com/googleapis/google-cloud-php/commit/0dc0d9b5e54c5e8824cd063a1411bbac49955f91)) + +
+ +
google/cloud-spanner 1.70.0 + + + +### Features + +* **spanner:** Add proto descriptors for proto and enum types in create/update/get database ddl requests ([#6991](https://github.com/googleapis/google-cloud-php/issues/6991)) ([79bcd91](https://github.com/googleapis/google-cloud-php/commit/79bcd918d0e8f06999082109bddf53edc3053ecd)) + +
+ +
google/cloud-speech 1.16.1 + + + +
+ +
google/cloud-storage 1.37.1 + + + +
+ +
google/cloud-trace 1.8.1 + + + +
+ +
google/cloud-translate 1.17.1 + + + +
+ +
google/cloud-vision 1.8.1 + + + +
+ +
google/cloud-vmware-engine 0.5.1 + + + +
+ ## 0.232.0
google/analytics-admin 0.21.0 diff --git a/Config/VERSION b/Config/VERSION index 0d91a54c7d43..9e11b32fcaa9 100644 --- a/Config/VERSION +++ b/Config/VERSION @@ -1 +1 @@ -0.3.0 +0.3.1 diff --git a/Container/VERSION b/Container/VERSION index 53cc1a6f9292..ad2191947f7b 100644 --- a/Container/VERSION +++ b/Container/VERSION @@ -1 +1 @@ -1.24.0 +1.25.0 diff --git a/Core/VERSION b/Core/VERSION index 9adccc2f2f83..95e26be3ee64 100644 --- a/Core/VERSION +++ b/Core/VERSION @@ -1 +1 @@ -1.53.1 +1.53.2 diff --git a/Dataplex/VERSION b/Dataplex/VERSION index a803cc227fe6..930e3000bdc9 100644 --- a/Dataplex/VERSION +++ b/Dataplex/VERSION @@ -1 +1 @@ -0.14.0 +0.14.1 diff --git a/Datastore/VERSION b/Datastore/VERSION index 5ff8c4f5d2ad..dd43a143f021 100644 --- a/Datastore/VERSION +++ b/Datastore/VERSION @@ -1 +1 @@ -1.26.0 +1.26.1 diff --git a/Datastore/src/DatastoreClient.php b/Datastore/src/DatastoreClient.php index 318d723cc961..a801a7f0b9ed 100644 --- a/Datastore/src/DatastoreClient.php +++ b/Datastore/src/DatastoreClient.php @@ -92,7 +92,7 @@ class DatastoreClient use ClientTrait; use DatastoreTrait; - const VERSION = '1.26.0'; + const VERSION = '1.26.1'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/datastore'; diff --git a/Debugger/VERSION b/Debugger/VERSION index a8fdfda1c782..53adb84c8220 100644 --- a/Debugger/VERSION +++ b/Debugger/VERSION @@ -1 +1 @@ -1.8.1 +1.8.2 diff --git a/Debugger/src/DebuggerClient.php b/Debugger/src/DebuggerClient.php index c3be3392be85..179d1c62e63f 100644 --- a/Debugger/src/DebuggerClient.php +++ b/Debugger/src/DebuggerClient.php @@ -40,7 +40,7 @@ class DebuggerClient { use ClientTrait; - const VERSION = '1.8.1'; + const VERSION = '1.8.2'; 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/EdgeNetwork/VERSION b/EdgeNetwork/VERSION index 0ea3a944b399..0d91a54c7d43 100644 --- a/EdgeNetwork/VERSION +++ b/EdgeNetwork/VERSION @@ -1 +1 @@ -0.2.0 +0.3.0 diff --git a/ErrorReporting/VERSION b/ErrorReporting/VERSION index 215740905987..a723ece79bca 100644 --- a/ErrorReporting/VERSION +++ b/ErrorReporting/VERSION @@ -1 +1 @@ -0.22.0 +0.22.1 diff --git a/Filestore/VERSION b/Filestore/VERSION index 26ca594609a9..4cda8f19edc7 100644 --- a/Filestore/VERSION +++ b/Filestore/VERSION @@ -1 +1 @@ -1.5.1 +1.5.2 diff --git a/Firestore/VERSION b/Firestore/VERSION index 53a714f1ddf9..148dabb457e1 100644 --- a/Firestore/VERSION +++ b/Firestore/VERSION @@ -1 +1 @@ -1.40.1 +1.40.2 diff --git a/Firestore/src/FirestoreClient.php b/Firestore/src/FirestoreClient.php index 5c7f03decd07..0c37359ab13b 100644 --- a/Firestore/src/FirestoreClient.php +++ b/Firestore/src/FirestoreClient.php @@ -75,7 +75,7 @@ class FirestoreClient use SnapshotTrait; use ValidateTrait; - const VERSION = '1.40.1'; + const VERSION = '1.40.2'; const DEFAULT_DATABASE = '(default)'; diff --git a/Language/VERSION b/Language/VERSION index 9eb2aa3f1095..fd9620c08c15 100644 --- a/Language/VERSION +++ b/Language/VERSION @@ -1 +1 @@ -0.32.0 +0.32.1 diff --git a/Language/src/LanguageClient.php b/Language/src/LanguageClient.php index 558e529a9e0a..5818152f6114 100644 --- a/Language/src/LanguageClient.php +++ b/Language/src/LanguageClient.php @@ -46,7 +46,7 @@ class LanguageClient ClientTrait::jsonDecode insteadof RetryDeciderTrait; } - const VERSION = '0.32.0'; + const VERSION = '0.32.1'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/cloud-platform'; diff --git a/Logging/VERSION b/Logging/VERSION index 5e57fb89558c..83cf0d951b0c 100644 --- a/Logging/VERSION +++ b/Logging/VERSION @@ -1 +1 @@ -1.29.0 +1.29.1 diff --git a/Logging/src/LoggingClient.php b/Logging/src/LoggingClient.php index 99eae7d65ef9..b3ce4c130b60 100644 --- a/Logging/src/LoggingClient.php +++ b/Logging/src/LoggingClient.php @@ -70,7 +70,7 @@ class LoggingClient use ArrayTrait; use ClientTrait; - const VERSION = '1.29.0'; + const VERSION = '1.29.1'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/logging.admin'; const READ_ONLY_SCOPE = 'https://www.googleapis.com/auth/logging.read'; diff --git a/PubSub/VERSION b/PubSub/VERSION index 5a5c7211dc68..ba0a719118ce 100644 --- a/PubSub/VERSION +++ b/PubSub/VERSION @@ -1 +1 @@ -1.50.0 +1.51.0 diff --git a/PubSub/src/PubSubClient.php b/PubSub/src/PubSubClient.php index cafd027e80ff..154b3200dda3 100644 --- a/PubSub/src/PubSubClient.php +++ b/PubSub/src/PubSubClient.php @@ -87,7 +87,7 @@ class PubSubClient use IncomingMessageTrait; use ResourceNameTrait; - const VERSION = '1.50.0'; + const VERSION = '1.51.0'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/pubsub'; diff --git a/Spanner/VERSION b/Spanner/VERSION index 49349856550b..832e9afb6c13 100644 --- a/Spanner/VERSION +++ b/Spanner/VERSION @@ -1 +1 @@ -1.69.0 +1.70.0 diff --git a/Spanner/src/SpannerClient.php b/Spanner/src/SpannerClient.php index 290a90afc9fc..4d8b465569e2 100644 --- a/Spanner/src/SpannerClient.php +++ b/Spanner/src/SpannerClient.php @@ -113,7 +113,7 @@ class SpannerClient use LROTrait; use ValidateTrait; - const VERSION = '1.69.0'; + const VERSION = '1.70.0'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/spanner.data'; const ADMIN_SCOPE = 'https://www.googleapis.com/auth/spanner.admin'; diff --git a/Speech/VERSION b/Speech/VERSION index 15b989e398fc..41c11ffb730c 100644 --- a/Speech/VERSION +++ b/Speech/VERSION @@ -1 +1 @@ -1.16.0 +1.16.1 diff --git a/Speech/src/SpeechClient.php b/Speech/src/SpeechClient.php index fe61a928f6e7..12a1267eec36 100644 --- a/Speech/src/SpeechClient.php +++ b/Speech/src/SpeechClient.php @@ -50,7 +50,7 @@ class SpeechClient { use ClientTrait; - const VERSION = '1.16.0'; + const VERSION = '1.16.1'; const SCOPE = 'https://www.googleapis.com/auth/cloud-platform'; diff --git a/Storage/VERSION b/Storage/VERSION index bf50e910e623..9cf86ad0ff4f 100644 --- a/Storage/VERSION +++ b/Storage/VERSION @@ -1 +1 @@ -1.37.0 +1.37.1 diff --git a/Storage/src/StorageClient.php b/Storage/src/StorageClient.php index 2e8bd5d38a40..d02beeb9bd18 100644 --- a/Storage/src/StorageClient.php +++ b/Storage/src/StorageClient.php @@ -47,7 +47,7 @@ class StorageClient use ArrayTrait; use ClientTrait; - const VERSION = '1.37.0'; + const VERSION = '1.37.1'; 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/Trace/VERSION b/Trace/VERSION index 27f9cd322bb9..a8fdfda1c782 100644 --- a/Trace/VERSION +++ b/Trace/VERSION @@ -1 +1 @@ -1.8.0 +1.8.1 diff --git a/Trace/src/TraceClient.php b/Trace/src/TraceClient.php index 33b49f5feece..7e33e7f9fcc2 100644 --- a/Trace/src/TraceClient.php +++ b/Trace/src/TraceClient.php @@ -40,7 +40,7 @@ class TraceClient { use ClientTrait; - const VERSION = '1.8.0'; + const VERSION = '1.8.1'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/cloud-platform'; diff --git a/Translate/VERSION b/Translate/VERSION index 092afa15df4d..511a76e6faf8 100644 --- a/Translate/VERSION +++ b/Translate/VERSION @@ -1 +1 @@ -1.17.0 +1.17.1 diff --git a/Vision/VERSION b/Vision/VERSION index 27f9cd322bb9..a8fdfda1c782 100644 --- a/Vision/VERSION +++ b/Vision/VERSION @@ -1 +1 @@ -1.8.0 +1.8.1 diff --git a/Vision/src/VisionClient.php b/Vision/src/VisionClient.php index 5101697b5e65..8db583c7d1d2 100644 --- a/Vision/src/VisionClient.php +++ b/Vision/src/VisionClient.php @@ -50,7 +50,7 @@ class VisionClient use ClientTrait; use ValidateTrait; - const VERSION = '1.8.0'; + const VERSION = '1.8.1'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/cloud-platform'; diff --git a/VmwareEngine/VERSION b/VmwareEngine/VERSION index 8f0916f768f0..4b9fcbec101a 100644 --- a/VmwareEngine/VERSION +++ b/VmwareEngine/VERSION @@ -1 +1 @@ -0.5.0 +0.5.1 diff --git a/composer.json b/composer.json index f5f2cc2081db..12ca90022826 100644 --- a/composer.json +++ b/composer.json @@ -72,7 +72,7 @@ "replace": { "google/access-context-manager": "0.5.0", "google/analytics-admin": "0.21.0", - "google/analytics-data": "0.15.0", + "google/analytics-data": "0.16.0", "google/apps-meet": "0.1.0", "google/cloud-access-approval": "1.2.0", "google/cloud-advisorynotifications": "0.7.0", @@ -94,7 +94,7 @@ "google/cloud-beyondcorp-appgateways": "0.4.0", "google/cloud-beyondcorp-clientconnectorservices": "0.4.0", "google/cloud-beyondcorp-clientgateways": "0.4.0", - "google/cloud-bigquery": "1.29.0", + "google/cloud-bigquery": "1.29.1", "google/cloud-bigquery-analyticshub": "0.4.0", "google/cloud-bigquery-connection": "1.5.0", "google/cloud-bigquery-data-exchange": "0.4.0", @@ -103,7 +103,7 @@ "google/cloud-bigquery-reservation": "1.3.0", "google/cloud-bigquery-storage": "1.9.0", "google/cloud-bigquerydatatransfer": "1.7.0", - "google/cloud-bigtable": "1.30.0", + "google/cloud-bigtable": "1.30.1", "google/cloud-billing": "1.9.1", "google/cloud-billing-budgets": "1.4.0", "google/cloud-binary-authorization": "0.8.1", @@ -114,24 +114,24 @@ "google/cloud-common-protos": "0.5.0", "google/cloud-compute": "1.14.0", "google/cloud-confidentialcomputing": "0.7.0", - "google/cloud-config": "0.3.0", + "google/cloud-config": "0.3.1", "google/cloud-contact-center-insights": "1.8.0", - "google/cloud-container": "1.24.0", + "google/cloud-container": "1.25.0", "google/cloud-container-analysis": "0.5.1", - "google/cloud-core": "1.53.1", + "google/cloud-core": "1.53.2", "google/cloud-data-catalog": "1.9.1", "google/cloud-data-fusion": "0.6.0", "google/cloud-datacatalog-lineage": "0.5.0", "google/cloud-dataflow": "0.6.0", "google/cloud-dataform": "0.4.0", "google/cloud-datalabeling": "0.5.0", - "google/cloud-dataplex": "0.14.0", + "google/cloud-dataplex": "0.14.1", "google/cloud-dataproc": "3.12.0", "google/cloud-dataproc-metastore": "0.11.0", - "google/cloud-datastore": "1.26.0", + "google/cloud-datastore": "1.26.1", "google/cloud-datastore-admin": "0.8.0", "google/cloud-datastream": "1.5.0", - "google/cloud-debugger": "1.8.1", + "google/cloud-debugger": "1.8.2", "google/cloud-deploy": "0.17.0", "google/cloud-dialogflow": "1.11.0", "google/cloud-dialogflow-cx": "0.2.1", @@ -140,13 +140,13 @@ "google/cloud-dms": "1.5.0", "google/cloud-document-ai": "1.9.0", "google/cloud-domains": "0.5.0", - "google/cloud-edgenetwork": "0.2.0", - "google/cloud-error-reporting": "0.22.0", + "google/cloud-edgenetwork": "0.3.0", + "google/cloud-error-reporting": "0.22.1", "google/cloud-essential-contacts": "0.4.0", "google/cloud-eventarc": "1.3.0", "google/cloud-eventarc-publishing": "0.6.0", - "google/cloud-filestore": "1.5.1", - "google/cloud-firestore": "1.40.1", + "google/cloud-filestore": "1.5.2", + "google/cloud-firestore": "1.40.2", "google/cloud-functions": "1.5.0", "google/cloud-game-servers": "1.2.3", "google/cloud-gke-backup": "0.6.0", @@ -161,9 +161,9 @@ "google/cloud-iot": "1.7.0", "google/cloud-kms": "1.21.0", "google/cloud-kms-inventory": "0.4.0", - "google/cloud-language": "0.32.0", + "google/cloud-language": "0.32.1", "google/cloud-life-sciences": "0.6.0", - "google/cloud-logging": "1.29.0", + "google/cloud-logging": "1.29.1", "google/cloud-managed-identities": "1.3.0", "google/cloud-media-translation": "0.4.0", "google/cloud-memcache": "1.3.0", @@ -184,7 +184,7 @@ "google/cloud-policytroubleshooter-iam": "0.2.1", "google/cloud-private-catalog": "0.4.0", "google/cloud-profiler": "1.3.0", - "google/cloud-pubsub": "1.50.0", + "google/cloud-pubsub": "1.51.0", "google/cloud-quotas": "0.1.0", "google/cloud-rapidmigrationassessment": "0.3.0", "google/cloud-recaptcha-enterprise": "1.8.1", @@ -209,10 +209,10 @@ "google/cloud-service-usage": "1.3.0", "google/cloud-servicehealth": "0.1.0", "google/cloud-shell": "1.3.0", - "google/cloud-spanner": "1.69.0", - "google/cloud-speech": "1.16.0", + "google/cloud-spanner": "1.70.0", + "google/cloud-speech": "1.16.1", "google/cloud-sql-admin": "0.12.1", - "google/cloud-storage": "1.37.0", + "google/cloud-storage": "1.37.1", "google/cloud-storage-transfer": "1.4.0", "google/cloud-storageinsights": "0.3.0", "google/cloud-support": "0.2.0", @@ -221,15 +221,15 @@ "google/cloud-telcoautomation": "0.2.0", "google/cloud-text-to-speech": "1.8.0", "google/cloud-tpu": "1.4.0", - "google/cloud-trace": "1.8.0", - "google/cloud-translate": "1.17.0", + "google/cloud-trace": "1.8.1", + "google/cloud-translate": "1.17.1", "google/cloud-video-live-stream": "0.7.0", "google/cloud-video-stitcher": "0.8.0", "google/cloud-video-transcoder": "0.10.0", "google/cloud-videointelligence": "1.15.0", - "google/cloud-vision": "1.8.0", + "google/cloud-vision": "1.8.1", "google/cloud-vm-migration": "0.6.0", - "google/cloud-vmware-engine": "0.5.0", + "google/cloud-vmware-engine": "0.5.1", "google/cloud-vpc-access": "1.3.0", "google/cloud-web-risk": "1.5.0", "google/cloud-web-security-scanner": "0.8.0",