All Versions
32
Latest Version
Avg Release Cycle
13 days
Latest Release
1223 days ago

Changelog History
Page 1

  • v11.8.1 Changes

    December 10, 2020
  • v11.8.0 Changes

    October 20, 2020
    • ๐Ÿ›  Fix for sending files with size 0 on stat (#1488) 7acd380
    • beforeRetry allows stream body if different from original (#1501) 3dd2273
    • 0๏ธโƒฃ Set default value for an options object (#1495) 390b145

    v11.7.0...v11.8.0

  • v11.7.0 Changes

    September 18, 2020

    ๐Ÿ‘Œ Improvements

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fix a regression where body was sent after redirect 88b32ea
    • ๐Ÿ›  Fix destructure error on promise.json()c97ce7c
    • Do not ignore userinfo on a redirect to the same origin 52de13b

    v11.6.2...v11.7.0

  • v11.6.2 Changes

    September 10, 2020

    ๐Ÿ› Bug fixes

    • Inherit the prefixUrl option from parent if it's undefined (#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

    • โฌ‡๏ธ Downgrade Travis CI Node.js version to 14.9.0 (#1454) 27470b5
  • v11.6.1 Changes

    September 08, 2020

    ๐Ÿ›  Fixes

    Meta

    v11.6.0...v11.6.1

  • 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 inherit RequestError 1f132e8
    • Export isErrorWithResponse 82caab2
    • โช Revert Export isErrorWithResponse, add retryAfter to RetryObject 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 an example of nock integration with retrying f7bbc37
    • ๐Ÿ›  Fix CancelError docs 28c400f
    • ๐Ÿ›  Fix retry delay function in the README (#1425) 38bbb04
    • ๐Ÿ›  Fix a typo in docs b134aa4
  • v11.5.2 Changes

    August 06, 2020

    ๐Ÿ“„ Docs

    • โž• Add hpagent to proxy section (#1363) a3e171c
    • Mention header lowercasing inrequest migration guide (#1387) a748343
    • ๐Ÿ›  Fixed deprecationWarning on https options (#1391) 9a309bd

    ๐Ÿ› Bug fixes

    • ๐Ÿ›  Fix duplicated hooks when paginating e02845f
    • ๐Ÿ›  Fix dnsCache: true having no effect 043c950
  • v11.5.1 Changes

    July 16, 2020

    โœจ Enhancements

    • โฌ†๏ธ Upgrade http2-wrapper to 1.0.0-beta.5.0 16e7f03
    • Compatibility fix to ignore incorrect Node.js 12 typings f7a1379 61d6f61

    ๐Ÿ› Bug fixes

    ๐Ÿ“„ Docs

  • v11.5.0 Changes

    July 07, 2020

    ๐Ÿ‘Œ Improvements

    ๐Ÿ›  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

    • Mention advanced usage of a beforeRequest hook 779062a
    • Mention to end the stream if there's no body 044767e

    v11.4.0...v11.5.0

  • 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 the url argument is empty 8d3412a
    • ๐Ÿ‘Œ Improve the searchParams option 4dbada9
    • ๐Ÿ›  Fix non-enumerable options [such as body] not being used 8f775c7