Liking cljdoc? Tell your friends :D

This project uses Break Versioning.


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

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:

  • [mod] [BREAKING] Omit defn_ / fn_ id prefix when using defnp, defnp-, fnp [5f5d2ef]
  • [mod] [BREAKING] Remove :file key from pstats :loc maps [79ccac5]
  • [mod] [BREAKING] Change default min-level (2 -> :info) [025ff70]
  • [mod] [BREAKING] Changed arg given to profile handlers [a778ac9], see help:signal-content for new arg

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

  • [new] Many new options available to profiled, profile (see linked docstrings)
  • [new] Many new options available to add-handler! (see linked docstring, help:handler-dispatch-options
  • [new] Significantly expanded filtering and handler capabilities, see help:filters and help:handlers
  • [new] Automatic handler stats (see get-handlers-stats)
  • [new] Add Telemere handler [d3ab990]
  • [new] Major documentation improvements [7d14517], [1d7abfd], etc.
  • [new] Major code refactor for improved performance and maintenance [312bb4c], [bbc8dfc], [e51df6a], [2b6e276], [0f73778], etc.

v2.7.0 (2025-04-15)

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)

📦 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)

📦 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)

📦 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)

📦 Available on Clojars, this project uses Break Versioning.

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)

📦 Available on Clojars, this project uses Break Versioning.

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)

[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

v2.3.0 (2022-09-05)

Identical to v2.3.0-RC1 (2022-07-18)

[com.taoensso/tufte "2.3.0"]

This is a major feature and fix release. Should be non-breaking for vast majority of folks.
See here for recommended steps when updating any Clojure/Script dependencies.

Behavioural changes since v2.2.0

  • Stats format: refactor, use default JVM locale thousands separator for call counts (Clj only)

Fixes since v2.2.0

  • add-accumulating-handler!: fix broken default val and examples
  • [#64] Broken concurrent (local (local ...)) nested profiling (Clj only) (@awkay)
  • Broken (dynamic (local ...)) nested profiling
  • Broken nested profiling tests
  • Correctly document which profile/d options are compile-time and runtime

New since v2.2.0

  • Throw on invalid compile-time profile/d options
  • [#61] Improve docstrings re: async code

Other changes since v2.2.0

  • Refactor: rename pdata-proxy -> pdata-local
  • Refactor pdata-local
  • Update dependencies

Earlier releases

See here for earlier releases.

Can you improve this documentation?Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close