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 got to the latest version 🚀 #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented Nov 16, 2017

Version 8.0.0 of got was just published.

Dependency got
Current Version 7.1.0
Type dependency

The version 8.0.0 is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of got.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Release Notes v8.0.0

v7.1.0...v8.0.0

Commits

The new version differs by 35 commits.

  • 570ff68 8.0.0
  • a9da2da Force bump versions of all dependencies
  • d39b681 Update to [email protected] (#416)
  • 98a7144 Fix EventEmitter memory leak (#415)
  • 6e4eafa Rewrite stream tests to use async/await
  • a4facf3 Readme and error message tweaks
  • ff41353 Do not throw when using a URL object with auth (#411)
  • e9aea98 Ensure cancel tests wait for a connection before cancelling (#414)
  • 883e40f Improve error handling (#412)
  • c5e2f8d Exclude passed headers with values null or undefined (#413)
  • 0c5e44c Fix socket connect listener memory leak (#406)
  • ae1a0fe Use HTTPS for protocol-less URLs (#405)
  • b9bf2e6 Support an object in the agent option (#386)
  • 01c2636 Use statusMessage returned by endpoint (#398)
  • 73b5614 Bump AVA

There are 35 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

greenkeeper bot added a commit that referenced this pull request Dec 1, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 1, 2017

Version 8.0.1 just got published.

Update to this version instead 🚀

Release Notes v8.0.1
  • Correctly forwards stream errors. 974473a
  • Fix the request not aborting if the connection cannot be established and the timeout expires. 98d226c

v8.0.0...v8.0.1

Commits

The new version differs by 5 commits.

  • 685c7f3 8.0.1
  • 98d226c Update p-timeout to version 2.0.1 (#431)
  • dce4725 Add readme link to related GitLab got (gl-got) (#425)
  • 974473a Correctly forward stream errors (#424)
  • 9495256 Use @sindresorhus/is for type checking (#422)

See the full diff

greenkeeper bot added a commit that referenced this pull request Jan 13, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 13, 2018

Version 8.0.2 just got published.

Update to this version instead 🚀

Release Notes v8.0.2
  • Fix browser usage. 30c39bc
  • Validate that url is UTF-8 encoded. 4f5e6bf

v8.0.1...v8.0.2

Commits

The new version differs by 10 commits.

  • f607c7d 8.0.2
  • 30c39bc Check req.connection exists before attaching event listeners (#429)
  • 4f5e6bf Validate that url is UTF-8 encoded (#441)
  • 841ab63 Bump some dependencies
  • a49dcaf Tweak related section in the readme
  • ad1ea9f Add new related project to the readme (#440)
  • c28877f Update Electron website URL
  • 4ab6bd3 Document cache behaviour (#439)
  • 08cc66e Extract errors into errors.js (#436)
  • e0fff06 package.json indentation

See the full diff

greenkeeper bot added a commit that referenced this pull request Jan 20, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 20, 2018

Version 8.0.3 just got published.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

  • 3f427bb 8.0.3
  • e71d380 Thanks to MOXY for sponsoring my open source work!

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 11, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 11, 2018

Version 8.1.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

  • 1701125 8.1.0
  • b26c51e Allow calling of got.stream via options (#452)
  • 5a88943 Add throwHttpErrors option (#451)

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 19, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 19, 2018

Version 8.2.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

  • 3963b5a 8.2.0
  • cf23244 Don't set accept-encoding if decompress is false (#456)
  • 282b416 Bump dev dependencies

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 9, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 9, 2018

Version 8.3.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 7 commits.

  • 7d1aa01 8.3.0
  • 9a646a3 Don't continue the request after cancellation (#464)
  • 871c3bd Bump p-cancelable
  • 43b51ba Prevent uncaught exception in some cases (#459)
  • 13d6b68 Fix socket 'connect' memory leak (#465)
  • dc068ea Improve docs (#457)
  • b8c8c51 Add documentation on how to test requests (#455)

See the full diff

greenkeeper bot added a commit that referenced this pull request May 1, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented May 1, 2018

Version 8.3.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 5 commits.

  • bd3315b 8.3.1
  • de9514d Set content-length header when using form-data
  • 82763c8 Clear the progress interval if the socket has been destroyed (#469)
  • b465f21 GitHub now natively supports SVG
  • 81f2537 Do not override Accept-Encoding header if already provided (#472)

See the full diff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants