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

Latest commit

 

History

History
138 lines (63 loc) · 7.96 KB

CHANGELOG.md

File metadata and controls

138 lines (63 loc) · 7.96 KB

Changelog

1.4.0 (2021-10-08)

Features

  • add context manager support in client (#175) (80768c8)

Bug Fixes

  • improper types in pagers generation (ae65c70)

1.3.1 (2021-09-24)

Bug Fixes

  • add 'dict' annotation type to 'request' (937ea64)

1.3.0 (2021-09-02)

Features

  • Deprecated SearchAssignments in favor of SearchAllAssignments (#157) (dacdf5a)

Documentation

1.2.2 (2021-07-27)

Bug Fixes

Documentation

  • add Samples section to CONTRIBUTING.rst (#132) (c59d238)

Miscellaneous Chores

1.2.1 (2021-07-20)

Bug Fixes

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

1.2.0 (2021-06-30)

Features

  • add always_use_jwt_access (#123) (3123e99)
  • support self-signed JWT flow for service accounts (4d52ed9)

Bug Fixes

  • add async client to %name_%version/init.py (4d52ed9)
  • disable always_use_jwt_access (32b279f)
  • disable always_use_jwt_access (#126) (32b279f)
  • exclude docs and tests from package (#117) (4f90792)
  • require google-api-core >= 1.22.2 (#90) (3f0fff7)

Documentation

1.1.0 (2021-03-09)

Features

  • add client_cert_source_for_mtls argument to transports (#78) (5df0f09)

1.0.1 (2021-01-14)

Bug Fixes

Documentation

  • document enum values with undoc-members option (#69) (2acdeb7)

1.0.0 (2020-10-29)

⚠ BREAKING CHANGES

  • update package names to avoid conflict with google-cloud-bigquery

Bug Fixes

  • update package names to avoid conflict with google-cloud-bigquery (#47) (dc2172f)

0.4.0 (2020-10-28)

Features

  • add path formatting helper methods (362e0fe)
  • implement mtls env variables mentioned in aip.dev/auth/4114 (#39) (21bff87)

0.3.0 (2020-08-26)

Features

  • add support for new client options (#23) (a0e818d)

0.2.0 (2020-05-27)

Features

  • add helper methods to parse resource paths (via synth) (#7) (8fc54cb)

0.1.0 (2020-05-12)

Features