14
0

Accepting request 1188962 from home:jubalh:branches:devel:languages:python

- Update to 24.4.0:
  * This is just a docs / PyPI README update. No code changes whatsoever.

- Update to 24.3.0:
  * Restore feature parity between structlog.traceback.ExceptionDictTransformer
    and Rich's traceback extractor #627
    + When displaying locals, use Rich for formatting if it is available.
    + When displaying locals, call repr() on strings, too (improves handling of
      SecretStr implementations).
    + Add locals_max_length config option
    + Add locals_hide_sunder config option
    + Add locals_hide_dunder config option
    + Add suppress config option
  * structlog.testing.capture_logs() now maps the exception log level to
    error (as it's elsewhere) #628

OBS-URL: https://build.opensuse.org/request/show/1188962
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-structlog?expand=0&rev=24
This commit is contained in:
2024-07-22 18:48:07 +00:00
committed by Git OBS Bridge
parent 7e6aa771be
commit 2a20f3aad0
4 changed files with 26 additions and 4 deletions

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Mon Jul 22 08:48:22 UTC 2024 - Michael Vetter <mvetter@suse.com>
- Update to 24.4.0:
* This is just a docs / PyPI README update. No code changes whatsoever.
-------------------------------------------------------------------
Mon Jul 22 08:46:41 UTC 2024 - Michael Vetter <mvetter@suse.com>
- Update to 24.3.0:
* Restore feature parity between structlog.traceback.ExceptionDictTransformer
and Rich's traceback extractor #627
+ When displaying locals, use Rich for formatting if it is available.
+ When displaying locals, call repr() on strings, too (improves handling of
SecretStr implementations).
+ Add locals_max_length config option
+ Add locals_hide_sunder config option
+ Add locals_hide_dunder config option
+ Add suppress config option
* structlog.testing.capture_logs() now maps the exception log level to
error (as it's elsewhere) #628
-------------------------------------------------------------------
Mon Jun 10 08:28:13 UTC 2024 - Dirk Müller <dmueller@suse.com>