File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,17 @@ Change log
1111* Fixed the cache panel to correctly count cache misses from the get_many()
1212 cache method.
1313* Removed some obsolete compatibility code from the stack trace recording code.
14+ * Added a new mechanism for capturing stack traces which includes per-request
15+ caching to reduce expensive file system operations. Updated the cache and
16+ SQL panels to record stack traces using this new mechanism.
17+
18+ Deprecated features
19+ ~~~~~~~~~~~~~~~~~~~
20+
21+ * The ``debug_toolbar.utils.get_stack() `` and
22+ ``debug_toolbar.utils.tidy_stacktrace() `` functions are deprecated in favor
23+ of the new ``debug_toolbar.utils.get_stack_trace() `` function. They will
24+ removed in the next major version of the Debug Toolbar.
1425
15263.4.0 (2022-05-03)
1627------------------
You can’t perform that action at this time.
0 commit comments