Skip to content

Releases: googleapis/python-error-reporting

v1.11.0

28 Mar 20:08
08b9d9f
Compare
Choose a tag to compare

1.11.0 (2024-03-26)

Features

  • Allow users to explicitly configure universe domain (#475) (e4c3454)

v1.10.0

11 Dec 19:23
9861589
Compare
Choose a tag to compare

1.10.0 (2023-12-10)

Features

  • Add support for Python 3.12 (#459) (36c1b59)
  • Use native namespaces instead of pkg_resources (#463) (a63e3f2)

Bug Fixes

  • Use retry_async instead of retry in async client (#462) (44c2b14)

Documentation

v1.10.0rc1

30 Nov 18:15
Compare
Choose a tag to compare
v1.10.0rc1 Pre-release
Pre-release

🤖 I have created a release beep boop

1.10.0rc1 (2023-11-30)

Features

  • Add support for Python 3.12 (#459) (36c1b59)
  • Use native namespaces instead of pkg_resources (#463) (a63e3f2)

Bug Fixes

  • Use retry_async instead of retry in async client (#462) (44c2b14)

Documentation


This PR was generated with Release Please. See documentation.

v1.9.2

05 Jul 15:41
597eb02
Compare
Choose a tag to compare

1.9.2 (2023-07-04)

Bug Fixes

  • Add async context manager return types (#434) (319fa54)

v1.9.1

27 Mar 15:58
ebc33ed
Compare
Choose a tag to compare

1.9.1 (2023-03-23)

Documentation

  • Fix formatting of request arg in docstring (#422) (561dc39)

v1.9.0

28 Feb 23:44
5dc0300
Compare
Choose a tag to compare

1.9.0 (2023-02-28)

Features

  • Enable "rest" transport in Python for services supporting numeric enums (#418) (b2b9eab)

v1.8.2

07 Feb 15:31
555474e
Compare
Choose a tag to compare

1.8.2 (2023-02-04)

Documentation

  • Removed link to the regionalization page (#411) (3a0d82d)

v1.8.1

23 Jan 15:49
67ba6c7
Compare
Choose a tag to compare

1.8.1 (2023-01-20)

Bug Fixes

  • Add context manager return types (26a0749)

Documentation

  • Add documentation for enums (26a0749)

v1.8.0

10 Jan 18:26
0ec436b
Compare
Choose a tag to compare

1.8.0 (2023-01-10)

Features

v1.7.0

15 Dec 19:09
b1fbd7c
Compare
Choose a tag to compare

1.7.0 (2022-12-15)

Features

  • Add typing to proto.Message based class attributes (ccaa40f)

Bug Fixes

  • Add dict typing for client_options (ccaa40f)
  • deps: Require google-api-core >=1.34.0, >=2.11.0 (ccaa40f)
  • Drop usage of pkg_resources (ccaa40f)
  • Fix timeout default values (ccaa40f)

Documentation

  • samples: Snippetgen handling of repeated enum field (ccaa40f)
  • samples: Snippetgen should call await on the operation coroutine before calling result (ccaa40f)