github sindresorhus/got v6.1.0
6.1.0

latest releases: v14.2.1, v14.2.0, v14.1.0...
8 years ago

Non-retrieable errors

In got@5 we introduced retries option, which (as name says) retry request on every Error. For most errors this was right thing to do, but in case ENETUNREACH and ENOTFOUND retries are pointless.

This version removes retries from such errors, so you will get instant error, when typo gets into configs.

Changes

v6.0.0...v6.1.0

Don't miss a new got release

NewReleases is sending notifications on new releases.