Skip to content
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

Update dependency got to version 7.x #223

Merged
merged 1 commit into from
Jun 1, 2017
Merged

Update dependency got to version 7.x #223

merged 1 commit into from
Jun 1, 2017

Conversation

renovate-bot
Copy link
Collaborator

@renovate-bot renovate-bot commented May 29, 2017

This Pull Request updates dependency got from version 6.7.1 to 7.0.0

Changelog

7.0.0 / 2017-05-29

  • Add ability to opt-out of using `electron.net`
    And support using it in the renderer process => #314
  • Request timeout (#308)
  • Redirect on 307, 308, 303 (#307)
  • Set up proxy event emitter before making a request (#304)
  • Improve use in Electron (#311)
    When used in Electron, we can take advantage of its `net` module, which is documented to be compatible with the Node.js `http` module, but brings automatic proxy support and more.
  • Use class syntax for errors (#306)
  • Add WHATWG URL support (#289)
  • Tiny cleanup
  • Add ability to cancel in-progress requests (#287)
  • Only throw ParseError on 2xx responses (#301)
  • Include response headers and redirect URLs in error object (#302)
  • Bump some devDependencies
  • Set `url` and `requestUrl` directly on the response (#300)
    Party reverts: 382a0cfdd31dbe9501388cfb1b79c39e77b95788
  • reduce retries number and make delays shorter (#299)
    Closes #222
  • 🦄 Welcome @alextes to the project! 🌈
  • Change stringifying options behavior (#297)
  • Add docs for #295
  • Check protocol before sending request (#295)
  • Simplify URL argument test (#296)
  • Don't throw HTTPError on 304 responses (#252)
  • Add url to errors (#286)
  • Remove Node.js 4.4.4 from testing
    Don't care about it.
  • Remove now moot workaround for flaky tests
    Was only relevant for Node.js 0.10/0.12
  • Bump dependencies and fix lint issues
  • Use error constructor to check for ParseError (#273)
  • Add protocol to stdError (#277)
    • Add protocol property to error properties test
    • Add protocol to stdError object
      Adds the protocol to the stdError object got uses for all its errors.
      Closes #249.
  • Make (more) sure the error we get is the one we expect (#267)
  • Bump `ava`
  • Add an AWS service example (#255)
  • Test against Node.js v7, remove v5 (#258)

@codecov-io
Copy link

codecov-io commented May 29, 2017

Codecov Report

Merging #223 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #223   +/-   ##
=======================================
  Coverage   73.74%   73.74%           
=======================================
  Files          19       19           
  Lines        1093     1093           
  Branches      211      211           
=======================================
  Hits          806      806           
  Misses        287      287

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d3d2a20...4a7b16a. Read the comment docs.

@rarkins rarkins merged commit 428cc3d into master Jun 1, 2017
@rarkins rarkins deleted the renovate/got-7.x branch June 1, 2017 04:24
@rarkins rarkins removed the ready label Jun 1, 2017
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 16, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add protocol to error messages Improve retries option defaults
3 participants