1
0
Fork 0
mirror of https://github.com/rest-client/rest-client.git synced 2022-11-09 13:49:40 -05:00

Add history notes for 2.1.0 release candidate.

This commit is contained in:
Andy Brody 2017-07-05 04:23:30 -04:00
parent 1ee6d51000
commit d6c971a804

View file

@ -1,5 +1,8 @@
# unreleased
# 2.1.0.rc1
- Add a dependency on http-accept for parsing Content-Type charset headers.
This works around a bad memory leak introduced in Ruby 2.4.x (the leak is
probably a bug in MRI). (#615)
- Use mime/types/columnar from mime-types 2.6.1+, which is leaner in memory
usage than the older storage model of mime-types. (#393)
- Add `:log` option to individual requests. This allows users to set a log on a
@ -26,6 +29,7 @@
Payload object in Payload::Streamed, creating a pointlessly nested payload.
Also add a `closed?` method to Payload objects, and don't error in
`short_inspect` if `size` returns nil. (#603)
- Test with an image in the public domain to avoid licensing complexity. (#607)
# 2.0.2