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:
parent
1ee6d51000
commit
d6c971a804
1 changed files with 5 additions and 1 deletions
|
@ -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
|
- 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)
|
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
|
- 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.
|
Payload object in Payload::Streamed, creating a pointlessly nested payload.
|
||||||
Also add a `closed?` method to Payload objects, and don't error in
|
Also add a `closed?` method to Payload objects, and don't error in
|
||||||
`short_inspect` if `size` returns nil. (#603)
|
`short_inspect` if `size` returns nil. (#603)
|
||||||
|
- Test with an image in the public domain to avoid licensing complexity. (#607)
|
||||||
|
|
||||||
# 2.0.2
|
# 2.0.2
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue