Skip to content

Commit 9bf40b8

Browse files
committed
[nop] Housekeeping
1 parent 7eb72c0 commit 9bf40b8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ Sente v1.21 is a **major release** with many improvements! It includes **breakin
1313

1414
Quick highlights:
1515

16-
- Adds [support](https://github.com/taoensso/sente/issues/470) for **high-speed binary serialization**
17-
- Adds support for **compression** (WebSockets + Ajax) \[f8a3fad]
16+
- [Support](https://github.com/taoensso/sente/issues/470) for **binary serialization**, and a new high-speed MessagePack [implementation](https://github.com/taoensso/sente/commit/757ebd26e96762d25ab1153ab1ffbe0063027b16) ([benchmarks](https://github.com/taoensso/sente/wiki/5-Packers#which-to-use))
17+
- [Support](https://github.com/taoensso/sente/commit/f8a3fad4856a78f341679e5e80ce3bdad7498952) for binary compression, and a new gzip [implementation](https://cljdoc.org/d/com.taoensso/sente/CURRENT/api/taoensso.sente.packers.gzip)
1818
- **Smaller dependency** \[4864926] \[6a7a609]
1919
- **Improved reliability** under load \[173652d] \[49000db] \[71e7bb0]
20-
- Pluggable logging via [Trove](https://www.taoensso.com/trove) \[4864926]
20+
- Pluggable un+structured logging via [Trove](https://www.taoensso.com/trove) \[4864926]
2121
- Many small fixes and improvements
2222

2323
As always thank you to any contributors! In particular thank you to @rosejn, @edma2, and @pkcsecurity on whose [work](https://github.com/rosejn/msgpack-cljc) Sente's new MessagePack implementation is based 🙏
@@ -28,13 +28,13 @@ No changes (same as RC3).
2828

2929
## Since `v1.20.0` (2024-12-31)
3030

31-
### Changes
31+
### Changes (please check!)
3232

33-
- **\[mod] [BREAKING]** [#472] Switch logging: Timbre -> Trove \[4864926]
33+
- **\[mod] [BREAKING]** [#472] Switch logging: [Timbre](https://www.taoensso.com/timbre) -> [Trove](https://www.taoensso.com/trove) \[4864926]
3434
- **\[mod] [BREAKING]** Make packers more flexible \[f8a3fad]
3535
- **\[mod] [BREAKING]** Increase default `:ws-ping-timeout-ms` (5->10 secs) \[147fbdd]
36-
- \[mod] Drop Clojure v1.10 testing \[648ac31d]
3736
- \[mod] [#455] Halve given `ws-kalive-ms` \[49000db]
37+
- \[mod] Drop Clojure v1.10 testing \[648ac31d]
3838
- \[mod] Make Java WS client optional \[6a7a609]
3939
- \[mod] [#462] Don't throw by default on Ajax read timeouts \[fb30404]
4040
- \[mod] Enable WebSocket ping timeout by default \[71e7bb0]

0 commit comments

Comments
 (0)