0.4.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.3.0 (2026-01-08)
- auto-enable mTLS when supported certificates are detected (c353aa5bcc937ef9399c8efc90492dadbcf01aa2)
- check Python and dependency versions in generated GAPICs (c353aa5bcc937ef9399c8efc90492dadbcf01aa2)
0.2.0 (2025-10-16)
- Add support for Python 3.14 (98ee71abc0f97c88239b50bf0e0827df19630def)
- Deprecate credentials_file argument (98ee71abc0f97c88239b50bf0e0827df19630def)
0.1.16 (2025-06-11)
- Update import statement example in README (1562bb7)
0.1.15 (2025-03-15)
- [Many APIs] Allow Protobuf 6.x (a1b9294)
0.1.14 (2025-02-27)
0.1.13 (2025-02-12)
- Add REST Interceptors which support reading metadata (a961bc0)
- Add support for reading selective GAPIC generation methods from service YAML (a961bc0)
0.1.12 (2025-01-29)
- Add methods for configuring meeting spaces and members (https://developers.google.com/meet/api/guides/beta/configuration-beta) (7b23175)
- Add new OAuth scope
https://www.googleapis.com/auth/meetings.space.settingsto serviceSpacesService(7b23175)
- Improve docs for
GetSpaceRequest,EndActiveConferenceRequest,ListConferenceRecordsRequest(7b23175) - improve docs for GetSpaceRequest, EndActiveConferenceRequest, ListConferenceRecordsRequest (7b23175)
- Remove Developer Preview label from methods that are now generally available (7b23175)
0.1.11 (2024-12-12)
- Add support for opt-in debug logging (b1dfc55)
- Fix typing issue with gRPC metadata when key ends in -bin (b1dfc55)
0.1.10 (2024-10-31)
- disable universe-domain validation (85c7512)
0.1.9 (2024-10-24)
0.1.8 (2024-07-30)
- Retry and timeout values do not propagate in requests during pagination (c6eeae0)
0.1.7 (2024-07-08)
0.1.6 (2024-03-05)
0.1.5 (2024-02-22)
- Add outh_scope values to services (7c4dc23)
- [Many APIs] fix
ValueErrorintest__validate_universe_domain(#12280) (2d75d0e) - deps: [Many APIs] Require
google-api-core>=1.34.1(#12303) (fbb80c3)
0.1.4 (2024-02-06)
- 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)
0.1.3 (2024-02-01)
- Added v2 libraries for the Meet API GA release (b7cf5a9)
- Set google.apps.meet_v2 as the default import (b7cf5a9)
0.1.2 (2024-02-01)
- Allow users to explicitly configure universe domain (a0392ee)