14
0

- update to 4.12.1:

* Fix a toolbar crash when loading the page and there aren't
    any visible requests yet.
  * Fix a concern where the toolbar may access sensitive request
    attributes like ``request.authenticated_userid`` at times
    outside of the supported request lifecycle.
  * Avoid triggering DeprecationWarnings when tracking values for
    deprecated attributes in Pyramid like ``effective_principals``.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyramid-debugtoolbar?expand=0&rev=16
This commit is contained in:
2024-02-09 21:57:57 +00:00
committed by Git OBS Bridge
parent 6cb6d19025
commit 1265c7031b
4 changed files with 16 additions and 4 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri Feb 9 21:57:03 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 4.12.1:
* Fix a toolbar crash when loading the page and there aren't
any visible requests yet.
* Fix a concern where the toolbar may access sensitive request
attributes like ``request.authenticated_userid`` at times
outside of the supported request lifecycle.
* Avoid triggering DeprecationWarnings when tracking values for
deprecated attributes in Pyramid like ``effective_principals``.
-------------------------------------------------------------------
Tue Jan 30 18:03:35 UTC 2024 - Dirk Müller <dmueller@suse.com>