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
+38-6Lines changed: 38 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,37 @@
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.16.0 - 2020 Sep 19
4
+
5
+
```clojure
6
+
[com.taoensso/sente "1.16.0"]
7
+
```
8
+
9
+
> Major feature release. Should be non-breaking, but see [here](https://github.com/ptaoussanis/encore#recommended-steps-after-any-significant-dependency-update) for recommended steps when updating any Clojure/Script dependencies.
10
+
11
+
Same as `v1.16.0-RC1`, `v1.16.0-alpha2`.
12
+
13
+
#### Changes since `v1.15.0`
14
+
15
+
***[NB]** http-kit users must now use >= http-kit [`v2.4.0`](https://github.com/http-kit/http-kit/releases/tag/v2.4.0) ([`v2.5.0`](https://github.com/http-kit/http-kit/releases/tag/v2.5.0) is latest as of writing)
16
+
17
+
#### New since `v1.15.0`
18
+
19
+
*[#371#375] Add Jetty 9 server adapter (@wavejumper)
20
+
*[#372] Add `ring-undertow` server adapter (@nikolap)
21
+
*[#275#374] Add Clj WebSocket client support (@kaosko)
22
+
* Add optional auth fn to `make-channel-socket-server!` (@kaosko@ptaoussanis)
23
+
*[#356] Expose `send-buffers_` as implementation detail (@kaosko)
24
+
*[#359#360] Add :json-verbose format to Transit packer (@p-himik)
25
+
*[#362#363] Allow additional keys in event-msg maps (@jjttjj)
26
+
*[#365] README: incl. example CSRF code (@mattford63)
27
+
28
+
#### Fixes since `v1.15.0`
29
+
30
+
*[#366#353#358] Make make-channel-socket-client! respect host option (@Rkiouak)
31
+
* Use new http-kit v2.4.0 server API internally to fix possible [race conditions](https://github.com/http-kit/http-kit/issues/318)
32
+
*[#357#247] Fix for React Native (@currentoor)
33
+
34
+
3
35
## v1.16.0-RC1 - 2020 Sep 10
4
36
5
37
```clojure
@@ -8,7 +40,7 @@
8
40
9
41
Same as `v1.16.0-alpha2`.
10
42
11
-
> See [here](https://github.com/ptaoussanis/encore#recommended-steps-after-any-significant-dependency-update) recommended steps when updating any Clojure/Script dependencies.
43
+
> See [here](https://github.com/ptaoussanis/encore#recommended-steps-after-any-significant-dependency-update)for recommended steps when updating any Clojure/Script dependencies.
12
44
13
45
14
46
## v1.16.0-alpha2 - 2020 Aug 24
@@ -27,22 +59,22 @@ Same as `v1.16.0-alpha2`.
27
59
28
60
Some info on how to resolve dependency conflicts [here](https://github.com/ptaoussanis/encore/blob/master/DEP-CONFLICT.md).
29
61
30
-
#### Changes since `1.15.0`
62
+
#### Changes since `v1.15.0`
31
63
32
64
***[NB]** http-kit users must now use >= http-kit v2.4.0.
33
-
*[#362#363] Allow additional keys in event-msg maps (@jjttjj).
34
-
*[#365] README: incl. example CSRF code (@mattford63).
35
65
36
-
#### New since `1.15.0`
66
+
#### New since `v1.15.0`
37
67
38
68
*[#371#375] Add Jetty 9 server adapter (@wavejumper).
39
69
*[#372] Add `ring-undertow` server adapter (@nikolap).
40
70
*[#275#374] Add Clj WebSocket client support (@kaosko).
41
71
* Add optional auth fn to `make-channel-socket-server!` (@kaosko@ptaoussanis).
42
72
*[#356] Expose `send-buffers_` as implementation detail (@kaosko).
43
73
*[#359#360] Add :json-verbose format to Transit packer (@p-himik).
74
+
*[#362#363] Allow additional keys in event-msg maps (@jjttjj).
75
+
*[#365] README: incl. example CSRF code (@mattford63).
44
76
45
-
#### Fixes since `1.15.0`
77
+
#### Fixes since `v1.15.0`
46
78
47
79
*[#366#353#358] Make make-channel-socket-client! respect host option (@Rkiouak).
48
80
* Use new http-kit v2.4.0 server API internally to fix possible [race conditions](https://github.com/http-kit/http-kit/issues/318).
0 commit comments