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
Sente v1.21 is a **major release** with many improvements! It includes **breaking changes** for some users. Please report any unexpected problems to the [Slack channel](http://taoensso.com/sente/slack) or [GitHub](https://github.com/taoensso/sente/issues). A big thanks to all contributors and testers on this release! 🙏
11
+
12
+
\-[Peter Taoussanis](https://www.taoensso.com)
13
+
14
+
Quick highlights:
15
+
16
+
- Adds [support](https://github.com/taoensso/sente/issues/470) for **high-speed binary serialization**
17
+
- Adds support for **compression** (WebSockets + Ajax) \[f8a3fad]
18
+
-**Smaller dependency**\[4864926]\[6a7a609]
19
+
-**Improved reliability** under load \[173652d]\[49000db]\[71e7bb0]
20
+
- Pluggable logging via [Trove](https://www.taoensso.com/trove)\[4864926]
21
+
- Many small fixes and improvements
22
+
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 🙏
-\[new][#467] Allow `:csrf-token-fn` to return `:sente/skip-CSRF-check`\[8aae3d0]
58
+
-\[new][#467] Make `cb-error?`, `cb-success?` available to Clj code \[08e8b3e]
59
+
-\[new][#462] Keep Ring request in Ajax channel \[01a41a3]
60
+
-\[new]\[#474] Add UUID support to [Msgpack packer](https://cljdoc.org/d/com.taoensso/sente/CURRENT/api/taoensso.sente.packers.msgpack) (@jrgvf) \[2fdd8f82]
61
+
-\[new]\[#476] Make it easier to test server restarts \[f292180b]
62
+
-\[new] Update ref example to add dynamic packer \[cd98db7]
63
+
-\[new] Update ref example logging \[85b3e8a]
64
+
-\[doc] Document limitations on event ordering \[532064d]
Copy file name to clipboardExpand all lines: README.md
+3-8Lines changed: 3 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
<ahref="https://www.taoensso.com/clojure"title="More stuff by @ptaoussanis at www.taoensso.com"><imgsrc="https://www.taoensso.com/open-source.png"alt="Taoensso open source"width="340"/></a>
@@ -13,11 +13,6 @@ Loosely inspired by [Socket.IO](https://socket.io/), it uses **core.async**, **W
13
13
14
14
> **Sen-te** (先手) is a Japanese [Go](https://en.wikipedia.org/wiki/Go_(game)) term used to describe a play with such an overwhelming follow-up that it demands an immediate response, leaving its player with the initiative.
0 commit comments