As of January 1, 2020 this library no longer supports Python 2 on the latest released version. Library versions released prior to that date will continue to be available. For more information please visit Python 2 support on Google Cloud.

Changelog

0.3.11 (2024-03-05)

Bug Fixes

0.3.10 (2024-02-22)

Features

  • add new fields to USPS data (a7231e0)

  • add session token support for Autocomplete (New) sessions that end with a call to Address Validation (a7231e0)

Bug Fixes

  • deps: [Many APIs] Require google-api-core>=1.34.1 (#12311) (e4c864b)

  • fix ValueError in test__validate_universe_domain (f3974d4)

Documentation

  • update proto field descriptions (a7231e0)

0.3.9 (2024-02-06)

Bug Fixes

  • Add google-auth as a direct dependency (d7d730a)

  • Add staticmethod decorator to _get_client_cert_source and _get_api_endpoint (d7d730a)

  • Resolve AttributeError ‘Credentials’ object has no attribute ‘universe_domain’ (d7d730a)

0.3.8 (2024-02-01)

Features

  • Allow users to explicitly configure universe domain (#12244) (8d6b772)

0.3.7 (2023-12-07)

Features

  • Add support for python 3.12 (31d043d)

  • Introduce compatibility with native namespace packages (31d043d)

Bug Fixes

  • Require proto-plus >= 1.22.3 (31d043d)

  • Use retry_async instead of retry in async client (31d043d)

0.3.6 (2023-09-19)

Documentation

0.3.5 (2023-07-05)

Bug Fixes

0.3.4 (2023-06-03)

Documentation

  • fix broken client library documentation links (#11192) (5e17f7a)

0.3.3 (2023-04-15)

Documentation

0.3.2 (2023-04-11)

Documentation

  • Update some Address Validation API proto descriptions to improve clarity (#11056) (7ca4918)

0.3.1 (2023-03-25)

Documentation

0.3.0 (2023-02-09)

Features

  • enable “rest” transport in Python for services supporting numeric enums (#10839) (ad59d56)

0.2.1 (2023-01-20)

Bug Fixes

  • Add context manager return types (900a608)

Documentation

  • Add documentation for enums (900a608)

0.2.0 (2023-01-10)

Features

0.1.1 (2022-12-06)

Bug Fixes

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

  • Drop usage of pkg_resources (e477ab2)

  • Fix timeout default values (e477ab2)

Documentation

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

0.1.0 (2022-11-10)

Features

  • add initial files for google.maps.addressvalidation.v1 (#10723) (38d9e51)

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

Documentation

  • samples: Snippetgen handling of repeated enum field (a6cbc16)

Changelog