Releases: googleapis/python-logging
Releases · googleapis/python-logging
google-cloud-logging 3.13.0
16 Dec 13:40
Compare
Sorry, something went wrong.
No results found
3.13.0 (2025-12-15)
Features
Bug Fixes
remove setup.cfg configuration for creating universal wheels (#981 ) (70f612c3 )
v3.12.1
22 Apr 20:40
Compare
Sorry, something went wrong.
No results found
3.12.1 (2025-04-21)
Bug Fixes
Make logging handler close conditional to having the transport opened (#990 ) (66c6b91 )
v3.12.0
16 Apr 16:36
Compare
Sorry, something went wrong.
No results found
3.12.0 (2025-04-10)
Features
Add REST Interceptors which support reading metadata (681bcc5 )
Add support for opt-in debug logging (681bcc5 )
Added flushes/close functionality to logging handlers (#917 ) (d179304 )
Bug Fixes
Allow protobuf 6.x (#977 ) (6757890 )
deps: Require google-cloud-audit-log >= 0.3.1 (#979 ) (1cc00ec )
Fix typing issue with gRPC metadata when key ends in -bin (681bcc5 )
Documentation
Added documentation on log_level and excluded_loggers params in setup_logging (#971 ) (70d9d25 )
Update README to break infinite redirect loop (#972 ) (52cd907 )
v3.11.4
29 Jan 14:39
Compare
Sorry, something went wrong.
No results found
3.11.4 (2025-01-22)
Bug Fixes
Made write_entries raise ValueError on ParseErrors (#958 ) (5309478 )
Require proto-plus >= 1.25 for Python 3.13 (#955 ) (7baed8e )
Require proto-plus >= 1.25 for Python 3.13 (#955 ) (002b1fc )
v3.11.3
15 Oct 20:02
Compare
Sorry, something went wrong.
No results found
3.11.3 (2024-10-15)
Bug Fixes
16-bit hexadecimal formatting for XCTC span IDs (#946 ) (1f2b190 )
v3.11.2
20 Aug 17:16
Compare
Sorry, something went wrong.
No results found
3.11.2 (2024-08-15)
Bug Fixes
deps: Require google-cloud-appengine-logging>=0.1.3 (550abca )
deps: Require google-cloud-audit-log >= 0.2.4 (550abca )
deps: Require opentelemetry-api>=1.9.0 (550abca )
Fixed type hinting issue with specifying Transport class (#930 ) (e2875d6 )
v3.11.1
06 Aug 22:08
Compare
Sorry, something went wrong.
No results found
v3.11.0
25 Jul 16:19
Compare
Sorry, something went wrong.
No results found
3.11.0 (2024-07-15)
Features
OpenTelemetry trace/spanID integration for Python handlers (#889 ) (78168a3 )
Bug Fixes
Added environment specific labels to client library when running in Cloud Run Jobs (#877 ) (9c5e8f0 )
Added missing import into logger.py (#896 ) (9ca242d )
Added type hints to CloudLoggingHandler constructor (#903 ) (6959345 )
Documentation
Add summary_overview template (#878 ) (b60714c )
Changed table in web-framework-integration to bulleted list (#875 ) (a4aa3a7 )
Documentation update for OpenTelemetry (#915 ) (2a0539a )
Update dictConfig snippet (#885 ) (6264107 )
v3.10.0
14 Mar 18:15
Compare
Sorry, something went wrong.
No results found
3.10.0 (2024-03-13)
Features
Allow users to explicitly configure universe domain (#846 ) (e998a21 )
Bug Fixes
Added placeholder kwargs to StructuredLogHandler (#845 ) (9bc0a37 )
Allowed for a partial override of loggers that get excluded from setup_client (#831 ) (870c940 )
Remove usage in including_default_value_fields to prepare for protobuf 5.x (#866 ) (66a534d )
Use value of cluster-location in GKE for tagging location (#830 ) (c15847c )
Documentation
Added documentation for Django/Flask integrations and dictConfig (#848 ) (c65ec92 )
v3.9.0
11 Dec 19:23
Compare
Sorry, something went wrong.
No results found
3.9.0 (2023-12-08)
Features
Bug Fixes
Fixed DeprecationWarning for datetime objects for Python 3.12 (#824 ) (2384981 )
Fixed object paths in autogenerated code in owlbot.py (#804 ) (b14bb14 )
Updated protobuf JSON formatting to support nested protobufs (#797 ) (a00c261 )
Use retry_async instead of retry in async client (#816 ) (c79f7f5 )
Use warning instead of warn in system tests to avoid DeprecationWarning (#821 ) (c447175 )