Skip to content

Releases: sunng87/ring-jetty9-adapter

v0.19.0 - Performance boost

02 Apr 06:11
0.19.0
0fee10d
Compare
Choose a tag to compare

Thanks to contributions from @jimpil , we have seen up to 50% latency improvement on http request processing.

What's Changed

  • Adds support for SSL certificate hot-reloading by @jimpil in #91
  • use gen-class for proxying handlers by @jimpil in #93

New Contributors

Full Changelog: 0.18.5...0.19.0

0.18.0 - Jetty 11

03 Nov 02:42
0.18.0
e0adc02
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.17.9...0.18.0

v0.17.6 - Experimental HTTP/3 Support

15 Apr 14:16
0.17.6
39b97fb
Compare
Choose a tag to compare

Changes for 0.17.6 are:

  • Introducing experimental support of HTTP/3. Note that the feature is an optional one, which won't bring in additional dependency if you did not enable it.
  • Updated Jetty to 10.0.9
  • Added classpath:/ URI support for :keystore

0.17.0

05 Jan 06:57
0.17.0
c57e94f
Compare
Choose a tag to compare
  • Fixed Jetty warnings
  • Removed deprecated websocket handler api

v0.15.0

01 Mar 14:40
0.15.0
38f456e
Compare
Choose a tag to compare

Jetty 10 support.