Liking cljdoc? Tell your friends :D

This project uses Break Versioning.


v1.20.0-RC1 (2024-10-28)

This is a major non-breaking maintenance and feature release. As always, please report any unexpected problems 🙏 - Peter Taoussanis

Changes since v1.19.2 (2023-08-30)

  • [mod] [#440] Decrease log level of noisy ws-ping events (@jwr) [4241e6c]
  • [mod] Tune send backoff time [84e8b2a]

Fixes since v1.19.2 (2023-08-30)

  • [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 since v1.19.2 (2023-08-30)

  • [new] [#447] [Community adapters] Add Jetty 11 adapter (@alexandergunnarson) [8ecb2d9]
  • [doc] [#439] Add guidance on large transfers [513a42d]
  • Update several dependencies

v1.19.2 (2023-08-30)

📦 Available on Clojars

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.


v1.19.1 (2023-07-18)

📦 Available on Clojars

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.


v1.19.0 (2023-07-13)

📦 Available on Clojars

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.

Fixes since v1.18.1

  • 0dc8a12 [fix] [#431] Some disconnected user-ids not removed from connected-uids

New since v1.18.1

  • 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

1.18.1 (2023-07-04)

📦 Available on Clojars

This is an important hotfix release, please update if you're using v1.18.0.

Fixes since v1.18.0

  • ad62f1e [fix] Ajax poll not properly timing out
  • 1d15fe5 [fix] [#430] [:chsk/uidport-close] server event not firing

New since v1.18.0

  • 5c0f4ad [new] [example] Add example server-side uidport event handlers

v1.18.0 (2023-06-30)

📦 Available on Clojars

Same as v1.18.0-RC1, except for:

  • 7889a0b [fix] [#429] Bump deps, fix possible broken cljs builds

Earlier releases

See here for earlier releases.

Can you improve this documentation? These fine people already did:
Peter Taoussanis & Matthias Nehlsen
Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close