Changelog¶
3.0.0 (2020-12-02)¶
⚠ BREAKING CHANGES¶
rename fields that collide with builtins (#75)
ByteContentItem.type
->ByteContentItem.type_
MetadataLocation.type
->MetadataLocation.type_
Container.type
->Container.type_
Bucket.min
->Bucket.min_
Bucket.max
->Bucket.max_
DlpJob.type
->DlpJob.type_
GetDlpJobRequest.type
->GetDlpJobRequest.type_
Bug Fixes¶
0.13.0¶
12-06-2019 14:29 PST
New Features¶
Add
location_id
in preparation for regionalization; deprecate resource name helper functions (via synth). (#9856)
Documentation¶
Add python 2 sunset banner to documentation. (#9036)
Change requests intersphinx ref (via synth). (#9403)
Fix intersphinx reference to requests. (#9294)
Remove CI for gh-pages, use googleapis.dev for api_core refs. (#9085)
Remove compatability badges from READMEs. (#9035)
Update intersphinx mapping for requests. (#8805)
0.12.1¶
07-24-2019 16:16 PDT
0.12.0¶
07-09-2019 13:20 PDT
New Features¶
Internal / Testing Changes¶
Pin black version (via synth). (#8581)
Add docs job to publish to googleapis.dev. (#8464)
Update docstrings, format protos, update noxfile (via synth). (#8239)
Fix coverage in ‘types.py’ (via synth). (#8153)
Blacken noxfile.py, setup.py (via synth). (#8121)
Add empty lines (via synth). (#8056)
Add nox session
docs
, reorder methods (via synth). (#7769)
0.11.0¶
04-15-2019 15:05 PDT
Implementation Changes¶
New Features¶
Add support for filtering job triggers; add CryptoDeterministicConfig; update docs/conf.py. (via synth). (#7390)
Documentation¶
0.6.0¶
New Features¶
Regenerate DLP v2 endpoint (redact image, delta presence) (#5666)
Internal / Testing Changes¶
Avoid overwriting ‘module’ of messages from shared modules. (#5364)
Add Test runs for Python 3.7 and remove 3.4 (#5295)
Modify system tests to use prerelease versions of grpcio (#5304)
0.5.0¶
New Features¶
Add PublishSummaryToCscc (#5246)
Add configurable row limit (#5246)
Add EntityID added to risk stats (#5246)
Add dictionaries via GCS (#5246)
0.3.0¶
Implementation changes¶
The library has been regenerated to pick up changes from the API’s proto definition. (#5131)
0.1.1¶
Dependencies¶
Update dependency range for api-core to include v1.0.0 releases (#4944)
Testing and internal changes¶
Normalize all setup.py files (#4909)
0.1.0¶
Initial release of the DLP (Data Loss Prevention) client library. (#4879)