Skip to content
This repository has been archived by the owner on Dec 10, 2023. It is now read-only.

Releases: googleapis/python-dlp

v3.2.2

28 Jul 11:17
77bc6c6
Compare
Choose a tag to compare

Bug Fixes

Documentation

  • add Samples section to CONTRIBUTING.rst (#210) (566827b)

Miscellaneous Chores

v3.2.1

21 Jul 23:03
33c080f
Compare
Choose a tag to compare

Bug Fixes

  • deps: pin 'google-{api,cloud}-core', 'google-auth' to allow 2.x versions (#209) (a016e6b)

v3.2.0

12 Jul 20:03
72d82a2
Compare
Choose a tag to compare

Features

Bug Fixes

Documentation

v3.1.1

16 Jun 16:02
5082930
Compare
Choose a tag to compare

Bug Fixes

v3.1.0

01 Jun 11:33
1f7d325
Compare
Choose a tag to compare

Features

  • crypto_deterministic_config (#108) (#119) (396804d)
  • support self-signed JWT flow for service accounts (cdea974)

Bug Fixes

v3.0.1

28 Jan 17:32
504dbd8
Compare
Choose a tag to compare

Bug Fixes

  • remove gRPC send/recv limits; add enums to types/__init__.py (#89) (76e0439)

v3.0.0

02 Dec 17:32
a6f2711
Compare
Choose a tag to compare

⚠ 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

  • rename fields that collide with builtins; retrieve job config for risk analysis jobs (#75) (4f3148e)

Documentation

  • samples: fix README to accurately reflect the new repo after the move (#72) (dc56806)

v2.0.0

19 Aug 22:02
d863c4f
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • migrate to use microgen (#34)

Features

v1.0.0

10 Jun 16:46
f5a3679
Compare
Choose a tag to compare
chore: release 1.0.0 (#29)

:robot: I have created a release \*beep\* \*boop\* 
---
## [1.0.0](https://www.github.com/googleapis/python-dlp/compare/v0.15.0...v1.0.0) (2020-06-10)


### Features

* set release_status to production/stable ([#9](https://www.github.com/googleapis/python-dlp/issues/9)) ([a7f22a5](https://www.github.com/googleapis/python-dlp/commit/a7f22a5c29d2393ed89a65c3423c590f4454d1c9))
---


This PR was generated with [Release Please](https://github.com/googleapis/release-please).

v0.15.0

14 May 03:01
7973a44
Compare
Choose a tag to compare

Features

  • add file types and metadata location enums (via synth) (#16) (442bd9f)
  • add support for hybrid jobs (via synth) (#10) (ffad36e)