Releases: sunng87/ring-jetty9-adapter
Releases · sunng87/ring-jetty9-adapter
v0.30.2
v0.22.4
v0.30.1
v0.22.3
v0.30.0 - Jetty 12 for Clojure
This version of rj9a introduces Jetty 12 , the latest milestone of Jetty web server. The new release requires a minimal JDK version of 17. It also removes servlet APIs completely for the first time.
What's Changed
- feat: Jetty 12 by @sunng87 in #106
- feat: add option to enable virtual threads support for thread pool by @sunng87 in #112
- fix: character encoding was previously returning content-type by @jasonjckn in #114
- Breaking change:
async-timeout
support was disabled as we are looking for its implementation on Jetty 12 Core APIs.
Full Changelog: 0.22.1...0.30.0
0.22.2
- Updated Jetty to 11.0.16
Full Changelog: 0.22.1...0.22.2
v0.22.1
v0.22.0
What's Changed
- Update doc-string for ws-upgrade-response in websocket.clj by @hectorhon in #98
- Http2 options by @KsVlad in #100
- Add configuration for quic and http3 by @KsVlad in #101
- Updated ring to latest 1.10
New Contributors
- @hectorhon made their first contribution in #98
- @KsVlad made their first contribution in #100
Full Changelog: 0.21.0...0.22.0
v0.21.0
v0.20.0 - Revert stop-server API change
This release contains breaking change against 0.19 but compatible with versions previous to 0.19. We reverted changes to return type and stop-server
What's Changed
- Rework the ssl-hot-reload-loop lifecycle, and revert return-type change in
run-jetty
by @jimpil in #94 - Fixes #95 , empty status is allowed again for response
Full Changelog: 0.19.0...0.20.0