All Versions
32
Latest Version
Avg Release Cycle
13 days
Latest Release
1017 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v11.8.1 Changes
December 10, 2020 -
v11.8.0 Changes
October 20, 2020 -
v11.7.0 Changes
September 18, 2020๐ Improvements
- โ Add
pfx
HTTPS option (#1364) c33df7f - โก๏ธ Update
body
afterbeforeRequest
(#1453) e1c1844 - Don't allocate buffer twice (#1403) 7bc69d9
๐ Fixes
- โ Add
-
v11.6.2 Changes
September 10, 2020๐ Bug fixes
- Inherit the
prefixUrl
option from parent if it'sundefined
(#1448) a3da70a - Prepare a fix for hanging promise on Node.js 14.10.x 29d4e32
- Prepare for Node.js 15.0.0 c126ff1
๐ Docs
- Point travis-ci.org badge to travis-ci.com (#1442) 2b352d3
- Clarify the retry mechanism f248618
- ๐ Fix
RequestError
links 3ed4af6
โ Tests
- Inherit the
-
v11.6.1 Changes
September 08, 2020 -
v11.6.0 Changes
September 02, 2020๐ Improvements
- โ Add
retry
stream event (#1384) 7072198 - ๐ Merge PromisableRequest into Request 7e8898e
- โ Add types for
http-cache-semantics
options 2e2295f - ๐ Make
CancelError
inheritRequestError
1f132e8 - Export
isErrorWithResponse
82caab2 - โช Revert Export
isErrorWithResponse
, addretryAfter
toRetryObject
643a305 - โ Add documentation comments to exported TypeScript types (#1278) eaf1e02
- โฌ๏ธ Upgrade dependencies (#1416) 0d43f5f
- โ Add more HTTPS tests (#1430) 4ff7098
- ๐ Move cache options into a
cacheOptions
property 9c16d90
๐ Bug fixes
- Got promise shouldn't retry when the body is a stream 6e1aeae
๐ Docs
- โ Add
-
v11.5.1 Changes
July 16, 2020 -
v11.5.0 Changes
July 07, 2020๐ Improvements
- โ Add
backoff
option to pagination (#1182) 4be7446 - โฌ๏ธ Upgrade dependencies (#1345) b9a855d 476c026 8d697bc
- โฌ๏ธ Upgrade to TypeScript 3.9 (#1267) b51d836
๐ Fixes
- ๐ Fix TypeScript types for Promise API (#1344) 676be6d
- ๐ Fix cache not working with HTTP2 ac5f67d
- ๐ Fix
response
event not being emitted on cache verify request (#1305) da4769e - โช Work around a bug in Node.js <=12.18.2 f33e8bc
- โ Remove request error handler after response is downloaded e1afe82
- โช Revert "Remove request error handler after response is downloaded" aeb2e07
๐ Docs
- โ Add
-
v11.4.0 Changes
July 04, 2020- ๐ Fix hanging promise on timeout on HTTP error 934211f
- ๐ Use async iterators to get response body (#1256) 7dcd145
- ๐ Fix promise not returning Buffer on compressed response 5028c11
- ๐ Clarify options.encoding docs 04f3ea4
- ๐ Fix unhandled
The server aborted pending request
rejection 728aef9 - โ Add missing
ECONNRESET
code to an abort error d325d35 - ๐ Fix
prefixUrl
not working when theurl
argument is empty 8d3412a - ๐ Improve the
searchParams
option 4dbada9 - ๐ Fix non-enumerable options [such as body] not being used 8f775c7