Skip to content

Releases: sunng87/ring-jetty9-adapter

0.37.1

07 Mar 21:09
0.37.1
96e898d
Compare
Choose a tag to compare

What's Changed

  • fix: remove auto error handle in async handler by @sunng87 in #148
  • update jetty to 12.0.17

Full Changelog: 0.37.0...0.37.1

0.37.0

05 Mar 05:12
0.37.0
4b6354a
Compare
Choose a tag to compare

What's Changed

  • feat: remove global try-catch in handler by @sunng87 in #147

Full Changelog: 0.36.1...0.37.0

0.36.1

15 Dec 12:16
0.36.1
936c068
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.36.0...0.36.1

0.36.0

20 Nov 02:30
0.36.0
d5cb1e2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.35.1...0.36.0

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