Skip to content

Commit 2ad3561

Browse files
chore: release 3.0.0 (#81)
🤖 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).
1 parent ddf31dc commit 2ad3561

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

packages/google-cloud-dlp/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,28 @@
44

55
[1]: https://pypi.org/project/google-cloud-dlp/#history
66

7+
## [3.0.0](https://www.github.com/googleapis/python-dlp/compare/v2.0.0...v3.0.0) (2020-12-02)
8+
9+
10+
### ⚠ BREAKING CHANGES
11+
* rename fields that collide with builtins (#75)
12+
* `ByteContentItem.type` -> `ByteContentItem.type_`
13+
* `MetadataLocation.type` -> `MetadataLocation.type_`
14+
* `Container.type` -> `Container.type_`
15+
* `Bucket.min` -> `Bucket.min_`
16+
* `Bucket.max `-> `Bucket.max_`
17+
* `DlpJob.type` -> `DlpJob.type_`
18+
* `GetDlpJobRequest.type` -> `GetDlpJobRequest.type_`
19+
20+
### Bug Fixes
21+
22+
* 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))
23+
24+
25+
### Documentation
26+
27+
* **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))
28+
729
## [2.0.0](https://www.github.com/googleapis/python-dlp/compare/v1.0.0...v2.0.0) (2020-08-18)
830

931

packages/google-cloud-dlp/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
name = "google-cloud-dlp"
2323
description = "Cloud Data Loss Prevention (DLP) API API client library"
24-
version = "2.0.0"
24+
version = "3.0.0"
2525
release_status = "Development Status :: 5 - Production/Stable"
2626
dependencies = [
2727
"google-api-core[grpc] >= 1.22.0, < 2.0.0dev",

0 commit comments

Comments
 (0)