Skip to content

Releases: googleapis/python-api-core

v2.16.2

02 Feb 20:02
b72929f
Compare
Choose a tag to compare

2.16.2 (2024-02-02)

Bug Fixes

v2.16.1

30 Jan 21:35
5922f2b
Compare
Choose a tag to compare

2.16.1 (2024-01-30)

Bug Fixes

  • Fix broken import for google.api_core.retry_async.AsyncRetry (#587) (ac012c0)

v2.16.0

29 Jan 21:51
7ffa182
Compare
Choose a tag to compare

2.16.0 (2024-01-29)

Features

  • Retry and retry_async support streaming rpcs (#495) (17ff5f1)

v2.16.0rc0

13 Dec 18:54
Compare
Choose a tag to compare
v2.16.0rc0 Pre-release
Pre-release

2.16.0rc0 (2023-12-12)

Features

  • Retry and retry_async support streaming rpcs (#495) (17ff5f1)

v2.15.0

07 Dec 16:35
9866183
Compare
Choose a tag to compare

2.15.0 (2023-12-07)

Features

  • Add support for Python 3.12 (#557) (091b4f1)
  • Add type annotations to wrapped grpc calls (#554) (fc12b40)
  • Add universe_domain argument to ClientOptions (3069ef4)
  • Introduce compatibility with native namespace packages (#561) (bd82827)

Bug Fixes

  • Fix regression in bidi causing Thread-ConsumeBidirectionalStream caught unexpected exception and will exit (#562) (40c8ae0)
  • Replace deprecated datetime.datetime.utcnow() (#552) (448923a), closes #540

v2.15.0rc1

04 Dec 20:10
Compare
Choose a tag to compare
v2.15.0rc1 Pre-release
Pre-release

🤖 I have created a release beep boop

2.15.0rc1 (2023-12-01)

Features

  • Add support for Python 3.12 (#557) (091b4f1)
  • Add type annotations to wrapped grpc calls (#554) (fc12b40)
  • Add universe_domain argument to ClientOptions (3069ef4)
  • Introduce compatibility with native namespace packages (#561) (bd82827)

Bug Fixes

  • Fix regression in bidi causing Thread-ConsumeBidirectionalStream caught unexpected exception and will exit (#562) (40c8ae0)
  • Replace deprecated datetime.datetime.utcnow() (#552) (448923a), closes #540

This PR was generated with Release Please. See documentation.

v2.14.0

09 Nov 23:13
83fa302
Compare
Choose a tag to compare

2.14.0 (2023-11-09)

Features

v2.13.1

09 Nov 21:10
533fbde
Compare
Choose a tag to compare

2.13.1 (2023-11-09)

Bug Fixes

  • Update async client to use async retry (#544) (f21bb32)

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.