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 solid_cable from 1.0.3 to 3.0.2 #2559

Merged
merged 1 commit into from
Sep 30, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 30, 2024

Bumps solid_cable from 1.0.3 to 3.0.2.

Release notes

Sourced from solid_cable's releases.

v3.0.2

What's Changed

New Contributors

Full Changelog: rails/solid_cable@v3.0.1...v3.0.2

v3.0.1

What's Changed

New Contributors

Full Changelog: rails/solid_cable@v3.0.0...v3.0.1

v3.0.0

What's Changed

Breaking Changes

If you are coming from v2, you'll have to run bin/rails solid_cable:update to get a new migration for the channel index updates.

New Contributors

Full Changelog: rails/solid_cable@v2.0.2...v3.0.0

v2.0.0

Breaking Changes

  • Rename keep_messages_around_for to message_retention to pair with polling_interval by @​dhh (#9)
  • Enable autotrimming by @​npezza93 (#11)

... (truncated)

Commits
  • 7ac9841 Bump version for 3.0.2
  • bd349b3 Support nil ActiveRecord logger (#39)
  • a4d0c56 Bump version for 3.0.1
  • 354e67a Add single database configuration instructions (#37)
  • ba1b1e5 Try to clarify the note on postgres support (#32)
  • 8bbc0fb Fix postgres tests where its not setting created at correctly
  • f55303f Ignore test db
  • ae1102a Adjust trim_chance to replicate solid_cache
  • d81ebe4 Add generator tests
  • 4dfbb69 Add benchmarks for postgres
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Sep 30, 2024
@MrSerth MrSerth force-pushed the dependabot/bundler/solid_cable-3.0.2 branch from b4d2282 to 88acc94 Compare September 30, 2024 23:26
Bumps [solid_cable](https://github.com/rails/solid_cable) from 1.0.3 to 3.0.2.
- [Release notes](https://github.com/rails/solid_cable/releases)
- [Commits](rails/solid_cable@v1.0.3...v3.0.2)

---
updated-dependencies:
- dependency-name: solid_cable
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@MrSerth MrSerth force-pushed the dependabot/bundler/solid_cable-3.0.2 branch from 88acc94 to a16c4c8 Compare September 30, 2024 23:28
@MrSerth MrSerth enabled auto-merge (rebase) September 30, 2024 23:33
@MrSerth MrSerth merged commit 9465072 into master Sep 30, 2024
8 checks passed
@MrSerth MrSerth deleted the dependabot/bundler/solid_cable-3.0.2 branch September 30, 2024 23:41
Copy link

codecov bot commented Sep 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 69.53%. Comparing base (fbff134) to head (a16c4c8).
Report is 2 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2559   +/-   ##
=======================================
  Coverage   69.53%   69.53%           
=======================================
  Files         202      202           
  Lines        6362     6362           
=======================================
  Hits         4424     4424           
  Misses       1938     1938           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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.

1 participant