Sourced from rack's changelog.
Changelog
All notable changes to this project will be documented in this file. For info on how to format all future additions to this file please reference Keep A Changelog.
Unreleased
Added
- Introduce
Rack::VERSION
constant. (#2199, [@ioquatix
])- ISO-2022-JP encoded parts within MIME Multipart sections of an HTTP request body will now be converted to UTF-8. (#2245, [
@nappa
])Changed
- Invalid cookie keys will now raise an error. (#2193, [
@ioquatix
])Rack::MediaType#params
now handles empty strings. (#2229, [@jeremyevans
])Deprecated
Rack::Auth::AbstractRequest#request
is deprecated without replacement. (#2229, [@jeremyevans
])Rack::Request#parse_multipart
(private method designed to be overridden in subclasses) is deprecated without replacement. (#2229, [@jeremyevans
])Removed
Rack::Request#values_at
is removed. (#2200, [@ioquatix
])Rack::Logger
is removed with no replacement. (#2196, [@ioquatix
])- Automatic cache invalidation in
Rack::Request#{GET,POST}
has been removed. (#2230, [@jeremyevans
])Fixed
0349488
Bump patch version.4aa1978
Escape non-printable characters when logging.