Changelog

1.5.0 (2023-02-17)

Features

  • Enable “rest” transport in Python for services supporting numeric enums (#158) (c96a9ad)

1.4.1 (2023-01-20)

Bug Fixes

  • Add context manager return types (a12a7e7)

Documentation

  • Add documentation for enums (a12a7e7)

1.4.0 (2023-01-10)

Features

1.3.0 (2022-12-15)

Features

  • Add support for google.cloud.datastream.__version__ (431698c)

  • Add typing to proto.Message based class attributes (431698c)

Bug Fixes

  • Add dict typing for client_options (431698c)

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

  • Drop usage of pkg_resources (34ff993)

  • Fix timeout default values (34ff993)

Documentation

  • samples: Snippetgen handling of repeated enum field (431698c)

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

1.2.2 (2022-10-07)

Bug Fixes

1.2.1 (2022-10-03)

Bug Fixes

1.2.0 (2022-08-24)

Features

  • added support for BigQuery destination and PostgreSQL source types (#124) (6eb26d1)

1.1.1 (2022-08-11)

Bug Fixes

  • deps: allow protobuf < 5.0.0 (#120) (5923fd3)

  • deps: require proto-plus >= 1.22.0 (5923fd3)

1.1.0 (2022-07-15)

Features

Bug Fixes

1.0.2 (2022-06-03)

Bug Fixes

Documentation

  • fix changelog header to consistent size (#101) (f3dc083)

1.0.1 (2022-05-06)

Documentation

  • fix type in docstring for map fields (cb7249d)

1.0.0 (2022-03-15)

Features

  • bump release level to production/stable (05b5c87)

0.4.2 (2022-03-05)

Bug Fixes

  • deps: require google-api-core>=1.31.5, >=2.3.2 (#76) (f29eba0)

0.4.1 (2022-02-26)

Documentation

0.4.0 (2022-02-03)

Features

Bug Fixes

  • remove FetchErrorsRequest and FetchErrorsResponse (28dab85)

  • remove GcsFileFormat and SchemaFileFormat (28dab85)

  • remove NoConnectivitySettings (28dab85)

0.3.1 (2021-11-01)

Bug Fixes

  • deps: drop packaging dependency (1ea0cb4)

  • deps: require google-api-core >= 1.28.0 (1ea0cb4)

Documentation

  • list oneofs in docstring (1ea0cb4)

0.3.0 (2021-10-15)

Features

0.2.0 (2021-10-08)

Features

  • add context manager support in client (#35) (fa36978)

Bug Fixes

  • add ‘dict’ annotation type to ‘request’ (973c851)

  • improper types in pagers generation (09eaafd)

0.1.3 (2021-08-30)

Bug Fixes

  • datastream: Change a few resource pattern variables from camelCase to snake_case (#20) (296962a)

0.1.2 (2021-07-29)

Bug Fixes

Documentation

  • add Samples section to CONTRIBUTING.rst (#7) (2159aa8)

Miscellaneous Chores

0.1.1 (2021-07-21)

Bug Fixes

  • deps: pin ‘google-{api,cloud}-core’, ‘google-auth’ to allow 2.x versions (#6) (641dbc7)

0.1.0 (2021-06-30)

Features