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 bunny and sneakers #74

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

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps bunny and sneakers. These dependencies needed to be updated together.

Updates bunny from 2.9.2 to 2.14.1

Changelog

Sourced from bunny's changelog.

Changes between Bunny 2.14.1 and 2.14.2 (unreleased)

No changes yet.

Changes between Bunny 2.14.0 and 2.14.1 (Feb 26th, 2019)

Gem Installation Fixed on Windows

bin/ci, a directory with symlinks, is no longer included into the gem.

Contributed by Jack Xiaosong Xu.

GitHub issue: #573

Changes between Bunny 2.13.0 and 2.14.0 (Feb 20th, 2019)

Improved Peer Verification Failure Logging

When peer verification fails, the connection will now log
some relevant peer certificate chain details. If Bunny
log level is set to debug, the same information will be logged
unconditionally.

Closing Connections without Waiting for Response

Bunny::Session#close now accepts a parameter that controls whether
it waits for a connection.close-ok frame. Not waiting is useful
when it is known for a fact that the node might not respond
(it might be shutting down, connection is known to be interrupted
or unrecoverable and so on) or waiting is irrelevant to the caller.

Successful Connection Recovery Notification

Bunny::Session#after_recovery_completed (accepts a block)
and a new connection option, :recovery_completed (a callable object)
can be used to react to successful connection and topology recovery.

GitHub issue: #573.

Contributed by Ionut Popa.

effin_utf8 Dependency Dropped

This library no longer supports Ruby 1.8 and thus
doesn't need to depend on the effin_utf8 gem.

Contributed by Luciano Sousa.

Changes between Bunny 2.12.0 and 2.13.0 (Dec 25th, 2018)

... (truncated)
Commits

Updates sneakers from 2.7.0 to 2.11.0

Release notes

Sourced from sneakers's releases.

v2.11.0

Changes Between 2.10.0 and 2.11.0

This releases includes bug fixes, support for more queue-binding options, better
management of the Bunny dependency, and improved documentation. Following is a
list of the notable changes:

Rescue from ScriptError

Fixes a bug that would cause Sneakers workers to freeze if an exception
descending from ScriptError, such as NotImplementedError, is raised

Contributed by @​sharshenov

GitHub Pull Request: 373

Loosen Bunny dependency to minor version

The dependency on Bunny is now pinned to the minor version instead of patch,
allowing users to benefit from non-breaking updates to Bunny without having to
wait for a Sneakers release.

Contributed by @​olivierlacan

GitHub Pull Request: #372

Support :bind_arguments on bind

It is now possible to set arguments on a queue when connecting to a headers
exchange

Contributed by @​nerikj

GitHub Pull Request: #358

Other contributions

This release also contains contributions from @​ivan-kolmychek (bumping up Bunny
dependency), @​michaelklishin (improving code style), and @​darren987469 (adding
examples to the README)

Changelog

Sourced from sneakers's changelog.

Changes Between 2.10.0 and 2.11.0

This releases includes bug fixes, support for more queue-binding options, better
management of the Bunny dependency, and improved documentation. Following is a
list of the notable changes:

Rescue from ScriptError

Fixes a bug that would cause Sneakers workers to freeze if an exception
descending from ScriptError, such as NotImplementedError, is raised

Contributed by @​sharshenov

GitHub Pull Request: 373

Loosen Bunny dependency to minor version

The dependency on Bunny is now pinned to the minor version instead of patch,
allowing users to benefit from non-breaking updates to Bunny without having to
wait for a Sneakers release.

Contributed by @​olivierlacan

GitHub Pull Request: #372

Support :bind_arguments on bind

It is now possible to set arguments on a queue when connecting to a headers
exchange

Contributed by @​nerikj

GitHub Pull Request: #358

Other contributions

This release also contains contributions from @​ivan-kolmychek (bumping up Bunny
dependency), @​michaelklishin (improving code style), and @​darren987469 (adding
examples to the README)

Changes Between 2.8.0 and 2.10.0

This release contains minor breaking API changes.

Worker Timeouts are No Longer Enforced

This is a breaking change for Sneakers::Worker implementations.

Timeouts can be disruptive and dangerous depending on what the workers do but not having them can also
lead to operational headaches.

... (truncated)
Commits
  • d6d70ea Bump to 2.11
  • 5b6b857 Merge pull request #378 from lucaong/master
  • 7efafcc fix typo
  • 5fce4b6 Mention other contributions in the changelog
  • ebab579 Add changelog for new release 2.11.0
  • 99f3dc1 Merge pull request #372 from olivierlacan/loose-bunny
  • fa4793d Merge pull request #373 from sharshenov/rescue-from-script-errors
  • 41c2c92 Rescue from ScriptError
  • d679f87 Loosen Bunny dependency to minor version
  • c1b47f9 Merge pull request #366 from darren987469/add-push-message-ruby-code
  • 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 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.

Bumps [bunny](https://github.com/ruby-amqp/bunny) and [sneakers](https://github.com/jondot/sneakers). These dependencies needed to be updated together.

Updates `bunny` from 2.9.2 to 2.14.1
- [Release notes](https://github.com/ruby-amqp/bunny/releases)
- [Changelog](https://github.com/ruby-amqp/bunny/blob/2.14.1/ChangeLog.md)
- [Commits](ruby-amqp/bunny@2.9.2...2.14.1)

Updates `sneakers` from 2.7.0 to 2.11.0
- [Release notes](https://github.com/jondot/sneakers/releases)
- [Changelog](https://github.com/jondot/sneakers/blob/master/ChangeLog.md)
- [Commits](jondot/sneakers@v2.7.0...v2.11.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@codecov-io
Copy link

codecov-io commented Feb 27, 2019

Codecov Report

Merging #74 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #74   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          23     23           
  Lines         180    180           
=====================================
  Hits          180    180

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0b83319...06214e4. Read the comment docs.

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.

None yet

2 participants