0.6.0 (2026-03-26)
- Allow Protobuf 7.x (1eb7c268482e55971966e284dac2cbeb903adcbb)
- update image to us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:f5426423676c75008c2135037e7b98f78cbb99f78b3c46fe043b6897be92d836 (3654fe76d755dd8db62ece81d5770ec58b3624df)
- Require Python 3.9 (1eb7c268482e55971966e284dac2cbeb903adcbb)
- Require google-api-core >= 2.11.0 (1eb7c268482e55971966e284dac2cbeb903adcbb)
- Improve type checking (1eb7c268482e55971966e284dac2cbeb903adcbb)
0.5.0 (2026-01-09)
- auto-enable mTLS when supported certificates are detected (c353aa5bcc937ef9399c8efc90492dadbcf01aa2)
- check Python and dependency versions in generated GAPICs (c353aa5bcc937ef9399c8efc90492dadbcf01aa2)
0.4.0 (2025-10-20)
- Add support for Python 3.14 (98ee71abc0f97c88239b50bf0e0827df19630def)
- Deprecate credentials_file argument (98ee71abc0f97c88239b50bf0e0827df19630def)
0.3.13 (2025-06-11)
- Update import statement example in README (8066d24)
0.3.12 (2025-03-15)
- [Many APIs] Allow Protobuf 6.x (25ced24)
0.3.11 (2025-02-12)
- Add REST Interceptors which support reading metadata (5cdcc9d)
- Add support for reading selective GAPIC generation methods from service YAML (5cdcc9d)
0.3.10 (2024-10-24)
0.3.9 (2024-07-30)
- Retry and timeout values do not propagate in requests during pagination (4adddf4)
0.3.8 (2024-07-08)
0.3.7 (2024-03-05)
0.3.6 (2024-02-22)
- deps: [Many APIs] Require
google-api-core>=1.34.1(#12311) (e4c864b) - fix ValueError in test__validate_universe_domain (f3974d4)
0.3.5 (2024-02-06)
- Add google-auth as a direct dependency (d7d730a)
- Add staticmethod decorator to
_get_client_cert_sourceand_get_api_endpoint(d7d730a) - Resolve AttributeError 'Credentials' object has no attribute 'universe_domain' (d7d730a)
0.3.4 (2023-12-07)
- Add support for python 3.12 (31d043d)
- Introduce compatibility with native namespace packages (31d043d)
0.3.3 (2023-09-19)
- Minor formatting (77bf61a)
0.3.2 (2023-07-05)
0.3.1 (2023-06-03)
0.3.0 (2023-01-10)
0.2.1 (2022-12-06)
- deps: Require google-api-core >=1.34.0, >=2.11.0 (e477ab2)
- Drop usage of pkg_resources (e477ab2)
- Fix timeout default values (e477ab2)
- samples: Snippetgen should call await on the operation coroutine before calling result (e477ab2)
0.2.0 (2022-11-10)
- Add typing to proto.Message based class attributes (a6cbc16)
- samples: Snippetgen handling of repeated enum field (a6cbc16)