Skip to content

Commit 6088457

Browse files
committed
v1.21.0-RC2 (2025-09-05)
1 parent 7ab4f2e commit 6088457

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@ This project uses [**Break Versioning**](https://www.taoensso.com/break-versioni
22

33
---
44

5+
# `v1.21.0-RC2` (2025-09-05)
6+
7+
- **Dependency**: [on Clojars](https://clojars.org/com.taoensso/sente/versions/1.21.0-RC2)
8+
- **Versioning**: [Break Versioning](https://www.taoensso.com/break-versioning)
9+
10+
Like `v1.21.0-RC1` but adds some performance improvements and fixes to Sente's new experimental [binary serialization](https://cljdoc.org/d/com.taoensso/sente/CURRENT/api/taoensso.sente.packers.msgpack).
11+
512
# `v1.21.0-RC1` (2025-09-02)
613

714
- **Dependency**: [on Clojars](https://clojars.org/com.taoensso/sente/versions/1.21.0-RC1)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Loosely inspired by [Socket.IO](https://socket.io/), it uses **core.async**, **W
1515
1616
## Latest release/s
1717

18-
- `2025-09-02` `v1.21.0-RC1` (dev): [release info](../../releases/tag/v1.21.0-RC1)
18+
- `2025-09-05` `v1.21.0-RC2` (dev): [release info](../../releases/tag/v1.21.0-RC2)
1919
- `2024-12-31` `v1.20.0` (stable): [release info](../../releases/tag/v1.20.0)
2020

2121
[![Clj tests][Clj tests SVG]][Clj tests URL]

example-project/project.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject com.taoensso.examples/sente "1.21.0-RC1"
1+
(defproject com.taoensso.examples/sente "1.21.0-RC2"
22
:description "Sente, reference web-app example project"
33
:url "https://github.com/ptaoussanis/sente"
44
:license {:name "Eclipse Public License"
@@ -15,7 +15,7 @@
1515
[org.clojure/core.async "1.8.741"]
1616
[nrepl "1.3.1"] ; Optional, for Cider
1717

18-
[com.taoensso/sente "1.21.0-RC1"] ; <--- Sente
18+
[com.taoensso/sente "1.21.0-RC2"] ; <--- Sente
1919
[com.taoensso/telemere "1.1.0"] ; Optional, for logging
2020

2121
;; Choose (uncomment) a supported web server --------------

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject com.taoensso/sente "1.21.0-RC1"
1+
(defproject com.taoensso/sente "1.21.0-RC2"
22
:author "Peter Taoussanis <https://www.taoensso.com>"
33
:description "Realtime web comms library for Clojure/Script"
44
:url "https://github.com/taoensso/sente"

0 commit comments

Comments
 (0)