File tree 4 files changed +26
-5
lines changed
4 files changed +26
-5
lines changed Original file line number Diff line number Diff line change 1
1
> This project uses [ Break Versioning] ( https://github.com/ptaoussanis/encore/blob/master/BREAK-VERSIONING.md ) as of ** Aug 16, 2014** .
2
2
3
+ ## v1.9.0-beta1 - 2016 Jun 10
4
+
5
+ ``` clojure
6
+ [com.taoensso/sente " 1.9.0-beta1" ]
7
+ ```
8
+
9
+ > This is a ** major release** that should be non-breaking in most cases. Enjoy! :-)
10
+
11
+ ** PLEASE REPORT ANY PROBLEMS** , thank you!
12
+
13
+ * ** BREAKING** : ` :ws-kalive-ms ` , ` :lp-timeout-ms ` opts moved from client-side to server-side ` make-channel-socket! ` fn
14
+ * ** BREAKING** : Drop experimental (and rarely used) flexi packer
15
+ * ** New** : Add support for more flexible conn-type upgrade/downgrade [ #201 ]
16
+ * ** New** : Add alpha ` [:chsk/ws-error _] ` client-side ev-msgs [ #214 ]
17
+ * ** Impl** : Clojure-side Transit performance optimizations [ #161 ]
18
+ * ** Impl** : Allow server to garbage collect long-polling conns [ #150 #159 ]
19
+ * ** Fix** : Server-side ping to help gc non-terminating WebSocket conns [ #230 ]
20
+ * ** Fix** : Fix for spurious Firefox unload->onclose calls [ #224 ]
21
+ * ** Fix** : Clear the keep alive timer in ` chsk-disconnect! ` [ #221 @theasp ]
22
+
3
23
## v1.8.1 - 2016 Mar 4
4
24
5
25
``` clojure
Original file line number Diff line number Diff line change 4
4
** [ CHANGELOG] ** | [ API] | current [ Break Version] :
5
5
6
6
``` clojure
7
- [com.taoensso/sente " 1.8.1" ] ; Stable
7
+ [com.taoensso/sente " 1.8.1" ] ; Stable
8
+ [com.taoensso/sente " 1.9.0-beta1" ] ; Dev (unstable), see CHANGELOG for details
8
9
```
9
10
10
11
Want to help [ support taoensso/open-source] ?
Original file line number Diff line number Diff line change 1
- (defproject com.taoensso.examples /sente " 1.9.0-SNAPSHOT "
1
+ (defproject com.taoensso.examples /sente " 1.9.0-beta1 "
2
2
:description " Sente, reference web-app example project"
3
3
:url " https://github.com/ptaoussanis/sente"
4
4
:license {:name " Eclipse Public License"
15
15
[org.clojure/core.async " 0.2.374" ]
16
16
[org.clojure/tools.nrepl " 0.2.12" ] ; Optional, for Cider
17
17
18
- [com.taoensso/sente " 1.9.0-SNAPSHOT " ] ; <--- Sente
19
- [com.taoensso/timbre " 4.3.1 " ]
18
+ [com.taoensso/sente " 1.9.0-beta1 " ] ; <--- Sente
19
+ [com.taoensso/timbre " 4.4.0 " ]
20
20
21
21
; ;; ---> Choose (uncomment) a supported web server <---
22
22
[http-kit " 2.2.0-alpha2" ]
Original file line number Diff line number Diff line change 1
- (defproject com.taoensso /sente " 1.9.0-SNAPSHOT "
1
+ (defproject com.taoensso /sente " 1.9.0-beta1 "
2
2
:author " Peter Taoussanis <https://www.taoensso.com>"
3
3
:description " Realtime web comms for Clojure/Script"
4
4
:url " https://github.com/ptaoussanis/sente"
You can’t perform that action at this time.
0 commit comments