All Versions
32
Latest Version
Avg Release Cycle
13 days
Latest Release
1502 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v11.3.0 Changes
June 05, 2020- ๐ Deep merge
https
options (#1304) c98f0d7 - โ Add options to customize parsing/stringifying JSON (#1298) cb4da8d
- โ Add
dnsLookupIpVersion
option (#1264) 7f643bb
- ๐ Deep merge
-
v11.2.0 Changes
June 01, 2020- Provide an overload for unknown
responseType
(#1276) b9ba18a - ๐ Fix overriding some options in a
beforeRequest
hook (#1293) d8c00cf - ๐ Fix hanging promise on aborted requests on Node v14.3.0 (#1296) 2ccc4c2
- Do not wait for
ready
event if the file descriptor is already opened (#1289) 2c8fe19 - General improvements to HTTPS API (#1255) 697de37
- Provide an overload for unknown
-
v11.1.4 Changes
May 16, 2020- ๐ Clarify docs for got.HTTPError (#1244) 3f125f1
- โฌ๏ธ Upgrade
cacheable-lookup
to 5.0.3 9770e54 - โ Add a Runkit example (#1253) 48bbb36
- ๐ Mention
options.rejectUnauthorized
in the documentation 9b04963 - โ
Test
responseType
set toundefined
0e8582f - Slightly improve RunKit example 6f84051
- ๐ Make
got.paginate()
an alias forgot.paginate.each()
5480b31 - Don't force query string normalization (#1246) 761b8e0
- โฌ๏ธ Upgrade
decompress-response
to6.0.0
c2bc014 - Migrate from
lolex
to@sinonjs/fake-timers
(#1270) df333dd - ๐ Make
calculateDelay
promisable (#1266) 3745efc
-
v11.1.3 Changes
May 10, 2020- ๐ Do not use deprecated
request.abort()
(#1242) ab338a7 - โ Remove the
host
header on redirect (#1241) 8ff71d9 - Prevent URL pollution (#1243) 7dbb9ee
- ๐ Fix duplicated searchParams for pagination API (#1229) 91aa0ac
- โ Add a test for stringified
searchParams
in merge (#1208) 7d7361c - ๐ Fix reusing options when paginating 8862270
- ๐ Fix an invalid pagination test 47c1afe 5131dc2
- ๐ Do not use deprecated
-
v11.1.2 Changes
May 08, 2020๐ Bug fixes
- 0๏ธโฃ Disable
options.dnsCache
by default 79507c2
This should stay disabled when making requests to internal hostnames such as localhost, database.local etc.
CacheableLookup uses dns.resolver4(..) and dns.resolver6(...) under the hood and fall backs to dns.lookup(...) when the first two fail, which may lead to additional delay.โจ Enhancements
- 0๏ธโฃ Disable
-
v11.1.1 Changes
May 06, 2020 -
v11.1.0 Changes
May 02, 2020 -
v11.0.3 Changes
April 30, 2020๐ Fixes
- Limit number of requests in pagination to prevent accidental overflows (#1181) 4344c3a
- ๐ Fix promise rejecting before retry b927e2d
- ๐ Fix
options.searchParams
duplicates 429db40 - Prevent calling
.abort()
on a destroyed request 63c1b72
๐ Docs
-
v11.0.2 Changes
April 22, 2020 -
v11.0.1 Changes
April 20, 2020๐ Fixed two regressions:
Improved TypeScript types for errors inherited from
RequestError