This project uses Break Versioning.
- Dependency: on Clojars
- Versioning: Break Versioning
This is a major non-breaking maintenance and feature release. As always, please report any unexpected problems 🙏 - Peter Taoussanis
- [mod] [#440] Decrease log level of noisy ws-ping events (@jwr) [4241e6c]
- [mod] Tune send backoff time [84e8b2a]
- [fix] [#448] [#453] Don't add
beforeunload
event listener when running inside NodeJS (@theasp) [dc6b34e] - [fix] [#445] [#444] [Community adapters] Undertow: remove invalid option (@danielsz) [55167f5]
- [new] [#447] [Community adapters] Add Jetty 11 adapter (@alexandergunnarson) [8ecb2d9]
- [doc] [#439] Add guidance on large transfers [513a42d]
- Update several dependencies
Identical to v1.19.1
, but includes a hotfix (dbb798a) for [#434] to remove the unnecessary logging of potentially sensitive Ring request info when connecting to a server without a client id.
This should be a safe update for users of v1.19.x
.
Identical to v1.19.0
, but synchronizes Encore dependency with my recent library releases (Timbre, Tufte, Sente, Carmine, etc.) to prevent confusion caused by dependency conflicts.
This is a safe update for users of v1.19.0
.
This is intended as a non-breaking maintenance release, but it touches a lot of code so please keep an eye out for (and let me know about) any unexpected problems - thank you! 🙏
Tip: the reference example includes a number of tools to help test Sente in your environment.
- 0dc8a12 [fix] [#431] Some disconnected user-ids not removed from
connected-uids
- e330ef2 [new] Allow WebSocket constructors to delay connection
- 6021258 [new] [example] Misc improvements to example project
- d0fd918 [new] Alias client option:
:ws-kalive-ping-timeout-ms
->:ws-ping-timeout-ms
- GraalVM compatibility is now tested during build
This is an important hotfix release, please update if you're using v1.18.0
.
- ad62f1e [fix] Ajax poll not properly timing out
- 1d15fe5 [fix] [#430]
[:chsk/uidport-close]
server event not firing
- 5c0f4ad [new] [example] Add example server-side uidport event handlers
Same as v1.18.0-RC1
, except for:
- 7889a0b [fix] [#429] Bump deps, fix possible broken cljs builds
See here for earlier releases.