summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
* Update MIME types associated to font extensions `.ttf`, `.woff`, `.woff2`, an...David Stosik2023-04-031-0/+2
* Fix borked changelog.Samuel Williams2023-03-231-10/+14
* Changelog: fix typo in version number (#2063)Patrik Ragnarsson2023-03-231-1/+1
* Update changelog.Samuel Williams2023-03-161-1/+17
* Add mjs MIME type (#2057)Achilleas Pipinellis2023-03-161-0/+1
* Add JS MIME type change to CHANGELOG (#2040)Patrik Ragnarsson2023-02-261-0/+1
* Update CHANGELOG.Samuel Williams2023-01-201-2/+15
* Add general `Rack::BadRequest`. (#2019)Samuel Williams2023-01-201-0/+4
* Make `env['rack.input']` optional. (#2018)Samuel Williams2023-01-191-0/+6
* Update changelog.Samuel Williams2023-01-121-1/+5
* Update CHANGELOG.Samuel Williams2022-12-051-1/+9
* Fix Utils.build_nested_query to URL-encode all query string fields (#1989)Jon Dufresne2022-12-031-0/+1
* Fix some typos (#1991)Jon Dufresne2022-12-031-1/+1
* Fix `respond_to?(:each)` with `Rack::Lint` with streaming bodies. (#1981)Samuel Williams2022-11-121-0/+1
* Do not look for override method if there is no form/parseable data (#1980)James Silberbauer2022-11-101-0/+6
* Remove lobster examples (#1962)Patrik Ragnarsson2022-09-091-1/+1
* bump version, update changelog3.0.0Aaron Patterson2022-09-061-0/+4
* bump version, update changelog3.0.0.rc1Aaron Patterson2022-09-041-0/+8
* The stream argument must implement `#<<`. (#1959)Samuel Williams2022-08-311-0/+2
* Allow calling close on `rack.input`. (#1956)Samuel Williams2022-08-301-0/+2
* Add `rack.response_finished` to `Rack::Lint`. (#1952)Samuel Williams2022-08-271-1/+4
* bump version3.0.0.beta1Aaron Patterson2022-08-081-1/+1
* Updated documentation in preparation for Rack 3.0.0 release. (#1943)Samuel Williams2022-08-061-1/+1
* Allow `Rack::Builder#run` to take a block instead of an argument. (#1942)Samuel Williams2022-08-041-0/+1
* Extract `rackup` command, `Rack::Server`, `Rack::Handler` and related code in...Samuel Williams2022-08-041-1/+2
* Separate and simplify full & partial hijack. (#1939)Samuel Williams2022-08-021-0/+3
* Remove requirement for `env['rack.version']`. (#1938)Samuel Williams2022-08-011-1/+2
* Add CHANGELOG entry under "Added" for streaming response bodies.Stefan Wrobel2022-07-091-0/+2
* The response array must always be non-frozen. (#1927)Samuel Williams2022-07-091-0/+3
* Add 2.2.4 to changelog on main branchAndrew Pariser2022-07-081-0/+5
* Copy missing v2.2.3.1 to main branch CHANGELOG. (#1907)Eliot Sykes2022-06-141-0/+5
* Fix various spelling issues. (#1897)Josh Soref2022-05-251-3/+3
* Add SERVER_PROTOCOL to SPEC (#1883)Jeremy Evans2022-04-301-0/+1
* More improvements to changelog. (#1856)Samuel Williams2022-04-071-11/+11
* Add missing changelog entries and minor formatting improvements. (#1853)Samuel Williams2022-04-081-89/+91
* Use lower case normalisation for cookie attributes. (#1849)Samuel Williams2022-04-061-0/+1
* Don't bother pattern matching existing set-cookie for deletion. (#1844)Samuel Williams2022-04-061-0/+1
* Allow configuring priorities for Forwarded and X-Forwarded-*Jeremy Evans2022-04-041-1/+3
* Add :escape_key option to set_cookie_headerJeremy Evans2022-03-221-0/+1
* Remove deprecated Rack::Request::SCHEME_WHITELISTJeremy Evans2022-03-161-0/+1
* Define Rack::NullLogger#fatal!Jeremy Evans2022-03-031-0/+1
* Do not change directory to / when daemonizing (Fixes #1813)Jeremy Evans2022-02-231-0/+1
* Merge pull request #1812 from jeremyevans/no-uppercase-headers-1592Aaron Patterson2022-02-221-0/+6
|\
| * Change SPEC to not allow uppercase header keysJeremy Evans2022-02-181-0/+6
* | Move `Rack::Session` module and related tests into a separate gem.Samuel Williams2022-02-221-0/+1
|/
* Mark `Rack::File` compatibility wrapper as deprecated.Samuel Williams2022-02-191-0/+1
* Add Rack::RewindableInput::MiddlewareJeremy Evans2022-02-131-0/+1
* Remove rewindable rack.input from SPECJeremy Evans2022-02-131-0/+4
* Add Rack::Headers to support lower-case header keysJeremy Evans2022-02-021-0/+1
* Remove `rack.multithread`/`rack.multiprocess`/`rack.run_once`Jeremy Evans2022-01-261-0/+4