Changelog

0.3.4 (2023-12-02)

Features

  • Add support for python 3.12 (5cd98aa)

  • Introduce compatibility with native namespace packages (5cd98aa)

Bug Fixes

  • Require proto-plus >= 1.22.3 (5cd98aa)

  • Use retry_async instead of retry in async client (5cd98aa)

0.3.3 (2023-09-21)

Documentation

0.3.2 (2023-07-04)

Bug Fixes

  • Add async context manager return types (#36) (2c2bcde)

0.3.1 (2023-03-24)

Documentation

  • Fix formatting of request arg in docstring (#28) (825245f)

0.3.0 (2023-02-19)

Features

  • Enable “rest” transport in Python for services supporting numeric enums (#22) (3e96be1)

0.2.1 (2023-01-20)

Bug Fixes

  • Add context manager return types (1fc871a)

Documentation

  • Add documentation for enums (1fc871a)

0.2.0 (2023-01-10)

Features

0.1.1 (2022-12-08)

Bug Fixes

  • deps: Require google-api-core >=1.34.0, >=2.11.0 (e07fce5)

  • Drop usage of pkg_resources (e07fce5)

  • Fix timeout default values (e07fce5)

Documentation

  • samples: Snippetgen should call await on the operation coroutine before calling result (e07fce5)

0.1.0 (2022-11-14)

Features

Changelog