You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a **major upgrade** of Tufte with *many* new features and improvements, including expanded documentation and a rich new API for filtering and handling that it has in common with [Telemere](https://www.taoensso.com/telemere).
11
+
12
+
v3 includes **breaking changes** (indicated by ➤ below) that may affect some (but not all) users. Please see the **relevant linked commit messages** below for details and migration info.
13
+
14
+
Apologies for any hassle while upgrading! My hope is that most users will be unaffected, and that those affected will be able to migrate easily.
15
+
16
+
As always please **report any unexpected problems** on [GitHub](https://github.com/taoensso/telemere/issues) or the [Slack channel](https://www.taoensso.com/telemere/slack), and feel free to ping if I can provide any assistance! 🙏
17
+
18
+
\-[Peter Taoussanis](https://www.taoensso.com)
19
+
20
+
## Changes since v2.7.0 (2024-04-15)
21
+
22
+
Please read **linked commit messages** carefully in case you may be affected:
23
+
24
+
- ➤ **\[mod]**\[BREAKING] Omit `defn_` / `fn_` id prefix when using [`defnp`](https://cljdoc.org/d/com.taoensso/tufte/CURRENT/api/taoensso.tufte#defnp), [`defnp-`](https://cljdoc.org/d/com.taoensso/tufte/CURRENT/api/taoensso.tufte#defnp-), [`fnp`](https://cljdoc.org/d/com.taoensso/tufte/CURRENT/api/taoensso.tufte#fnp)\[5f5d2ef]
25
+
- ➤ **\[mod]**\[BREAKING] Remove `:file` key from [pstats](https://cljdoc.org/d/com.taoensso/tufte/CURRENT/api/taoensso.tufte#help:pstats-content)`:loc` maps \[79ccac5]
- ➤ **\[mod]**\[BREAKING] Changed arg given to `profile` handlers \[a778ac9], see [`help:signal-content`](https://cljdoc.org/d/com.taoensso/tufte/CURRENT/api/taoensso.tufte#help:signal-content) for new arg
-\[new]*Many* new options available to [`profiled`](https://cljdoc.org/d/com.taoensso/tufte/CURRENT/api/taoensso.tufte#profiled), [`profile`](https://cljdoc.org/d/com.taoensso/tufte/CURRENT/api/taoensso.tufte#profile) (see linked docstrings)
33
+
-\[new]*Many* new options available to [`add-handler!`](https://cljdoc.org/d/com.taoensso/tufte/CURRENT/api/taoensso.tufte#add-handler!) (see linked docstring, [`help:handler-dispatch-options`](https://cljdoc.org/d/com.taoensso/tufte/CURRENT/api/taoensso.tufte#help:handler-dispatch-options)
34
+
-\[new] Significantly expanded filtering and handler capabilities, see [`help:filters`](https://cljdoc.org/d/com.taoensso/tufte/CURRENT/api/taoensso.tufte#help:filters) and [`help:handlers`](https://cljdoc.org/d/com.taoensso/tufte/CURRENT/api/taoensso.tufte#help:handlers)
35
+
-\[new] Automatic handler stats (see [`get-handlers-stats`](https://cljdoc.org/d/com.taoensso/tufte/CURRENT/api/taoensso.tufte#get-handlers-stats))
36
+
-\[new] Major documentation improvements \[d9e57b6], \[049ecc8], etc.
37
+
-\[new] Major code refactor for improved performance and maintenance \[312bb4c], \[bbc8dfc], \[e51df6a], \[2b6e276], \[a778ac9], etc.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,8 +17,8 @@ It works great with [Telemere](https://www.taoensso.com/telemere) and [Truss](ht
17
17
18
18
## Latest release/s
19
19
20
+
-`2025-04-21``v3.0.0-beta1`: (forthcoming) [release info](../../releases/tag/v3.0.0-beta1) (v3 shares a common filter and handler API with [Telemere](https://www.taoensso.com/telemere))
-`YYYY-MM-DD``v3.0.0-RC1`: (dev) [release info](../../releases/tag/v3.0.0-RC1) (v3 shares a common filter and handler API with [Telemere](https://www.taoensso.com/telemere))
0 commit comments