mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
4.3.2 and 3.12.3 release notes
This commit is contained in:
parent
c36491756f
commit
850c101a50
1 changed files with 6 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
* `GC.compact` is called before fork if available (#2093)
|
||||
* Add `requests_count` to workers stats. (#2106)
|
||||
* Changed #connected_port to #connected_ports (#2076)
|
||||
|
||||
|
||||
* Bugfixes
|
||||
* Windows update extconf.rb for use with ssp and varied Ruby/MSYS2 combinations (#2069)
|
||||
* Preserve `BUNDLE_GEMFILE` env var when using `prune_bundler` (#1893)
|
||||
|
@ -20,6 +20,11 @@
|
|||
* Simplify `Configuration.random_token` and remove insecure fallback (#2102)
|
||||
* Simplify `Runner#start_control` URL parsing (#2111)
|
||||
|
||||
## 4.3.2 and 3.12.3 / 2020-02-27
|
||||
|
||||
* Security
|
||||
* Fix: Prevent HTTP Response splitting via CR/LF in header values. CVE-2020-5247.
|
||||
|
||||
## 4.3.1 and 3.12.2 / 2019-12-05
|
||||
|
||||
* Security
|
||||
|
|
Loading…
Reference in a new issue