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
+4-8Lines changed: 4 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,12 @@
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.3.0-RC2 / 2015 Jan 13
3
+
## v1.3.0 / 2015 Jan 17
4
4
5
-
***FIX**[#94]: ClojureScript dependency is now `:provided` to keep it from being unnecessarily pulled into JARs, etc (@zentrope).
6
-
7
-
8
-
## v1.3.0-RC1 / 2014 Dec 11
9
-
10
-
> This is a maintenance release focused on general housekeeping + on adding some user-id flexibility.
5
+
> This is a non-breaking maintenance release focused on general housekeeping + on adding some user-id flexibility.
11
6
12
7
***DEPRECATED**[#85]: Server->user broadcasts should now use `:sente/all-users-without-uid` instead of `nil` uid when intending to broadcast to users _without_ a user id. The new behaviour is less accident prone.
13
-
***CHANGE**[#84]: Warn when necessary Ring middleware is missing.
8
+
***CHANGE**[#84, #95]: Improve error reporting in the case of missing Ring middleware.
9
+
***FIX**[#94]: ClojureScript dependency is now `:provided` to keep it from being unnecessarily pulled into JARs, etc (@zentrope).
14
10
***NEW**[#82]: Server-side `:user-id-fn`'s Ring request now includes a `:client-id` arg provided by clients.
[com.taoensso/sente "1.3.0-RC2"] ; Please see CHANGELOG for details
4
+
[com.taoensso/sente "1.3.0"] ; Stable (see CHANGELOG for details)
6
5
```
7
6
8
7
# Sente, channel sockets for Clojure
@@ -51,7 +50,7 @@ So you can ignore the underlying protocol and deal directly with Sente's unified
51
50
Add the necessary dependency to your [Leiningen][]`project.clj`. This'll provide your project with both the client (ClojureScript) + server (Clojure) side library code:
0 commit comments