diff --git a/apis/Google.Cloud.Dataplex.V1/Google.Cloud.Dataplex.V1/Google.Cloud.Dataplex.V1.csproj b/apis/Google.Cloud.Dataplex.V1/Google.Cloud.Dataplex.V1/Google.Cloud.Dataplex.V1.csproj index e790f6b5c297..70dfdbe2277d 100644 --- a/apis/Google.Cloud.Dataplex.V1/Google.Cloud.Dataplex.V1/Google.Cloud.Dataplex.V1.csproj +++ b/apis/Google.Cloud.Dataplex.V1/Google.Cloud.Dataplex.V1/Google.Cloud.Dataplex.V1.csproj @@ -1,7 +1,7 @@  - 2.4.0 + 2.5.0 netstandard2.1;net462 true Recommended Google client library to access the Google Cloud Dataplex API, which is used to manage the lifecycle of data lakes. diff --git a/apis/Google.Cloud.Dataplex.V1/docs/history.md b/apis/Google.Cloud.Dataplex.V1/docs/history.md index e28b5ba757ca..3b11281eb6f5 100644 --- a/apis/Google.Cloud.Dataplex.V1/docs/history.md +++ b/apis/Google.Cloud.Dataplex.V1/docs/history.md @@ -1,5 +1,20 @@ # Version history +## Version 2.5.0, released 2023-08-04 + +### New features + +- New service DataTaxonomyService and related messages ([commit ad1c59f](https://github.com/googleapis/google-cloud-dotnet/commit/ad1c59fab41af76e678bce4a8d902a755d50e800)) +- DataProfileSpec message with DataProfileScan related settings ([commit ad1c59f](https://github.com/googleapis/google-cloud-dotnet/commit/ad1c59fab41af76e678bce4a8d902a755d50e800)) +- Added TopNValue.ratio ([commit ad1c59f](https://github.com/googleapis/google-cloud-dotnet/commit/ad1c59fab41af76e678bce4a8d902a755d50e800)) +- Added DataQualitySpec.sampling_percent, row_filter ([commit ad1c59f](https://github.com/googleapis/google-cloud-dotnet/commit/ad1c59fab41af76e678bce4a8d902a755d50e800)) +- Added DataQualityRule.name, description ([commit ad1c59f](https://github.com/googleapis/google-cloud-dotnet/commit/ad1c59fab41af76e678bce4a8d902a755d50e800)) +- Added ListDataScanJobsRequest.filter to filter ListDataScanJob results ([commit ad1c59f](https://github.com/googleapis/google-cloud-dotnet/commit/ad1c59fab41af76e678bce4a8d902a755d50e800)) +- Added JobEvent.execution_trigger ([commit ad1c59f](https://github.com/googleapis/google-cloud-dotnet/commit/ad1c59fab41af76e678bce4a8d902a755d50e800)) +- Added DataScanEvent.data_profile_configs, data_quality_configs, post_scan_actions_result ([commit ad1c59f](https://github.com/googleapis/google-cloud-dotnet/commit/ad1c59fab41af76e678bce4a8d902a755d50e800)) +- Added RunTaskRequest.labels, args ([commit ad1c59f](https://github.com/googleapis/google-cloud-dotnet/commit/ad1c59fab41af76e678bce4a8d902a755d50e800)) +- Added Job.labels, trigger, execution_spec ([commit ad1c59f](https://github.com/googleapis/google-cloud-dotnet/commit/ad1c59fab41af76e678bce4a8d902a755d50e800)) + ## Version 2.4.0, released 2023-05-03 ### New features diff --git a/apis/apis.json b/apis/apis.json index a60c8ed388fc..18fa5078f0b4 100644 --- a/apis/apis.json +++ b/apis/apis.json @@ -1551,7 +1551,7 @@ }, { "id": "Google.Cloud.Dataplex.V1", - "version": "2.4.0", + "version": "2.5.0", "type": "grpc", "productName": "Cloud Dataplex", "productUrl": "https://cloud.google.com/dataplex/docs",