All Versions
124
Latest Version
Avg Release Cycle
24 days
Latest Release
-
Changelog History
Page 6
Changelog History
Page 6
-
v1.5.6 Changes
๐ Feature:
- ๐ Allow deleting of default headers in
before_request
callbacks
- ๐ Allow deleting of default headers in
-
v1.5.5 Changes
๐ Bugfix:
- ๐ Fixing already encoded bodies in plain requests
-
v1.5.4 Changes
๐ Feature:
- Changing
_request
to accept options, including:headers
, rather than headers directly
- Changing
-
v1.5.3 Changes
๐ Feature:
- ๐ Allow passing custom headers as an option to raw requests.
-
v1.5.2 Changes
๐ Bugfix:
- Some APIs return an empty response body even on 200s, so any valid status with an empty body should be handled nicely
-
v1.5.1 Changes
๐ Bugfix:
- ๐ PUT/POST/PATCH methods called on an instantiated object should merge the objects attributes with specified params.
-
v1.5.0 Changes
๐ Bugfix:
- GET requests with the same URL as PUT requests shouldn't use the etag cached version.
-
v1.4.9
September 06, 2017 -
v1.4.8 Changes
๐ Bugfix:
- Responses without content (202, 204) will return an empty object.
-
v1.4.7 Changes
๐ Bugfix:
- Responses without content (202, 204) will still make the headers available in
_headers
.
- Responses without content (202, 204) will still make the headers available in