Skip to content

v0.30.0 - Jetty 12 for Clojure

Compare
Choose a tag to compare
@sunng87 sunng87 released this 10 Sep 14:16
· 115 commits to master since this release
0.30.0
29ea7c9

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