Skip to content

Releases: googleapis/python-api-core

v2.13.0

07 Nov 18:30
4c44089
Compare
Choose a tag to compare

2.13.0 (2023-11-03)

Features

  • Add caching to routing header calculation (#526) (6251eab)

Bug Fixes

  • Add warning to retry target to avoid incorrect usage (#543) (bfb40e6)
  • Drop usage of distutils (#541) (4bd9e10)
  • Ensure exception is available when BackgroundConsumer open stream fails (#357) (405272c)

v2.13.0rc1

02 Nov 20:58
Compare
Choose a tag to compare
v2.13.0rc1 Pre-release
Pre-release

🤖 I have created a release beep boop

2.13.0rc1 (2023-11-02)

Features

  • Add caching to routing header calculation (#526) (6251eab)

Bug Fixes

  • Drop usage of distutils (#541) (4bd9e10)
  • Ensure exception is available when BackgroundConsumer open stream fails (#357) (405272c)

This PR was generated with Release Please. See documentation.

v2.12.0

25 Sep 16:27
887751e
Compare
Choose a tag to compare

2.12.0 (2023-09-07)

Features

  • Add a little bit of typing to google.api_core.retry (#453) (2477ab9)
  • Add grpc Compression argument to channels and methods (#451) (bdebd63)

Documentation

  • Fix a typo in google/api_core/page_iterator.py (#511) (c0ce73c)

v2.12.0rc1

11 Sep 14:52
Compare
Choose a tag to compare
v2.12.0rc1 Pre-release
Pre-release

🤖 I have created a release beep boop

2.12.0rc1 (2023-09-11)

Features

  • Add a little bit of typing to google.api_core.retry (#453) (2477ab9)
  • Add grpc Compression argument to channels and methods (#451) (bdebd63)

Documentation

  • Fix a typo in google/api_core/page_iterator.py (#511) (c0ce73c)

This PR was generated with Release Please. See documentation.

v2.12.0.dev1

16 Aug 18:02
Compare
Choose a tag to compare
v2.12.0.dev1 Pre-release
Pre-release

2.12.0.dev1 (2023-08-16)

Features

  • improved performance of streaming retries (#495)
  • support custom exception factory callback for streaming retry failures (#495)

v2.12.0.dev0

21 Jun 18:19
Compare
Choose a tag to compare
v2.12.0.dev0 Pre-release
Pre-release

2.12.0.dev0 (2023-06-21)

Features

  • retry and retry_async support streaming rpcs (#495)

v2.11.1

14 Jun 18:43
0acda8c
Compare
Choose a tag to compare

2.11.1 (2023-06-12)

Bug Fixes

  • Add actionable errors for GCE long running operations (#498) (7dfc3a7)
  • Invalid dev version identifiers in setup.py (#505) (8844edb)

v2.11.1rc1

12 Jun 16:32
Compare
Choose a tag to compare
v2.11.1rc1 Pre-release
Pre-release

2.11.1rc1 (2023-06-12)

Bug Fixes

  • Add actionable errors for GCE long running operations (#498) (7dfc3a7)
  • Invalid dev version identifiers in setup.py (#505) (8844edb)

This PR was generated with Release Please. See documentation.

v2.11.0

01 Dec 15:28
cb5e2f2
Compare
Choose a tag to compare

2.11.0 (2022-11-10)

Features

  • Add support for Python 3.11 (#466) (ff379e3)
  • Allow representing enums with their unqualified symbolic names in headers (#465) (522b98e)

Bug Fixes

  • Major refactoring of Polling, Retry and Timeout logic (#462) (434253d)
  • Require google-auth >= 2.14.1 (#463) (7cc329f)

v1.34.0

01 Dec 20:26
3164409
Compare
Choose a tag to compare

1.34.0 (2022-12-01)

Features

  • Allow representing enums with their unqualified symbolic names in headers in v1 branch (#462) (7d51dbf)

Bug Fixes

  • Major refactoring of Polling, Retry and Timeout logic in v1 branch (#465) (7d51dbf)