Skip to content

Commit 0a2c927

Browse files
committed
Update changelog in preparation for 2.1.2
1 parent b50bc8b commit 0a2c927

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [2.1.2]
2+
3+
- Fix multipart parser for some files to prevent denial of service ([@aiomaster](https://github.com/aiomaster))
4+
- Fix `Rack::Builder#use` with keyword arguments ([@kamipo](https://github.com/kamipo))
5+
- Skip deflating in Rack::Deflater if Content-Length is 0 ([@jeremyevans](https://github.com/jeremyevans))
6+
- Remove `SessionHash#transform_keys`, no longer needed ([@pavel](https://github.com/pavel))
7+
- Add to_hash to wrap Hash and Session classes ([@oleh-demyanyuk](https://github.com/oleh-demyanyuk))
8+
- Handle case where session id key is requested but missing ([@jeremyevans](https://github.com/jeremyevans))
9+
110
## [2.1.1] - 2020-01-12
211

312
- Remove `Rack::Chunked` from `Rack::Server` default middleware. ([#1475](https://github.com/rack/rack/pull/1475), [@ioquatix](https://github.com/ioquatix))

0 commit comments

Comments
 (0)