Skip to content

Latest commit

 

History

History
75 lines (36 loc) · 4.31 KB

CHANGELOG.md

File metadata and controls

75 lines (36 loc) · 4.31 KB

Changelog

0.3.0 (2024-08-15)

Features

  • Add google/cloud/audit/bigquery_audit_metadata_pb2.py (c6efc56)
  • Add PolicyViolation. this will only be present when access is denied due to Organization Policy fc5be6f (c6efc56)
  • Add support for Python 3.12 (#113) (08b0bca)
  • Add the principal field to the ServiceAccountDelegationInfo ba89dac (c6efc56)
  • Introduce compatibility with native namespace packages (#117) (9007e8a)
  • Update AuditLog proto to include all new changes in Audit Logging 40292fc (c6efc56)

Bug Fixes

  • deps: Require protobuf>=3.20.2, protobuf<6 (bf1434a)
  • Regenerate pb2 files for compatibility with protobuf 5.x (bf1434a)

0.2.5 (2023-01-07)

Bug Fixes

  • deps: Require protobuf >= 3.19.5 (#79) (94e7044)

0.2.4 (2022-08-11)

Bug Fixes

0.2.3 (2022-07-16)

Bug Fixes

0.2.2 (2022-05-26)

Bug Fixes

  • regenerate pb2 files using grpcio-tools (#57) (7058ada)

0.2.1 (2022-05-26)

Bug Fixes

  • deps: require protobuf>= 3.6.0, <4.0.0dev (#55) (e84a2a9)

0.2.0 (2021-10-13)

Features

  • add trove classifier for python 3.10 (#38) (355cbf1)

0.1.1 (2021-08-31)

Bug Fixes

  • remove deprecated call to Descriptor() (#29) (26f15be)

0.1.0 (2020-07-30)

Features

  • publish audit_log.proto (4ca63a0)