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 net-http-persistent requirement from ~> 3.1 to >= 3.1, < 5.0 in /fluent-plugin-events #113

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 4, 2021

Updates the requirements on net-http-persistent to permit the latest version.

Changelog

Sourced from net-http-persistent's changelog.

=== 4.0.1 / 2021-01-12

Bug fixes:

  • Loosen Ruby version requirement so Ruby 3.0 will work.

=== 4.0.0 / 2020-04-30

Breaking changes:

  • Removed built-in support for retrying failed requests as Net::HTTP has this built-in for all supported versions. Pull request #100 by Michael Grosser.
  • Dropped support for EoL ruby versions (< 2.4). Future feature releases may drop support for ruby versions that are at end-of-life or in security-only maintenance mode with any release. Pull request #113 by David Rodríguez

New features:

  • Added Net::HTTP::Persistent#max_retries= to configure the number of retries performed on a request for ruby versions that support it (2.5+).
  • URI-ness is determined through #respond_to? to allow compatibility with Addressable::URI. Pull request #67 by Ryan McKern.
  • Use require_relative to reduce patch burden for vendored versions. Pull Request #106 by David Rodríguez

Bug fixes:

  • Stop wasting a connection when the keep-alive timeout is less than the idle timeout. Pull request #115 by Yap Sok Ann.
  • Improved use of URI#hostname for IPv6 connections. Pull request #76 by Tomas Koutsky.
  • Improved check for Process::RLIMIT_NOFILE support. Pull request #109 by Vít Ondruch.
  • Fix namespace in comments for escape/unescape wrappers. Pull request #114 by David Rodríguez.
  • Fix History.txt timestamp for 3.0.0 release. Pull request #107 by Joe Van Dyk.
  • Fix link to PR #98 in 3.1.0 release notes. Pull request #110 by Justin Reid.

Other:

  • Updated Net::HTTP::Persistent#reconnect documentation to indicate that all connections are reset. Issue #117 by Taisuke Miyazaki.
Commits
  • 75574f2 Bump version for release
  • 2379e37 Merge pull request #122 from casperisfine/ruby-3.0
  • b074348 Update ruby_version requirement to allow ruby 3.0
  • a787b3d Set release date
  • 6b34e36 Remove duplicate mention of #76
  • f0dc99e Tweak history order
  • e6fb890 Run tests and allow installation on ruby 2.3
  • 17953f9 Fix #max_retries test for ruby 2.4 and older
  • 2d23622 Update history for #100
  • 26ef496 Support Net::HTTP#max_retries=
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot requested a review from a team as a code owner February 4, 2021 06:39
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Feb 4, 2021
@andrzej-stencel
Copy link
Contributor

Superseded by #117

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 5, 2021

OK, I won't notify you again about this release, but will get in touch when a new version is available.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/bundler/fluent-plugin-events/net-http-persistent-4.0.1 branch February 5, 2021 13:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant