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

v3.0.0

Compare
Choose a tag to compare
@yoshi-automation yoshi-automation released this 02 Dec 17:32
a6f2711

⚠ 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)