Changelog

0.11.7 (2024-03-05)

Bug Fixes

0.11.6 (2024-02-22)

Bug Fixes

  • [Many APIs] fix ValueError in test__validate_universe_domain (#12281) (62cf934)

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

0.11.5 (2024-02-06)

Bug Fixes

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

  • Add staticmethod decorator to _get_client_cert_source and _get_api_endpoint (8465244)

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

0.11.4 (2024-02-01)

Features

  • Allow users to explicitly configure universe domain (#12238) (8701267)

0.11.3 (2023-12-07)

Features

  • Add support for python 3.12 (0d1a592)

  • Introduce compatibility with native namespace packages (0d1a592)

Bug Fixes

  • Require proto-plus >= 1.22.3 (0d1a592)

  • Use retry_async instead of retry in async client (0d1a592)

0.11.2 (2023-09-19)

Documentation

0.11.1 (2023-07-04)

Bug Fixes

  • Add async context manager return types (#191) (d14439c)

0.11.0 (2023-03-23)

Features

  • Add request_source field to TranslationConfigDetails (d11aa1f)

  • Add PENDING_DEPENDENCY to State enum of MigrationSubtask (d11aa1f)

Documentation

  • Fix formatting of request arg in docstring (#177) (699d68c)

0.10.0 (2023-03-01)

Features

  • v2alpha: Add SQL translation service (#170) (533d1d8)

0.9.1 (2023-01-20)

Bug Fixes

  • Add context manager return types (970281e)

Documentation

  • Add documentation for enums (970281e)

0.9.0 (2023-01-10)

Features

0.8.0 (2022-12-15)

Features

  • Add support for google.cloud.bigquery_migration.__version__ (8f180ec)

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

Bug Fixes

  • Add dict typing for client_options (8f180ec)

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

  • Drop usage of pkg_resources (61bc618)

  • Fix timeout default values (61bc618)

Documentation

  • samples: Snippetgen handling of repeated enum field (8f180ec)

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

0.7.2 (2022-10-08)

Bug Fixes

0.7.1 (2022-09-29)

Bug Fixes

0.7.0 (2022-08-11)

Features

Bug Fixes

  • deps: allow protobuf < 5.0.0 (#118) (b217543)

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

0.6.0 (2022-07-16)

Features

Bug Fixes

  • deps: require google-api-core>=1.32.0,>=2.8.0 (77e4c52)

  • require python 3.7+ (#105) (13f50a7)

0.5.0 (2022-06-15)

Features

  • Add SQL Server dialect to bigquerymigration v2 client library (#99) (35a1099)

0.4.3 (2022-06-03)

Bug Fixes

  • deps: require protobuf <4.0.0dev (#95) (0b93e8d)

Documentation

  • fix changelog header to consistent size (#96) (e95f0fc)

0.4.2 (2022-05-22)

Documentation

  • samples: add create_migration_workflow snippet (#71) (761b5f5)

0.4.1 (2022-05-05)

Documentation

  • fix type in docstring for map fields (6c5982b)

0.4.0 (2022-04-03)

Features

  • Add bigquery_migration v2 client library (#54) (776ea61)

Bug Fixes

  • set bigquery_migration_v2 as the default import (776ea61)

0.3.1 (2022-03-05)

Bug Fixes

  • deps: require google-api-core>=1.31.5, >=2.3.2 (#48) (2d8b0b5)

0.3.0 (2022-02-14)

Features

  • add api key support (#34) (124de81)

  • Add task details and orchestration result details (#32) (44c10e1)

Bug Fixes

  • deps: remove unused dependency libcst (#39) (496abc7)

  • resolve DuplicateCredentialArgs error when using credentials_file (b3b1ee2)

Documentation

0.2.1 (2021-11-01)

Bug Fixes

  • deps: drop packaging dependency (70ec0c5)

  • deps: require google-api-core >= 1.28.0 (70ec0c5)

Documentation

  • list oneofs in docstring (70ec0c5)

0.2.0 (2021-10-08)

Features

  • add context manager support in client (#8) (d9dbb32)

0.1.0 (2021-09-30)

Features

Bug Fixes

  • address testing failures from initial generation (#1) (85284a7)

  • correct python namespace for migration API (#3) (3dda870)