mirror of
https://github.com/rest-client/rest-client.git
synced 2022-11-09 13:49:40 -05:00
Add history note about ParamsArray.
This commit is contained in:
parent
1badabd64e
commit
45adc5e3b5
1 changed files with 3 additions and 0 deletions
|
@ -95,6 +95,9 @@ This release is largely API compatible, but makes several breaking changes.
|
|||
- Add new convention for handling URL params containing deeply nested arrays
|
||||
and hashes, unify handling of null/empty values, and use the same code for
|
||||
GET and POST params. (#437)
|
||||
- Add the RestClient::ParamsArray class, a simple array-like container that
|
||||
can be used to pass multiple keys with same name or keys where the ordering
|
||||
is significant.
|
||||
- Add a few more exception classes for obscure HTTP status codes.
|
||||
- Multipart: use a much more robust multipart boundary with greater entropy.
|
||||
- Make `RestClient::Payload::Base#inspect` stop pretending to be a String.
|
||||
|
|
Loading…
Reference in a new issue