From 4697e27c76f3a18da7cf85597a75effbc1219fa2 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Sun, 17 Nov 2024 10:10:00 +0000 Subject: [PATCH] chore(main): release google-cloud-dataplex-v1 1.1.0 --- .release-please-manifest.json | 2 +- google-cloud-dataplex-v1/CHANGELOG.md | 38 +++++++++++++++++++ .../lib/google/cloud/dataplex/v1/version.rb | 2 +- 3 files changed, 40 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8fdd84aade6f..ef41182a83fb 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -271,7 +271,7 @@ "google-cloud-dataform-v1beta1+FILLER": "0.0.0", "google-cloud-dataplex": "1.4.1", "google-cloud-dataplex+FILLER": "0.0.0", - "google-cloud-dataplex-v1": "1.0.1", + "google-cloud-dataplex-v1": "1.1.0", "google-cloud-dataplex-v1+FILLER": "0.0.0", "google-cloud-dataproc": "2.6.1", "google-cloud-dataproc+FILLER": "0.0.0", diff --git a/google-cloud-dataplex-v1/CHANGELOG.md b/google-cloud-dataplex-v1/CHANGELOG.md index 2766a57f1bef..27c3ce4b27f3 100644 --- a/google-cloud-dataplex-v1/CHANGELOG.md +++ b/google-cloud-dataplex-v1/CHANGELOG.md @@ -1,5 +1,43 @@ # Changelog +### 1.1.0 (2024-11-17) + +#### Features + +* A new enum `TableType` is added +* A new field `datascan_id` is added to message `.google.cloud.dataplex.v1.DiscoveryEvent` +* A new field `suspended` is added to DataScans +* A new field `table` is added to message `.google.cloud.dataplex.v1.DiscoveryEvent` +* A new message `TableDetails` is added +* Add a DATA_DISCOVERY enum type in DataScanEvent +* Add a DataDiscoveryAppliedConfigs message +* Add a TABLE_DELETED field in DiscoveryEvent +* Add a TABLE_IGNORED field in DiscoveryEvent +* Add a TABLE_PUBLISHED field in DiscoveryEvent +* Add a TABLE_UPDATED field in DiscoveryEvent +* Add an Issue field to DiscoveryEvent.ActionDetails to output the action message in Cloud Logs +* add annotations in CreateMetadataJob, GetMetadataJob, ListMetaDataJobs and CancelMetadataJob for cloud audit logging +* Add data_version field to AspectSource +* Add new Data Discovery scan type in Datascan +* expose create time in DataScanJobAPI +* expose create time to customers +* release metadata export in private preview +* release MetadataJob APIs and related resources in GA +* update Go Bigtable import path +* update Go Datastore import path ([#27636](https://github.com/googleapis/google-cloud-ruby/issues/27636)) +#### Documentation + +* A comment for message `DataScanEvent` is changed +* Add comment for field `status` in message `.google.cloud.dataplex.v1.MetadataJob` per https://linter.aip.dev/192/has-comments +* Add comment for field `type` in message `.google.cloud.dataplex.v1.MetadataJob` per https://linter.aip.dev/192/has-comments +* Add Identifier for `name` in message `.google.cloud.dataplex.v1.MetadataJob` per https://google.aip.dev/cloud/2510 +* add info about schema changes for BigQuery metadata in Dataplex Catalog +* Add link to fully qualified names documentation +* correct API documentation +* correct the dimensions for data quality rules +* Dataplex Tasks do not support Dataplex Content path as a direct input anymore +* Scrub descriptions for standalone discovery scans + ### 1.0.1 (2024-08-30) #### Documentation diff --git a/google-cloud-dataplex-v1/lib/google/cloud/dataplex/v1/version.rb b/google-cloud-dataplex-v1/lib/google/cloud/dataplex/v1/version.rb index 6526ae3b7708..19ff81aa077f 100644 --- a/google-cloud-dataplex-v1/lib/google/cloud/dataplex/v1/version.rb +++ b/google-cloud-dataplex-v1/lib/google/cloud/dataplex/v1/version.rb @@ -21,7 +21,7 @@ module Google module Cloud module Dataplex module V1 - VERSION = "1.0.1" + VERSION = "1.1.0" end end end