We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f011ad commit 6f2bfd9Copy full SHA for 6f2bfd9
1 file changed
History.md
@@ -4,8 +4,12 @@
4
- Support Javax Servlet API 4.0 (JEE 8)
5
- Adds basic compatibility with JRuby 10.0
6
- Drop support for JRuby 9.3
7
-- Drop unnecessary jruby.compat.version and RackConfig.getCompatVersion() API
+- Drop unnecessary `jruby.compat.version` and `RackConfig.getCompatVersion()` API
8
- Drop JMS support
9
+- Drop deprecated `RackLogger` string (level) constants
10
+- Drop `jruby.rack.jruby.version` and `jruby.rack.rack.release` keys from rack `env` Hhsh
11
+- Change context listener to throw, in case of an exception during initialization, by default
12
+- Change rails context listener to assume a thread-safe application by default
13
- update (bundled) rack to 2.2.17
14
- Fix Rails 7.1 CSRF protection when working with `JavaServletStore` sessions
15
0 commit comments