Skip to content

Update got to version 6.3.0 🚀 #5

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

greenkeeperio-bot
Copy link

Hello 👋

🚀🚀🚀

got just published its new version 6.3.0, which is not covered by your current version range.

If this pull request passes your tests you can publish your software with the latest version of got – otherwise use this branch to work on adaptions and fixes.

Happy fixing and merging 🌴


GitHub Release

followRedirect option

This option disables following redirects and got will not treat them as errors:

const res = await got(`google.com`, {followRedirect: false});
res.statusCode === 302; // true

By default this option is true, so no major changes in code are needed.

Changes

v6.2.0...v6.3.0


The new version differs by 214 commits .

  • d360a1d 6.3.0
  • 82446c9 Merge pull request #166 from ruyadorno/disable-follow-redirect-option
  • f335141 minor tweaks
  • b3cd961 Added option to toggle automatic following redirects
  • 814bcac remove moot regex escape
  • 0664b98 code style - import order
  • f65477e fix typo in tests
  • 76f9377 bump AVA and nyc
  • fc86dcc 6.2.0
  • db7f0a0 note about statusCode/statusMessage props in error
  • 45e758e Merge pull request #183 from satazor/parse-error-status
  • 26a499c Add statusCode to ParseError, closes #182.
  • cecea2d 6.1.2
  • 7717a7c Merge pull request #175 from unikoid/master
  • dbddd67 Clarify readme section about retries

There are 214 commits in total. See the full diff.


This pull request was created by greenkeeper.io.
It keeps your software, up to date, all the time.

Tired of seeing this sponsor message? Upgrade to the supporter plan! You'll also get your pull requests faster ⚡

@tunnckoCore tunnckoCore closed this Apr 6, 2016
@tunnckoCore tunnckoCore deleted the greenkeeper-got-6.3.0 branch April 6, 2016 19:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants