Skip to content

Releases: taoensso/tufte

v3.0.0 (2025-06-23)

23 Jun 12:08
Compare
Choose a tag to compare

This is a major upgrade with many improvements. It includes breaking changes for a minority of users. Please see below for changes, and linked commit messages for relevant migration info and motivations.

Sincere apologies for the hassle! Most users (esp. those using defaults) should be able to upgrade without any modifications, but as always please report any unexpected problems on GitHub or the Slack channel, and feel free to ping if I can provide any assistance! 🙏

- Peter Taoussanis

Breaking since v2.7.0 (2024-04-15)

New since v2.7.0 (2024-04-15)

Since v3.0.0-RC1 (2025-04-30)

  • [mod] Some changes to the options and output to the Timbre and Telemere handlers [48e82ad]. Please recheck if you're using custom options.

v3.0.0-RC1 (2025-04-30)

30 Apr 14:36
Compare
Choose a tag to compare
Pre-release

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.

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. Sincere 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.

As always please report any unexpected problems on GitHub or the Slack channel, and feel free to ping if I can provide any assistance! 🙏

- Peter Taoussanis

Changes since v2.7.0 (2024-04-15)

Please read linked commit messages carefully in case you may be affected:

New since v2.7.0 (2024-04-15)

v3.0.0-beta1 (2025-04-21)

21 Apr 08:17
Compare
Choose a tag to compare
Pre-release

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.

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. 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.

As always please report any unexpected problems on GitHub or the Slack channel, and feel free to ping if I can provide any assistance! 🙏

- Peter Taoussanis

Changes since v2.7.0 (2024-04-15)

Please read linked commit messages carefully in case you may be affected:

New since v2.7.0 (2024-04-15)

v2.7.0 (2025-04-15)

15 Apr 10:11
Compare
Choose a tag to compare

This is a maintenance release focused on updating dependencies. It drops support for Clojure v1.9 but should otherwise be a safe update for users of v2.6.x.

This is expected to be the last v2.x release before the upcoming Tufte v3.

Since v2.6.3 (2023-09-27)

v2.6.3 (2023-09-27)

27 Sep 10:08
Compare
Choose a tag to compare

📦 Available on Clojars, this project uses Break Versioning.

This is a non-breaking maintenance release, mostly intended to synchronize dependencies with my other recent library releases.

This should be a safe update for users of v2.6.x.

v2.6.1 (2023-08-18)

18 Aug 09:04
Compare
Choose a tag to compare

📦 Available on Clojars, this project uses Break Versioning.

This is a non-breaking hotfix release. Please upgrade if you're using v2.6.0.

Fixes since v2.6.0

  • c64ba59 [fix] Hotfix: don't add non-numerical val to dereferenced sstats
  • 27d0090 [fix] Hotfix: bump Encore version

v2.6.0 (2023-08-14)

14 Aug 11:43
Compare
Choose a tag to compare

📦 Available on Clojars, this project uses Break Versioning.

This is a non-breaking maintenance release, but includes changes (improvements) to the formatted string output by format-pstats. This shouldn't affect most users, but may affect you if you do any manual parsing of formatted pstats strings.

Changes since v2.5.1

  • a4aee9f [mod] [Stats ns] Refactor pstats formatting code

Fixes since v2.5.1

  • 4f6e05f [fix] [Stats ns] [#67] Don't interpolate percentiles
  • dce5e40 [fix] [Stats ns] Broken SortedDoubles printing

v2.5.1 (2023-07-18)

18 Jul 10:54
Compare
Choose a tag to compare

📦 Available on Clojars

Identical to v2.5.0, but synchronizes Encore dependency with my recent library releases (Timbre, Tufte, Sente, Carmine, etc.) to prevent confusion caused by dependency conflicts.

This is a safe update for users of v2.5.0.

v2.5.0 (2023-07-13)

13 Jul 12:03
Compare
Choose a tag to compare

📦 Available on Clojars

This is intended as a non-breaking feature release, but it touches a fair bit of code so please keep an eye out for (and let me know about) any unexpected problems - thank you! 🙏

See referenced commit messages for details.

Changes since v2.4.5

  • ebed6d0 [mod] Change capture-time! from a fn to a macro
  • 7442835 [mod] Rename format columns: :n-calls -> :n, :total -> :sum

New since v2.4.5

  • 2a38e1a [new] [#66] Track callsite locations of p ids
  • 0a2484f [new] defnp and fnp now track cross-arity stats, add tests
  • GraalVM compatibility is now tested during build

v2.4.5 (2022-10-27)

17 Oct 09:11
Compare
Choose a tag to compare
[com.taoensso/tufte "2.4.5"]

This is a very minor maintenance release. It should be non-breaking.
See here for recommended steps when updating any Clojure/Script dependencies.

Changes since v2.3.0

  • Update dependencies
  • Some minor refactoring and performance improvements