17
0

- Update to 2.29.0

* Auto enable mTLS when supported certificates are detected (#869)
  * make parse_version_to_tuple public (#864)
  * flaky tests due to imprecision in floating point calculation and
    performance test setup (#865)
  * remove call to importlib.metadata.packages_distributions() for py38/py39 (#859)
  * Log version check errors (#858)
  * closes tailing streams in bidi classes. (#851)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-api-core?expand=0&rev=95
This commit is contained in:
2026-01-12 12:05:52 +00:00
committed by Git OBS Bridge
parent a579cdd4c3
commit 0ca54a6ac3
4 changed files with 16 additions and 4 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Jan 12 10:41:08 UTC 2026 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 2.29.0
* Auto enable mTLS when supported certificates are detected (#869)
* make parse_version_to_tuple public (#864)
* flaky tests due to imprecision in floating point calculation and
performance test setup (#865)
* remove call to importlib.metadata.packages_distributions() for py38/py39 (#859)
* Log version check errors (#858)
* closes tailing streams in bidi classes. (#851)
-------------------------------------------------------------------
Mon Nov 3 11:17:52 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>