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

Bump stripe from 4.23.0 to 5.6.0 #4290

Closed
wants to merge 1 commit into from

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps stripe from 4.23.0 to 5.6.0.

Release notes

Sourced from stripe's releases.

stripe-ruby v5.6.0

  • #861 Nicer error when specifying non-nil non-string opt value

See the changelog for more details.

stripe-ruby v5.5.0

  • #859 User-friendly messages and retries for EOFError, Errno::ECONNRESET, Errno::ETIMEDOUT, and Errno::EHOSTUNREACH network errors

See the changelog for more details.

stripe-ruby v5.4.1

  • #858 Drop Timecop dependency

See the changelog for more details.

stripe-ruby v5.4.0

  • #857 Move to monotonic time for duration calculations

See the changelog for more details.

stripe-ruby v5.3.0

  • #853 Support Stripe-Should-Retry header

See the changelog for more details.

stripe-ruby v5.2.0

  • #851 Introduce system for garbage collecting connection managers

See the changelog for more details.

stripe-ruby v5.1.1

  • #845 Transfer the request_id from the http_headers to error.

See the changelog for more details.

stripe-ruby v5.1.0

  • #841 Retry requests on a 429 that's a lock timeout

See the changelog for more details.

stripe-ruby v5.0.1

  • #836 Increase connection keep alive timeout to 30 seconds

See the changelog for more details.

stripe-ruby v5.0.0

Major version release. The migration guide contains a detailed list of backwards-incompatible changes with upgrade instructions.

Pull requests included in this release (cf. #815) (⚠️ = breaking changes):

  • ⚠️ #813: Convert library to use built-in Net::HTTP
... (truncated)
Changelog

Sourced from stripe's changelog.

5.6.0 - 2019-10-04

  • #861 Nicer error when specifying non-nil non-string opt value

5.5.0 - 2019-10-03

  • #859 User-friendly messages and retries for EOFError, Errno::ECONNRESET, Errno::ETIMEDOUT, and Errno::EHOSTUNREACH network errors

5.4.1 - 2019-10-01

  • #858 Drop Timecop dependency

5.4.0 - 2019-10-01

  • #857 Move to monotonic time for duration calculations

5.3.0 - 2019-10-01

  • #853 Support Stripe-Should-Retry header

5.2.0 - 2019-09-19

  • #851 Introduce system for garbage collecting connection managers

5.1.1 - 2019-09-04

  • #845 Transfer the request_id from the http_headers to error.

5.1.0 - 2019-08-27

  • #841 Retry requests on a 429 that's a lock timeout

5.0.1 - 2019-08-20

  • #836 Increase connection keep alive timeout to 30 seconds

5.0.0 - 2019-08-20

Major version release. The migration guide contains a detailed list of backwards-incompatible changes with upgrade instructions.

Pull requests included in this release (cf. #815) (⚠️ = breaking changes):

  • ⚠️ #813: Convert library to use built-in Net::HTTP
  • ⚠️ #816: Make code argument in CardError named instead of positional.
  • ⚠️ #817: Drop support for very old Ruby versions.
  • #818: Bump Rubocop to latest version
  • #819: Ruby minimum version increase followup
  • ⚠️ #820: Remove old deprecated methods
  • ⚠️ #823: Remove all alias for list methods
  • ⚠️ #826: Remove UsageRecord.create method
  • ⚠️ #827: Remove IssuerFraudRecord
  • #811: Add ErrorObject to StripeError exceptions
  • #828: Tweak retry logic to be a little more like stripe-node
  • #829: Reset connections when connection-changing configuration changes (optional)
  • #830: Fix inverted sign for 500 retries
  • ⚠️#831: Remove a few more very old deprecated methods
  • #832: Minor cleanup in StripeClient
  • #833: Do better bookkeeping when tracking state in Thread.current
  • #834: Add Invoice.list_upcoming_line_items method

4.24.0 - 2019-08-12

... (truncated)
Commits
  • c206a3c Bump version to 5.6.0
  • bbb585a Nicer error when specifying non-nil non-string opt value (#861)
  • 8fc0f70 Exclude ephemeral test scripts from Rubocop linting (#860)
  • 7e5698e Bump version to 5.5.0
  • ba7ee5c User-friendly messages and retries for EOFError and a few more network errors...
  • 27718e0 Drop Timecop dependency (#858)
  • 8bab04e Bump version to 5.4.1
  • e52bb95 Bump version to 5.4.0
  • 480303c Move to monotonic time for duration calculations (#857)
  • f2b1fa1 Bump version to 5.3.0
  • 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [stripe](https://github.com/stripe/stripe-ruby) from 4.23.0 to 5.6.0.
- [Release notes](https://github.com/stripe/stripe-ruby/releases)
- [Changelog](https://github.com/stripe/stripe-ruby/blob/master/CHANGELOG.md)
- [Commits](stripe/stripe-ruby@v4.23.0...v5.6.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@pr-triage pr-triage bot added the PR: unreviewed bot applied label for PR's with no review label Oct 7, 2019
@CLAassistant
Copy link

CLA assistant check
Thank you for your submission, we really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@dependabot-preview
Copy link
Contributor Author

Superseded by #4521.

@dependabot-preview dependabot-preview bot deleted the dependabot/bundler/stripe-5.6.0 branch October 21, 2019 10:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR: unreviewed bot applied label for PR's with no review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant