Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c883e51 commit 42673faCopy full SHA for 42673fa
packages/google-cloud-dlp/CHANGELOG.md
@@ -4,6 +4,14 @@
4
5
[1]: https://pypi.org/project/google-cloud-dlp/#history
6
7
+## 0.5.0
8
+
9
+### New Features
10
+- Add PublishSummaryToCscc (#5246)
11
+- Add configurable row limit (#5246)
12
+- Add EntityID added to risk stats (#5246)
13
+- Add dictionaries via GCS (#5246)
14
15
## 0.4.0
16
17
### Implementation Changes
packages/google-cloud-dlp/setup.py
@@ -22,7 +22,7 @@
22
23
name = 'google-cloud-dlp'
24
description = 'Google Cloud DLP API client library'
25
-version = '0.4.0'
+version = '0.5.0'
26
# Should be one of:
27
# 'Development Status :: 3 - Alpha'
28
# 'Development Status :: 4 - Beta'
0 commit comments