We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df55846 commit c71967cCopy full SHA for c71967c
2 files changed
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
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