All notable changes to this project will be documented in this file. This change log follows the conventions of keepachangelog.com.
:min-threads (default 8), :max-threads (default 50), and :max-queue-size (default 200) options.:use-virtual-threads option (default true). On Java 21+, Jetty's VirtualThreadPool is used automatically, allowing thousands of concurrent requests at low memory cost. Falls back to platform threads on older JVMs.BlockingArrayQueue when running with platform threads — requests beyond :max-queue-size are rejected with HTTP 503 instead of silently filling heap.:idle-timeout-ms was previously silently ignored due to an incorrect Pedestal option key. It is now correctly applied to all Jetty connectors via the server configurator.:idle-timeout-ms option (defaults to 30000 ms).:allowed-origins option (defaults to allowing all origins).common-clj dependency from 46.0.0 to 46.1.4.lein-clojure-lsp plugin from 2.0.13 to 2.0.14.path-params-schema interceptor for path params validation and coercion.UUID coercion support via s/Uuid.service library.Can you improve this documentation?Edit on GitHub
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |