Skip to content

Releases: sunng87/ring-jetty9-adapter

0.35.0 - optional http/2

17 Sep 16:25
0.35.0
3f564e9
Compare
Choose a tag to compare

This release ships a breaking change that http/2 module is now an optional one. Check our readme for more information.

What's Changed

Full Changelog: 0.34.0...0.35.0

0.34.0

16 Sep 04:55
0.34.0
d682929
Compare
Choose a tag to compare

Full Changelog: 0.33.5...0.34.0

0.33.3

29 Jun 11:17
0.33.3
ac58249
Compare
Choose a tag to compare

What's Changed

  • feat: support http2 request headers that contains multiple cookie fields by @rmrt1n in #137
  • Updated ring libraries to 1.12.2

New Contributors

Full Changelog: 0.33.2...0.33.3

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