Skip to content

Releases: sunng87/ring-jetty9-adapter

v0.30.2

03 Nov 02:48
0.30.2
c50e6de
Compare
Choose a tag to compare

Upgraded Jetty to 12.0.3.

v0.22.4

05 Nov 20:14
0.22.4
07a3cf6
Compare
Choose a tag to compare

Upgraded Jetty to 11.0.18

v0.30.1

17 Oct 02:10
0.30.1
2c53742
Compare
Choose a tag to compare

What's Changed

  • feat: upgrade jetty to 12.0.2 and improve buffered output stream by @sunng87 in #118

Full Changelog: 0.30.0...0.30.1

v0.22.3

17 Oct 02:10
0.22.3
9556c2b
Compare
Choose a tag to compare

A maintenance release on Jetty 11 branch.

  • Updated Jetty to 11.0.17

Full Changelog: 0.22.2...0.22.3

v0.30.0 - Jetty 12 for Clojure

10 Sep 14:16
0.30.0
29ea7c9
Compare
Choose a tag to compare

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

08 Sep 02:07
0.22.2
6408280
Compare
Choose a tag to compare
  • Updated Jetty to 11.0.16

Full Changelog: 0.22.1...0.22.2

v0.22.1

23 Jul 07:21
0.22.1
90225fc
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.22.0...0.22.1

v0.22.0

23 May 14:13
0.22.0
94547a6
Compare
Choose a tag to compare

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

Full Changelog: 0.21.0...0.22.0

v0.21.0

27 Apr 14:47
0.21.0
fbb19ed
Compare
Choose a tag to compare

What's Changed

  • refactor!: rework/simplify implementation of SSL keystore hot-reload by @jimpil in #96 . This is a minor breaking change that removes support for ssl keystore reload callback, which is introduced in 0.19.

Full Changelog: 0.20.1...0.21.0

v0.20.0 - Revert stop-server API change

05 Apr 02:33
0.20.0
a8aff90
Compare
Choose a tag to compare

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