Changelog
1.13.2 (2025-06-11)
Documentation
- Update import statement example in README ( 3d5bc37 )
1.13.1 (2025-03-15)
Bug Fixes
-
[Many APIs] Allow Protobuf 6.x ( feb5353 )
-
remove setup.cfg configuration for creating universal wheels ( #13659 ) ( 59bfd42 )
1.13.0 (2025-02-12)
Features
-
Add REST Interceptors which support reading metadata ( e92d527 )
-
Add support for reading selective GAPIC generation methods from service YAML ( e92d527 )
1.12.0 (2024-12-12)
Features
- Add support for opt-in debug logging ( 19ed3be )
Bug Fixes
- Fix typing issue with gRPC metadata when key ends in -bin ( 19ed3be )
1.11.1 (2024-10-31)
Bug Fixes
- disable universe-domain validation ( 53c951e )
1.11.0 (2024-10-24)
Features
1.10.5 (2024-07-30)
Bug Fixes
- Retry and timeout values do not propagate in requests during pagination ( ba1064f )
1.10.4 (2024-07-08)
Bug Fixes
1.10.3 (2024-03-05)
Bug Fixes
1.10.2 (2024-02-22)
Bug Fixes
-
[Many APIs] fix
ValueError
intest__validate_universe_domain
( #12282 ) ( b985096 ) -
deps:[Many APIs] Require
google-api-core>=1.34.1
( #12305 ) ( 2aa7f17 )
1.10.1 (2024-02-06)
Bug Fixes
-
Add google-auth as a direct dependency ( f3db074 )
-
Add staticmethod decorator to _get_client_cert_source and _get_api_endpoint ( f3db074 )
-
Resolve AttributeError ‘Credentials’ object has no attribute ‘universe_domain’ ( f3db074 )
1.10.0 (2024-02-01)
Features
1.9.0 (2023-12-07)
Features
-
Add support for python 3.12 ( b96013d )
-
Introduce compatibility with native namespace packages ( b96013d )
Bug Fixes
-
Require proto-plus >= 1.22.3 ( b96013d )
-
Use
retry_async
instead ofretry
in async client ( b96013d )
1.8.4 (2023-09-19)
Documentation
- Minor formatting ( 9487380 )
1.8.3 (2023-07-05)
Bug Fixes
1.8.2 (2023-03-23)
Documentation
1.8.1 (2023-01-20)
Bug Fixes
- Add context manager return types ( edecde0 )
Documentation
- Add documentation for enums ( edecde0 )
1.8.0 (2023-01-10)
Features
1.7.0 (2022-12-14)
Features
-
Add support for
google.cloud.datalabeling.__version__
( 14ac512 ) -
Add typing to proto.Message based class attributes ( 14ac512 )
Bug Fixes
-
Add dict typing for client_options ( 14ac512 )
-
deps:Require google-api-core >=1.34.0, >=2.11.0 ( 440dc7d )
-
Drop usage of pkg_resources ( 440dc7d )
-
Fix timeout default values ( 440dc7d )
Documentation
-
samples:Snippetgen handling of repeated enum field ( 14ac512 )
-
samples:Snippetgen should call await on the operation coroutine before calling result ( 440dc7d )
1.6.3 (2022-10-07)
Bug Fixes
1.6.2 (2022-10-03)
Bug Fixes
1.6.1 (2022-08-11)
Bug Fixes
1.6.0 (2022-07-15)
Features
- add audience parameter ( 4d6cfed )
Bug Fixes
1.5.2 (2022-06-03)
Bug Fixes
Documentation
1.5.1 (2022-03-05)
Bug Fixes
-
deps:require google-api-core>=1.31.5, >=2.3.2 ( #206 ) ( 24520ae )
-
deps:require proto-plus>=1.15.0 ( 24520ae )
1.5.0 (2022-02-14)
Features
Bug Fixes
- resolve DuplicateCredentialArgs error when using credentials_file ( 12dab81 )
1.4.0 (2021-11-01)
Features
Bug Fixes
-
deps:drop packaging dependency ( 0710b41 )
-
deps:require google-api-core >= 1.28.0 ( 0710b41 )
-
fix extras_require typo in setup.py ( 0710b41 )
Documentation
- list oneofs in docstring ( 0710b41 )
1.3.0 (2021-10-08)
Features
1.2.4 (2021-09-30)
Bug Fixes
- improper types in pagers generation ( b2cefef )
1.2.3 (2021-09-24)
Bug Fixes
- add ‘dict’ annotation type to ‘request’ ( 41ccc9a )
1.2.2 (2021-07-27)
Bug Fixes
Documentation
Miscellaneous Chores
1.2.1 (2021-07-20)
Bug Fixes
1.2.0 (2021-07-12)
Features
Bug Fixes
Documentation
1.1.0 (2021-05-28)
Features
Bug Fixes
-
fix sphinx identifiers ( 2c99e4f )
-
remove client recv msg limit fix: add enums to
types/__init__.py
( #62 ) ( 19e8f0c ) -
use correct retry deadline ( 2c99e4f )
1.0.0 (2020-08-12)
⚠ BREAKING CHANGES
- migrate to use microgen (#34)
Features
0.4.1 (2020-08-07)
Bug Fixes
0.4.0 (2020-01-31)
Features
Bug Fixes
0.3.0
10-10-2019 11:08 PDT
Implementation Changes
- Remove send / receive message size limit (via synth). ( #8950 )
Dependencies
- Bump minimum version for google-api-core to 1.14.0. ( #8709 )
Documentation
-
Fix intersphinx reference to requests. ( #9294 )
-
Remove CI for gh-pages, use googleapis.dev for
api_core
refs. ( #9085 ) -
Remove compatability badges from READMEs. ( #9035 )
-
Update intersphinx mapping for requests. ( #8805 )
-
Link to googleapis.dev documentation in READMEs. ( #8705 )
0.2.1
07-16-2019 10:17 PDT
Implementation Changes
- Import operations.proto (via synth). ( #8678 )
Documentation
0.2.0
07-09-2019 12:56 PDT
Implementation Changes
- Allow kwargs to be passed to create_channel (via synth). ( #8386 )
New Features
-
Add ‘client_options’ support, update list method docstrings (via synth). ( #8504 )
-
[BREAKING] Remove audio type, add general_data type, blocking_resources (via synth). ( #8459 )
Documentation
- Update index.rst ( #7764 )
Internal / Testing Changes
-
Pin black version (via synth). ( #8578 )
-
Add docs job to publish to googleapis.dev. ( #8464 )
-
Declare encoding as utf-8 in pb2 files (via synth). ( #8348 )
-
Add disclaimer to auto-generated template files (via synth). ( #8310 )
-
Supress checking ‘cov-fail-under’ in nox default session (via synth). ( #8236 )
-
Fix coverage in ‘types.py’ (via synth). ( #8151 )
-
Blacken noxfile.py, setup.py (via synth). ( #8118 )
-
Add empty lines (via synth). ( #8053 )
-
Add nox session
docs
, reorder methods (via synth). ( #7767 )
0.1.1
04-02-2019 11:29 PDT
Internal / Testing Changes
- Fix release classifier. ( #7643 )
0.1.0
04-01-2019 17:32 PDT
New Features
- Create Data Labeling Python client. (#7635)