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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,11 +13,11 @@ Sente v1.21 is a **major release** with many improvements! It includes **breakin
13
13
14
14
Quick highlights:
15
15
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)
18
18
-**Smaller dependency**\[4864926]\[6a7a609]
19
19
-**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]
21
21
- Many small fixes and improvements
22
22
23
23
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 🙏
0 commit comments