52 lines
1.9 KiB
Plaintext
52 lines
1.9 KiB
Plaintext
|
|
-------------------------------------------------------------------
|
||
|
|
Thu Apr 24 17:14:22 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||
|
|
|
||
|
|
- Update to 1.10.1
|
||
|
|
* [Many APIs] Allow Protobuf 6.x
|
||
|
|
* Remove setup.cfg configuration for creating universal wheels (#13659)
|
||
|
|
- from version 1.10.1
|
||
|
|
* Add REST Interceptors which support reading metadata
|
||
|
|
* Add support for reading selective GAPIC generation methods from service YAML
|
||
|
|
- from version 1.9.0
|
||
|
|
* Add support for opt-in debug logging
|
||
|
|
* Fix typing issue with gRPC metadata when key ends in -bin
|
||
|
|
- from version 1.8.1
|
||
|
|
* Disable universe-domain validation (#13242)
|
||
|
|
- from version 1.8.0
|
||
|
|
* Add support for Python 3.13 (#13204)
|
||
|
|
- from version 1.7.5
|
||
|
|
* Retry and timeout values do not propagate in requests during pagination
|
||
|
|
- from version 1.7.4
|
||
|
|
* Allow Protobuf 5.x (#12866)
|
||
|
|
- Adjust upstream source name in spec file
|
||
|
|
- Update BuildRequires and Requires from setup.py
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Wed Jun 19 07:11:47 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||
|
|
|
||
|
|
- update to 1.7.3:
|
||
|
|
* Exclude google-auth 2.24.0 and 2.25.
|
||
|
|
* fix ValueError in test__validate_universe_domain
|
||
|
|
* deps: [Many APIs] Require google-api-core>=1.34.1
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Fri Feb 9 12:04:38 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||
|
|
|
||
|
|
- update to 1.7.1:
|
||
|
|
* Add google-auth as a direct dependency
|
||
|
|
* Add staticmethod decorator to _get_client_cert_source and
|
||
|
|
_get_api_endpoint
|
||
|
|
* Resolve AttributeError 'Credentials' object has no attribute
|
||
|
|
'universe_domain'
|
||
|
|
* Allow users to explicitly configure universe domain
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Sun Dec 17 20:16:43 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||
|
|
|
||
|
|
- add tests
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Wed Dec 13 12:59:17 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
|
||
|
|
|
||
|
|
- Initial version (jsc#PED-6697)
|