File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
packages/google-cloud-dlp Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 44
55[ 1 ] : https://pypi.org/project/google-cloud-dlp/#history
66
7+ ## 0.6.0
8+
9+ ### New Features
10+ - Regenerate DLP v2 endpoint (redact image, delta presence) (#5666 )
11+
12+ ### Internal / Testing Changes
13+ - Avoid overwriting '__ module__ ' of messages from shared modules. (#5364 )
14+ - Add Test runs for Python 3.7 and remove 3.4 (#5295 )
15+ - Modify system tests to use prerelease versions of grpcio (#5304 )
16+
717## 0.5.0
818
919### New Features
Original file line number Diff line number Diff line change 1919
2020name = 'google-cloud-dlp'
2121description = 'Cloud Data Loss Prevention (DLP) API API client library'
22- version = '{client_library_version} '
22+ version = '0.6.0 '
2323release_status = 'Development Status :: 3 - Alpha'
2424dependencies = [
2525 'google-api-core[grpc] >= 1.1.0, < 2.0.0dev' ,
You can’t perform that action at this time.
0 commit comments