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 stomp requirement from = 1.4.3 to = 1.4.5 #98

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

Conversation

dependabot-preview[bot]
Copy link

Updates the requirements on stomp to permit the latest version.

Changelog

Sourced from stomp's changelog.

1.4.5 20181027

  • Add option for no timeout on network read
  • Lock check of io.ready for SSL sockets
  • Squelch some deprecation warnings
  • Address issue #146
  • Reintroduce named excepton on nil header
  • Environmentally control some debug flags
  • Raise named exception on bad server frame
  • Attempt to address issue #152
  • Eliminate Ruby 2.5 warnings in unit tests
  • Major refactor of all gem examples

1.4.4 20170611

  • Merge fix for issue 141.
  • Fix broken MatReconnectAttempts
  • Attempt to detect mismatched SSL port and params.
  • Issue 139, add ssl checks to receive timeout logic.
  • Eliminate assert_nothing_raised from tests.
  • Add Artemis suport to standard test bed.
  • Run JRuby tests more easily.

1.4.3 20160821

  • Quick fix of install failures. Do not try to use install 1.4.2.

1.4.2 20160820

  • Refine SSL examples.
  • Address issue #124 with additional RDOC.
  • spec for Stomp::Client - check that headers passed to connection contain
    required values as well as given custom and that given hash is not modified.
  • Stomp::Client now does not modify given headers hash
  • spec description enhancement.
  • fix build_subscription_id - symbol and string were mixed up.
  • STOMP_TESTSSL flag should enable all SSL tests.
  • Add a basic Gemfile.
  • Fix a memory leak in receipt implementation.
  • Add unit test helper script.

1.4.1 20160623

  • Add call to #post_connection_check to normal SSL processing. This change
    further validates the name of the broker connected to. This change adds to
    the current SSL connection processing logic, and is highly recommended. In the
    case a client cannot tolerate this logic, it can be disabled by adding
    :ssl_post_conn_check => false to the connection hash.
  • Fix typo in SSL failure recovery processing.
... (truncated)
Commits

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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 cancel merge will cancel a previously requested merge
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@majormoses majormoses added the dependencies Pull requests that update a dependency file label Nov 3, 2018
Grissess pushed a commit to wherefortravel/sensu-plugins-rabbitmq that referenced this pull request Nov 30, 2023
Improve on the output message for keys check
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.

2 participants