File tree Expand file tree Collapse file tree
Open diff view settings
Expand file tree Collapse file tree
Open diff view settings
Original file line number Diff line number Diff line change 44
55[ 1 ] : https://pypi.org/project/google-cloud-dlp/#history
66
7+ ## 0.10.0
8+
9+ 12-17-2018 18:07 PST
10+
11+
12+ ### Implementation Changes
13+ - Import ` iam.policy ` from ` google.api_core ` . ([ #6741 ] ( https://github.com/googleapis/google-cloud-python/pull/6741 ) )
14+ - Pick up enum fixes in the GAPIC generator. ([ #6611 ] ( https://github.com/googleapis/google-cloud-python/pull/6611 ) )
15+ - Pick up fixes in GAPIC generator. ([ #6495 ] ( https://github.com/googleapis/google-cloud-python/pull/6495 ) )
16+ - Fix ` client_info ` bug, update docstrings via synth. ([ #6440 ] ( https://github.com/googleapis/google-cloud-python/pull/6440 ) )
17+ - Assorted synth fixups / cleanups ([ #6400 ] ( https://github.com/googleapis/google-cloud-python/pull/6400 ) )
18+
19+ ### New Features
20+ - Add ` BigQueryOptions.excluded_fields ` . ([ #6312 ] ( https://github.com/googleapis/google-cloud-python/pull/6312 ) )
21+
22+ ### Dependencies
23+ - Bump minimum ` api_core ` version for all GAPIC libs to 1.4.1. ([ #6391 ] ( https://github.com/googleapis/google-cloud-python/pull/6391 ) )
24+
25+ ### Documentation
26+ - Document Python 2 deprecation ([ #6910 ] ( https://github.com/googleapis/google-cloud-python/pull/6910 ) )
27+ - Pick up docstring fix via synth. ([ #6874 ] ( https://github.com/googleapis/google-cloud-python/pull/6874 ) )
28+
29+ ### Internal / Testing Changes
30+ - Update noxfile.
31+ - Blacken all gen'd libs ([ #6792 ] ( https://github.com/googleapis/google-cloud-python/pull/6792 ) )
32+ - Omit local deps ([ #6701 ] ( https://github.com/googleapis/google-cloud-python/pull/6701 ) )
33+ - Run black at end of synth.py ([ #6698 ] ( https://github.com/googleapis/google-cloud-python/pull/6698 ) )
34+ - Run Black on Generated libraries ([ #6666 ] ( https://github.com/googleapis/google-cloud-python/pull/6666 ) )
35+ - Add templates for flake8, coveragerc, noxfile, and black. ([ #6642 ] ( https://github.com/googleapis/google-cloud-python/pull/6642 ) )
36+ - Add synth metadata. ([ #6565 ] ( https://github.com/googleapis/google-cloud-python/pull/6565 ) )
37+
738## 0.9.0
839
94010-18-2018 10:44 PDT
Original file line number Diff line number Diff line change 2121
2222name = 'google-cloud-dlp'
2323description = 'Cloud Data Loss Prevention (DLP) API API client library'
24- version = '0.9 .0'
24+ version = '0.10 .0'
2525release_status = 'Development Status :: 3 - Alpha'
2626dependencies = [
2727 'google-api-core[grpc] >= 1.6.0, < 2.0.0dev' ,
You can’t perform that action at this time.
0 commit comments