Releases: googleapis/python-api-core
Releases · googleapis/python-api-core
v2.4.0
Features
- add support for 'error_info' (#315) (cc46aa6)
- iterator for processing JSON responses in REST streaming. (#317) (f9f2696)
v2.3.2
Bug Fixes
- fix: exclude function target from retry deadline exceeded exception message (#318) (34ebdcc)
v1.31.5
Bug Fixes
- fix: exclude function target from retry deadline exceeded exception message (#321) (4cc4e65)
v2.3.0
Features
- add operations rest client to support long-running operations. (#311) (ce1adf3)
Bug Fixes
- handle bare 'grpc.Call' in 'from_grpc_error' (#298) (060b339)
v1.31.4
Bug Fixes
- fix(deps): allow protobuf >=3.18.0 for python 3 users (#305) (286347e)
v2.2.2
Bug Fixes
- make 'gapic_v1.method.DEFAULT' a typed object (#292) (ffc51f0)
v2.2.1
Bug Fixes
- revert "fix: do not error on LROs with no response or error" (#294) (9e6091e)
v2.2.0
Features
- add 'GoogleAPICallError.error_details' property (#286) (ef6f0fc)
v2.1.0
Features
- add grpc transcoding + tests (#259) (afe0fa1)
- Add helper function to format query_params for rest transport. (#275) (1c5eb4d)
- add support for Python 3.10 (#284) (a422a5d)