Skip to content

Releases: sunng87/ring-jetty9-adapter

0.33.0

18 Apr 22:54
0.33.0
34e89a5
Compare
Choose a tag to compare

What's Changed

  • feat: update ring to 1.12 by @sunng87 in #131
  • fix: correct check for websocket ping implementation by @sunng87 in #135

Upgrade

Note that from 0.33 of rj9a, we dropped dependencies to ring/ring-core and only depend on their protocol artifacts. This won't be a problem if your applications are just normal ring sync or async handlers. However, for websocket users, you will need to include ring/ring-core explicitly as dependency to be able to use websocket APIs.

Full Changelog: 0.32.3...0.33.0

v0.32.3

02 Apr 18:13
0.32.3
0bc733d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.32.2...0.32.3

v0.32.2

17 Mar 00:55
0.32.2
8584211
Compare
Choose a tag to compare

What's Changed

  • feat: upgarde http3 module to latest QuicServerConnector api by @sunng87 in #129

Full Changelog: 0.32.1...0.32.2

v0.32.0

11 Feb 06:15
0.32.0
d0a2ed1
Compare
Choose a tag to compare

What's Changed

Note that default value of ws-max-idle-timeout has been changed from 50s to 30s, for consistency with Jetty's defaults.

New Contributors

Full Changelog: 0.31.1...0.32.0

0.31.0

10 Jan 13:09
0.31.0
f083843
Compare
Choose a tag to compare

This is the first release for new Ring 1.11 and its new websocket API.

What's Changed

  • feat: proof of concept implementation for ring.websocket by @sunng87 in #116
  • fix: ring websocket implementation fix by @sunng87 in #121

Full Changelog: 0.30.4...0.31.0

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