Skip to content

Commit

Permalink
v2.3.0-RC1 2022-07-18
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Jul 18, 2022
1 parent ba43099 commit 3184229
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,38 @@
> This project uses [Break Versioning](https://github.com/ptaoussanis/encore/blob/master/BREAK-VERSIONING.md)
## v2.3.0-RC1 - 2022 Jul 18

```clojure
[com.taoensso/tufte "2.3.0-RC1"]
```

> This is a major feature and fix release. Should be **non-breaking** for vast majority of folks.
> See [here](https://github.com/ptaoussanis/encore#recommended-steps-after-any-significant-dependency-update) 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


## v2.2.0 - 2020 Sep 14

```clojure
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject com.taoensso/tufte "2.2.0"
(defproject com.taoensso/tufte "2.3.0-RC1"
:author "Peter Taoussanis <https://www.taoensso.com>"
:description "Simple profiling and performance monitoring for Clojure/Script"
:url "https://github.com/ptaoussanis/tufte"
Expand Down

0 comments on commit 3184229

Please sign in to comment.