Skip to content

Update shoryuken requirement from >= 4.0, <= 5.3 to >= 4.0, <= 6.1 #17

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 31, 2022

Updates the requirements on shoryuken to permit the latest version.

Changelog

Sourced from shoryuken's changelog.

[v6.0.0] - 2022-02-18

  • Breaking changes: Initialize Rails before parsing config file
    • #686
    • Previously, Shoryuken read its configuration from an optional YAML file, then allowed CLI arguments to override those, then initialized the Rails application (provided that --rails or -R was specified). This behavior meant that the config file did not have access to things like environment variables that were initialized by Rails (such as when using dotenv). With this change, Rails is initialized much earlier in the process. After Rails is initialized, the YAML configuration file is interpreted, and CLI arguments are finally interpreted last. Most applications will not need to undergo changes in order to upgrade, but the new load order could technically result in different behavior depending on the application's YAML configuration file or Rails initializers.

[v5.3.2] - 2022-01-19

  • (Bugfix) Preserve queue weights when unpausing queues

  • Improve error message on startup when shoryuken has insufficient permissions to access a queue

[v5.3.1] - 2022-01-07

  • (Bugfix) Fix issue where, when using the TSTP or USR1 signals for soft shutdowns, it was possible for shoryuken to terminate without first attempting to handle all messages it fetched from SQS

[v5.3.0] - 2021-10-31

  • (Refactor) Use Forwardable within Message to avoid method boilerplate

  • Add basic health check API

[v5.2.3] - 2021-07-29

  • Fire new :utilization_update event any time a worker pool's utilization changes

[v5.2.2] - 2021-06-22

  • When using ActiveJob queue name prefixing, avoid applying prefix to queues configured with a URL or ARN

[v5.2.1] - 2021-04-06

  • Reduce message batch sizes in shoryuken sqs requeue and shoryuken sqs mv commands

  • Fix bug in shoryuken sqs requeue and shoryuken sqs mv where those commands would exceed the SQS SendMessageBatch maximum payload size

  • Remove test stub for Concurrent.global_io_executor

  • Run integration tests on CI

... (truncated)

Commits
  • 3afa2b6 Bump to version 6.0.0
  • 99cc52a Add upgrade notes to CHANGELOG
  • da905dc Update CHANGELOG
  • 73edd23 Merge pull request #686 from csebryam/load-rails-earlier
  • dfa286d Disallow CLI to override config options
  • 05dcfee Only allow loading rails using CLI
  • 155c97a Update CHANGELOG
  • a5b31ea Merge pull request #691 from danielvdao/dvd-better-logging
  • 47ccb6b ✅ Add tests
  • cb20244 🔊 add more logging + documentation
  • Additional commits viewable in compare view

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)

Updates the requirements on [shoryuken](https://github.com/phstc/shoryuken) to permit the latest version.
- [Release notes](https://github.com/phstc/shoryuken/releases)
- [Changelog](https://github.com/ruby-shoryuken/shoryuken/blob/main/CHANGELOG.md)
- [Commits](ruby-shoryuken/shoryuken@v4.0.0...v6.0.0)

---
updated-dependencies:
- dependency-name: shoryuken
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 31, 2022
Copy link
Author

dependabot bot commented on behalf of github Nov 2, 2023

Superseded by #18.

@dependabot dependabot bot closed this Nov 2, 2023
@dependabot dependabot bot deleted the dependabot/bundler/shoryuken-gte-4.0-and-lte-6.1 branch November 2, 2023 00:33
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants