17
0

- update to 3.10.0:

* Allow users to explicitly configure universe domain
  * Added placeholder kwargs to StructuredLogHandler
  * Allowed for a partial override of loggers that get excluded
    from setup_client
  * Remove usage in including_default_value_fields to prepare for
    protobuf 5.x
  * Use value of cluster-location in GKE for tagging location

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:google/python-google-cloud-logging?expand=0&rev=5
This commit is contained in:
2024-03-25 20:09:49 +00:00
committed by Git OBS Bridge
parent e164fa8889
commit 4bbcd05cc1
5 changed files with 179 additions and 6 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Mar 25 20:09:05 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 3.10.0:
* Allow users to explicitly configure universe domain
* Added placeholder kwargs to StructuredLogHandler
* Allowed for a partial override of loggers that get excluded
from setup_client
* Remove usage in including_default_value_fields to prepare for
protobuf 5.x
* Use value of cluster-location in GKE for tagging location
-------------------------------------------------------------------
Wed Dec 13 12:59:18 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>