Changelog

1.11.2 (2024-02-22)

Bug Fixes

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

  • fix ValueError in test__validate_universe_domain (2451e88)

1.11.1 (2024-02-06)

Bug Fixes

  • Add google-auth as a direct dependency (9e8d039)

  • Add staticmethod decorator to _get_client_cert_source and _get_api_endpoint (9e8d039)

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

1.11.0 (2024-02-01)

Features

  • Allow users to explicitly configure universe domain (#12243) (e14d4b1)

1.10.0 (2023-12-07)

Features

  • Add support for python 3.12 (e9655df)

  • Introduce compatibility with native namespace packages (e9655df)

Bug Fixes

  • Require proto-plus >= 1.22.3 (e9655df)

  • Use retry_async instead of retry in async client (e9655df)

1.9.2 (2023-09-13)

Documentation

1.9.1 (2023-07-04)

Bug Fixes

  • Add async context manager return types (#163) (b1d5f2f)

1.9.0 (2023-06-28)

Features

  • Add event driven transfer configuration (#159) (9091a10)

1.8.1 (2023-03-23)

Documentation

  • Fix formatting of request arg in docstring (#151) (8af4265)

1.8.0 (2023-02-28)

Features

  • Enable “rest” transport in Python for services supporting numeric enums (20ec491)

1.7.1 (2023-01-20)

Bug Fixes

  • Add context manager return types (9d82949)

Documentation

  • Add documentation for enums (9d82949)

1.7.0 (2023-01-10)

Features

1.6.0 (2022-12-15)

Features

  • Add support for google.cloud.storage_transfer.__version__ (d1754b0)

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

Bug Fixes

  • Add dict typing for client_options (d1754b0)

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

  • Drop usage of pkg_resources (a7aabc5)

  • Fix timeout default values (a7aabc5)

Documentation

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

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

1.5.2 (2022-10-07)

Bug Fixes

1.5.1 (2022-09-29)

Bug Fixes

1.5.0 (2022-09-12)

Features

  • add AWS S3 compatible data source (7bbaafb)

  • Add default retry configuration (#123) (7bbaafb)

  • add DeleteTransferJob operation (7bbaafb)

1.4.1 (2022-08-11)

Bug Fixes

  • deps: allow protobuf < 5.0.0 (#111) (b0b5273)

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

1.4.0 (2022-07-16)

Features

Bug Fixes

1.3.1 (2022-06-03)

Bug Fixes

  • deps: require protobuf <4.0.0dev (#93) (1e288aa)

Documentation

  • fix changelog header to consistent size (#94) (166df9d)

1.3.0 (2022-04-14)

Features

  • add support for Agent Pools (#74) (131bef4)

  • add support for Cloud Logging (131bef4)

  • add support for metadata preservation (131bef4)

  • add support for transferring a specific list of objects (manifest) (131bef4)

  • add support for transfers between file systems (131bef4)

1.2.1 (2022-03-05)

Bug Fixes

  • deps: require google-api-core>=1.31.5, >=2.3.2 (#65) (346af01)

1.2.0 (2022-02-26)

Features

Bug Fixes

  • resolve DuplicateCredentialArgs error when using credentials_file (a4047a2)

Documentation

1.1.1 (2021-11-01)

Bug Fixes

  • deps: drop packaging dependency (4ab0dba)

  • deps: require google-api-core >= 1.28.0 (4ab0dba)

Documentation

  • list oneofs in docstring (4ab0dba)

1.1.0 (2021-10-15)

Features

1.0.2 (2021-09-30)

Bug Fixes

  • improper types in pagers generation (fa6382c)

1.0.1 (2021-09-24)

Bug Fixes

  • add ‘dict’ annotation type to ‘request’ (aef02f1)

1.0.0 (2021-08-31)

Features

  • bump release level to production/stable (#6) (2c68696)

0.1.0 (2021-07-30)

Features

Miscellaneous Chores