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 message_bus from 2.1.2 to 3.3.7 #139

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 17, 2021

Bumps message_bus from 2.1.2 to 3.3.7.

Changelog

Sourced from message_bus's changelog.

  • Version 3.3.7

    • FIX: Prevent simple polling from clobbering the session
    • SECURITY: Fix path traversal on diagnostics route.

31-05-2021

  • Version 3.3.6

    • FEATURE: Introduce support for transport codecs
    • FIX: event subscription leak in JS after start/stop/start sequence
    • FEATURE: MessageBus.onVisibilityChange() can be used to trigger a visibility change check by hand

28-04-2021

  • Version 3.3.5

    • PERF: Optimised CORS preflight handling
    • FEATURE: Enable CORS preflight caching
    • FEATURE: Removed trailing cache buster from message bus polls
    • PERF: Improved delay poll timeout for cases where a tab moves in and out of the background

02-10-2020

  • Version 3.3.4

    • FIX: Remove trailing comma incorrectly added in ec60d8865.

18-09-2020

  • Version 3.3.3

    • FIX: queue_in_memory option not being passed to the backends.

    • FIX: MessageBus::DistributedCache#publish should raise on error.

      On the redis backend, any errors encountered during MessageBus#publish will add the message into an in memory queue and silently swallow the error. While this is behavior is OK for normal message_bus usage, it may lead to inconsistency when using DistributedCache. If a process doesn't publish successfully to another process, it will still update its in memory cache leaving the other processes unaware. As such, the distributed cache is out of sync and will require another successful write to the cache to resync all the caches.

15-09-2020

  • Version 3.3.2

    • FIX: In the JavaScript client throw when when lastId is given but is not a number.
    • FEATURE: raise when attempting to publish to invalid targets

... (truncated)

Commits

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

You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Dec 17, 2021
@dependabot dependabot bot force-pushed the dependabot/bundler/message_bus-3.3.7 branch from 916d307 to bea077c Compare March 30, 2022 22:57
@dependabot dependabot bot force-pushed the dependabot/bundler/message_bus-3.3.7 branch from bea077c to 6e7d671 Compare November 25, 2022 03:20
Bumps [message_bus](https://github.com/discourse/message_bus) from 2.1.2 to 3.3.7.
- [Release notes](https://github.com/discourse/message_bus/releases)
- [Changelog](https://github.com/discourse/message_bus/blob/main/CHANGELOG)
- [Commits](https://github.com/discourse/message_bus/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/bundler/message_bus-3.3.7 branch from 6e7d671 to d91aef6 Compare November 25, 2022 06:38
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.

None yet

0 participants