summary refs log tree commit
path: root/CHANGELOG.md
DateCommit message (Expand)
2022-12-24fix misattributed entries in CHANGELOG misattribute
2022-01-25Cache Rack::Request#POST result if input content type is not parseable (Fixes...
2022-01-24Make query string parsing conform to URL spec
2021-11-29Update trusted_proxy? to match on 127.0.0.0/8 (#1781)
2021-11-04Mark `ETag` change in 2.2.0 as breaking (#1778)
2021-11-03Update CHANGELOG for 2.0.9 (Fixes #1767)
2021-11-03Add Rack::Session::Pool :allow_fallback option
2021-11-03remove changelog message as it has no effect on the end user
2021-11-03Set @env directly to avoid unneeded call maintained for extensibility
2021-11-03Revert "Remove unnecessary call to `super()`"
2021-11-03Revert "Flatten Rack::Request::Env into Request"
2021-06-05Remove unnecessary call to `super()` in `Rack::Request::Env` (#1751)
2021-04-26Fix some typos [ci skip]
2021-04-15Allow ws and wss as forwarded scheme/proto headers
2021-03-05Fix generation of multipart filename with space.
2021-01-21Default to & as separator instead of either & or ;
2020-12-01Make Rack::MockResponse handle non-hash headers
2020-11-13Use faster OpenSSL secure_compare if available
2020-09-05Raise Rack::Multipart::EmptyContentError instead of EOFError for parsing empt...
2020-08-27add size to Rack::RewindableInput
2020-07-19Decrease default allowed parameter recursion level from 100 to 32
2020-07-16Add 2.2.3 information to CHANGELOG
2020-07-14Make Rack::Request#{[],[]=} warn even in non-verbose mode
2020-07-14Remove Rack::HTTP_VERSION and don't set HTTP_VERSION in env in cgi and webrick
2020-07-13Make TempfileReaper delete temp files if application raises an exception
2020-06-29Mark "Remove `to_ary` from Response` as breaking
2020-06-29Stop using deprecated OpenSSL constants
2020-05-27Fix using Rack::Session::Cookie with coder: Rack::Session::Cookie::Base64::{J...
2020-05-25Remove options from `Builder#parse_file` & `Builder#load_file`.
2020-05-25SPEC: Require "status" to be Integer and >= 100
2020-05-25Update CHANGELOG.
2020-05-05Add to changelog
2020-02-26Fix username
2020-02-24Update CHANGELOG
2020-02-16Add a CHANGELOG.md entry
2020-02-11Prepare CHANGELOG for next patch release.
2020-02-09Prepare CHANGELOG for next release.
2020-02-09Add CHANGELOG entry for #1577.
2020-02-09Update CHANGELOG to include 2.2.0.
2020-02-08Deprecate option parsing in config.ru files.
2020-02-07Update CHANGELOG to include 2.1.2
2020-02-08Remove SERVER_ADDR.
2020-02-08Add entry to CHANGELOG, minor improvements as discussed.
2020-02-08Add entry to CHANGELOG.
2020-02-06Make Request#params not rescue EOFError
2020-02-06Refactor and document Directory
2020-02-05Update CHANGELOG
2020-02-05Remove `Rack::Files#response_body` as the implementation was broken.
2020-02-05Sort encodings by server preference. Implements #1184.
2020-02-05Update CHANGELOG.