Skip to content

Commit 53e594e

Browse files
committed
v0.9.0-SNAPSHOT
1 parent 51cccf8 commit 53e594e

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1-
## Pending / unreleased
1+
## v0.9.0-SNAPSHOT / unreleased
22

3-
* Doc improvements.
3+
> This is a **non-breaking* release focused on efficiency+reliability improvements for very high stress environments.
4+
5+
* Documentation improvements.
6+
* CHANGE: server>user Ajax push is now more reliable against dodgy connections.
7+
* NEW: server>user sends are now automatically+transparently batched for greater efficiency in _very_ high throughput environments. The server-side `make-channel-socket!` has picked up some knobs for this, but the defaults are sensible.
48

59

610
## v0.8.2 / 2014 Mar 7

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 "0.8.2"
1+
(defproject com.taoensso/sente "0.9.0-SNAPSHOT"
22
:author "Peter Taoussanis <https://www.taoensso.com>"
33
:description "Clojure channel sockets library"
44
:url "https://github.com/ptaoussanis/sente"

0 commit comments

Comments
 (0)