2.26.0 (2025-12-17)
- auto-enable mTLS when supported certificates are detected (d2b35b25342bfa389b472f9ce49922e630019fe6)
- check Python and dependency versions in generated GAPICs (d2b35b25342bfa389b472f9ce49922e630019fe6)
2.25.0 (2025-10-14)
- Add support for Python 3.14 (4763aa7)
- Deprecate credentials_file argument (4763aa7)
2.24.0 (2025-06-05)
2.23.3 (2025-04-17)
2.23.2 (2025-03-15)
- [Many APIs] Allow Protobuf 6.x (784a3ca)
- remove setup.cfg configuration for creating universal wheels (#13659) (59bfd42)
2.23.1 (2025-02-18)
- deps: Require grpc-google-iam-v1>=0.14.0 (770cf0f)
2.23.0 (2025-02-12)
- Add REST Interceptors which support reading metadata (87b5382)
- Add support for reading selective GAPIC generation methods from service YAML (87b5382)
2.22.1 (2025-01-16)
- fix link in Markdown comments (aae987b)
- updated comment for
customer_managed_encryptionin message.google.cloud.secretmanager.v1.Secret(aae987b) - updated comment for
customer_managed_encryptionin message.google.cloud.secretmanager.v1.SecretVersion(aae987b) - updated comment for
namein message.google.cloud.secretmanager.v1.Topic(aae987b) - updated comment for
Replication(aae987b) - updated comment for
scheduled_destroy_timein message.google.cloud.secretmanager.v1.SecretVersion(aae987b)
2.22.0 (2024-12-12)
- Add support for opt-in debug logging (856e0f0)
- Fix typing issue with gRPC metadata when key ends in -bin (856e0f0)
2.21.1 (2024-11-11)
2.21.0 (2024-10-24)
2.20.2 (2024-07-30)
- Retry and timeout values do not propagate in requests during pagination (52db52e)
2.20.1 (2024-07-08)
2.20.0 (2024-04-22)
- Add Secret Version Delayed Destroy changes for client libraries (bfb8a34)
- Users can now enable secret version delayed destruction (bfb8a34)
2.19.0 (2024-03-22)
2.18.3 (2024-03-05)
2.18.2 (2024-02-22)
- deps: [Many APIs] Require
google-api-core>=1.34.1(#12309) (c23398a) - fix ValueError in test__validate_universe_domain (89c1b05)
2.18.1 (2024-02-06)
- Add google-auth as a direct dependency (9e8d039)
- Add staticmethod decorator to
_get_client_cert_sourceand_get_api_endpoint(9e8d039) - Resolve AttributeError 'Credentials' object has no attribute 'universe_domain' (9e8d039)
2.18.0 (2024-02-01)
2.17.0 (2023-12-07)
- Add support for python 3.12 (e9655df)
- Introduce compatibility with native namespace packages (e9655df)
2.16.4 (2023-09-19)
- Minor formatting (025219f)
2.16.3 (2023-08-03)
2.16.2 (2023-07-05)
2.16.1 (2023-03-23)
2.16.0 (2023-02-28)
- Enable "rest" transport in Python for services supporting numeric enums (10c02e5)
2.15.1 (2023-01-20)
- Add context manager return types (2b85fae)
- Add documentation for enums (2b85fae)
2.15.0 (2023-01-10)
2.14.0 (2023-01-04)
2.13.0 (2022-12-14)
- Add support for
google.cloud.secretmanager.__version__(5530112) - Add typing to proto.Message based class attributes (5530112)
- Regenerate client for v1beta1 (dc9b1e3)
- Add dict typing for client_options (5530112)
- deps: Require google-api-core >=1.34.0, >=2.11.0 (dc9b1e3)
- Drop usage of pkg_resources (dc9b1e3)
- Fix timeout default values (dc9b1e3)
- samples: Snippetgen handling of repeated enum field (5530112)
- samples: Snippetgen should call await on the operation coroutine before calling result (dc9b1e3)
2.12.6 (2022-10-10)
2.12.5 (2022-09-29)
2.12.4 (2022-08-24)
2.12.3 (2022-08-11)
2.12.2 (2022-08-08)
2.12.1 (2022-07-26)
2.12.0 (2022-07-16)
- add audience parameter (bf4130e)
2.11.1 (2022-06-06)
2.11.0 (2022-05-05)
- AuditConfig for IAM v1 (d7742de)
- deps: require grpc-google-iam-v1 >=0.12.4 (d7742de)
- fix type in docstring for map fields (d7742de)
2.10.0 (2022-04-04)
2.9.2 (2022-03-13)
2.9.1 (2022-03-05)
- deps: require google-api-core>=1.31.5, >=2.3.2 (#260) (b6b800b)
- deps: require proto-plus>=1.15.0 (b6b800b)
2.9.0 (2022-02-26)
- deps: move libcst to extras (#248) (9acb791)
- resolve DuplicateCredentialArgs error when using credentials_file (6c24f70)
2.8.0 (2021-11-08)
2.7.3 (2021-09-30)
- improper types in pagers generation (59c557f)
2.7.2 (2021-09-24)
- add 'dict' annotation type to 'request' (b5e0c81)
2.7.1 (2021-09-13)
2.7.0 (2021-08-03)
- deps: pin 'google-{api,cloud}-core', 'google-auth' to allow 2.x versions (#153) (1e8a4aa)
- enable self signed jwt for grpc (#158) (9ebe2b3)
2.6.0 (2021-07-09)
- add always_use_jwt_access (#137) (e1ee4c7)
- Tune Secret Manager auto retry parameters (#144) (494f3f6)
2.5.0 (2021-06-07)
2.4.0 (2021-03-31)
2.3.0 (2021-03-11)
2.2.0 (2021-01-20)
2.1.0 (2020-12-03)
- add common resource helper methods; expose client transport; add shebang to fixup scripts (#57) (b5c022b)
2.0.0 (2020-09-15)
- migrate to use microgen. See Migration Guide (#44)
1.0.0 (2020-05-20)
0.2.0 (2020-03-06)
0.1.1 (2020-01-06)
- initial generation of secret manager (1c193f8)