Changelog

1.11.2 (2024-02-22)

Bug Fixes

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

  • fix ValueError in test__validate_universe_domain (dd749df)

1.11.1 (2024-02-06)

Bug Fixes

  • Add google-auth as a direct dependency (780c5f1)

  • Add staticmethod decorator to _get_client_cert_source and _get_api_endpoint (780c5f1)

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

1.11.0 (2024-02-01)

Features

  • Allow users to explicitly configure universe domain (a0392ee)

1.10.0 (2023-12-07)

Features

  • Add support for python 3.12 (ea6cfc2)

  • Introduce compatibility with native namespace packages (ea6cfc2)

Bug Fixes

  • Require proto-plus >= 1.22.3 (ea6cfc2)

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

1.9.0 (2023-11-02)

Features

  • add support for cleanup policies (b9fa436)

  • add support for Docker immutable tags (b9fa436)

  • add support for Go and KFP repositories (b9fa436)

  • add support for Physical Zone Separation (b9fa436)

  • add support for virtual and remote repositories (b9fa436)

  • expose the size of the Repository resource (b9fa436)

Documentation

  • mark the create_time and update_time in the Repository resource as output only fields (b9fa436)

  • mark the repository_id and repository fields in the CreateRepository request as required fields (b9fa436)

  • use code font for resource name references (b9fa436)

1.8.4 (2023-09-30)

Bug Fixes

  • make repository and repository_id in CreateRepository required (3b8ea3e)

1.8.3 (2023-08-03)

Documentation

1.8.2 (2023-07-05)

Bug Fixes

1.8.1 (2023-03-23)

Documentation

  • Fix formatting of request arg in docstring (#231) (5433de8)

1.8.0 (2023-02-27)

Features

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

1.7.0 (2023-02-04)

Features

  • Add BatchDeleteVersionMetadata to return version that failed to delete (bed057d)

  • Add order_by to ListDockerImages (bed057d)

  • Add an API to get and update VPCSC config (bed057d)

  • Add format-specific resources MavenArtifact, NpmPackage, KfpArtifact and PythonPackage (bed057d)

Bug Fixes

  • Deprecate REDIRECTION_FROM_GCR_IO_FINALIZED (bed057d)

  • Make GetFileRequest.name and ListFilesRequest.parent required (bed057d)

  • Make Package a resource (bed057d)

1.6.1 (2023-01-20)

Bug Fixes

  • Add context manager return types (62d61be)

Documentation

  • Add documentation for enums (62d61be)

1.6.0 (2023-01-10)

Features

1.5.0 (2023-01-03)

Features

1.4.1 (2022-12-08)

Bug Fixes

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

  • Drop usage of pkg_resources (c6e2c56)

  • Fix timeout default values (c6e2c56)

Documentation

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

1.4.0 (2022-11-16)

Features

  • add support for google.cloud.artifactregistry.__version__ (93a383f)

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

Bug Fixes

  • Add dict typing for client_options (93a383f)

  • deps: require google-api-core >=1.33.2 (93a383f)

Documentation

  • samples: Snippetgen handling of repeated enum field (9d151b1)

1.3.3 (2022-10-07)

Bug Fixes

1.3.2 (2022-10-03)

Bug Fixes

1.3.1 (2022-08-11)

Bug Fixes

  • deps: allow protobuf < 5.0.0 (#181) (3a857d7)

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

1.3.0 (2022-07-16)

Features

Bug Fixes

1.2.1 (2022-06-03)

Bug Fixes

Documentation

  • fix changelog header to consistent size (#165) (57f37c9)

1.2.0 (2022-04-21)

Features

Bug Fixes

  • deps: require grpc-google-iam-v1 >=0.12.4 (c22893b)

1.1.2 (2022-03-05)

Bug Fixes

  • deps: require google-api-core>=1.31.5, >=2.3.2 (#136) (9bc4ec5)

  • deps: require proto-plus>=1.15.0 (9bc4ec5)

Documentation

  • more details for ListFilesRequest parent field (#133) (f4ef78b)

1.1.1 (2022-02-15)

Bug Fixes

  • deps: remove unused dependency libcst (#125) (9980b1e)

  • resolve DuplicateCredentialArgs error when using credentials_file (d4329aa)

Documentation

1.1.0 (2022-01-25)

Features

  • add api key support (#119) (d22f2d9)

  • add APIs for importing and uploading Apt and Yum artifacts (#116) (a86d4f1)

  • add order_by support for listing versions (a86d4f1)

  • add version policy support for Maven repositories (a86d4f1)

Bug Fixes

  • mark a few resource name fields as required (a86d4f1)

1.0.2 (2022-01-07)

Bug Fixes

  • fix resource pattern ID segment name (#107) (254dc73)

1.0.1 (2021-11-01)

Bug Fixes

  • deps: drop packaging dependency (90e3313)

  • deps: require google-api-core >= 1.28.0 (90e3313)

Documentation

  • list oneofs in docstring (90e3313)

1.0.0 (2021-10-22)

Features

  • bump release level to production/stable (#82) (d3705c1)

Documentation

0.5.0 (2021-10-11)

Features

  • add context manager support in client (#88) (0f631cc)

  • add trove classifier for python 3.10 (#91) (e392f56)

0.4.1 (2021-09-30)

Bug Fixes

  • improper types in pagers generation (8a6b687)

0.4.0 (2021-09-24)

Features

  • add Artifact Registry v1 (#80) (43413eb)

  • set artifactregistry_v1 as the default import (43413eb)

Bug Fixes

  • add ‘dict’ annotation type to ‘request’ (43413eb)

0.3.3 (2021-07-27)

Bug Fixes

Documentation

  • add Samples section to CONTRIBUTING.rst (#55) (55773fe)

Miscellaneous Chores

0.3.2 (2021-07-20)

Bug Fixes

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

0.3.1 (2021-06-30)

Bug Fixes

  • disable always_use_jwt_access (ce910f4)

  • disable always_use_jwt_access (#50) (ce910f4)

0.3.0 (2021-06-23)

Features

Documentation

0.2.2 (2021-06-16)

Bug Fixes

  • exclude docs and tests from package (#38) (345496f)

0.2.1 (2021-06-01)

Bug Fixes

0.2.0 (2021-05-25)

Features

  • support self-signed JWT flow for service accounts (#25) (fade594)

0.1.0 (2021-03-15)

Features