From 2ad356110ed8bde0300632e99ec9a7e55088b9c3 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 2 Dec 2020 17:26:02 +0000 Subject: [PATCH] chore: release 3.0.0 (#81) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit :robot: I have created a release \*beep\* \*boop\* --- ## [3.0.0](https://www.github.com/googleapis/python-dlp/compare/v2.0.0...v3.0.0) (2020-12-02) ### ⚠ BREAKING CHANGES * rename fields that collide with builtins (#75) * `ByteContentItem.type` -> `ByteContentItem.type_` * `MetadataLocation.type` -> `MetadataLocation.type_` * `Container.type` -> `Container.type_` * `Bucket.min` -> `Bucket.min_` * `Bucket.max `-> `Bucket.max_` * `DlpJob.type` -> `DlpJob.type_` * `GetDlpJobRequest.type` -> `GetDlpJobRequest.type_` ### Bug Fixes * rename fields that collide with builtins; retrieve job config for risk analysis jobs ([#75](https://www.github.com/googleapis/python-dlp/issues/75)) ([4f3148e](https://www.github.com/googleapis/python-dlp/commit/4f3148e93ec3dfc9395aa38a3afc62498500a055)) ### Documentation * **samples:** fix README to accurately reflect the new repo after the move ([#72](https://www.github.com/googleapis/python-dlp/issues/72)) ([dc56806](https://www.github.com/googleapis/python-dlp/commit/dc56806b47f92227e396969d8a583b881aa41fd1)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). --- packages/google-cloud-dlp/CHANGELOG.md | 22 ++++++++++++++++++++++ packages/google-cloud-dlp/setup.py | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/packages/google-cloud-dlp/CHANGELOG.md b/packages/google-cloud-dlp/CHANGELOG.md index 8e39c39a3ff2..42c2c620df18 100644 --- a/packages/google-cloud-dlp/CHANGELOG.md +++ b/packages/google-cloud-dlp/CHANGELOG.md @@ -4,6 +4,28 @@ [1]: https://pypi.org/project/google-cloud-dlp/#history +## [3.0.0](https://www.github.com/googleapis/python-dlp/compare/v2.0.0...v3.0.0) (2020-12-02) + + +### ⚠ BREAKING CHANGES +* rename fields that collide with builtins (#75) + * `ByteContentItem.type` -> `ByteContentItem.type_` + * `MetadataLocation.type` -> `MetadataLocation.type_` + * `Container.type` -> `Container.type_` + * `Bucket.min` -> `Bucket.min_` + * `Bucket.max `-> `Bucket.max_` + * `DlpJob.type` -> `DlpJob.type_` + * `GetDlpJobRequest.type` -> `GetDlpJobRequest.type_` + +### Bug Fixes + +* rename fields that collide with builtins; retrieve job config for risk analysis jobs ([#75](https://www.github.com/googleapis/python-dlp/issues/75)) ([4f3148e](https://www.github.com/googleapis/python-dlp/commit/4f3148e93ec3dfc9395aa38a3afc62498500a055)) + + +### Documentation + +* **samples:** fix README to accurately reflect the new repo after the move ([#72](https://www.github.com/googleapis/python-dlp/issues/72)) ([dc56806](https://www.github.com/googleapis/python-dlp/commit/dc56806b47f92227e396969d8a583b881aa41fd1)) + ## [2.0.0](https://www.github.com/googleapis/python-dlp/compare/v1.0.0...v2.0.0) (2020-08-18) diff --git a/packages/google-cloud-dlp/setup.py b/packages/google-cloud-dlp/setup.py index 28706aa3cd56..660cc9f775bb 100644 --- a/packages/google-cloud-dlp/setup.py +++ b/packages/google-cloud-dlp/setup.py @@ -21,7 +21,7 @@ name = "google-cloud-dlp" description = "Cloud Data Loss Prevention (DLP) API API client library" -version = "2.0.0" +version = "3.0.0" release_status = "Development Status :: 5 - Production/Stable" dependencies = [ "google-api-core[grpc] >= 1.22.0, < 2.0.0dev",