Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 42673fa

Browse files
authored
Release 0.5.0 (#5250)
1 parent c883e51 commit 42673fa

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

packages/google-cloud-dlp/CHANGELOG.md

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

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

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+
715
## 0.4.0
816

917
### Implementation Changes

packages/google-cloud-dlp/setup.py

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

2323
name = 'google-cloud-dlp'
2424
description = 'Google Cloud DLP API client library'
25-
version = '0.4.0'
25+
version = '0.5.0'
2626
# Should be one of:
2727
# 'Development Status :: 3 - Alpha'
2828
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)