Releases: sunng87/ring-jetty9-adapter
Releases · sunng87/ring-jetty9-adapter
0.36.1
0.36.0
What's Changed
- feat: update ring to 1.13 by @sunng87 in #141
- Pass correct arity of params to
ws/upgrade-websocket
by @alexandergunnarson in #144 - feat: jetty 12.0.15 by @sunng87 in #143
New Contributors
- @alexandergunnarson made their first contribution in #144
Full Changelog: 0.35.1...0.36.0
0.35.0 - optional http/2
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
Full Changelog: 0.33.5...0.34.0
0.33.3
0.33.0
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
v0.32.2
v0.32.0
What's Changed
- Add
ws-configurator
parameter by @eneroth in #125 - feat: add more options for websocket by @sunng87 in #126
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