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 cachex from 3.4.0 to 4.0.3 #138

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 24, 2024

Bumps cachex from 3.4.0 to 4.0.3.

Release notes

Sourced from cachex's releases.

v4.0.3

This is small release to fix an issue with router node monitoring.

Fixes:

  • Resolve an issue with node exclusions inside Ring routers

Please file an issue if there are any further problems!

v4.0.2

This is a very small release to fix some invalid formats when starting a cache.

Fixes:

  • Added support for various Supervisor shorthands

Please feel free to report any issues!

v4.0.1

This is a very small documentation release for the migration guide.

Improvements:

  • Add documentation about :state -> :args in hook definitions.

Please continue to report any other documentation changes!

v4.0.0

Cachex v4.0.0 is a large release which includes many new features and breaking changes.

Please see the migration guide if you need any assistance in upgrading your application to the latest version.

If you're interested, you can read the corresponding blog post.

Fixes:

  • Fixed another round of Dialyzer warnings
  • Fixed a case where the Courier service could hang
  • Fixed a case where hooks were not storing modified state
  • Fixed an issue where fetching could run multiple times simultaneously
  • Fixed an issue where Janitor runs would broadcast hooks twice

Features:

  • Added new Cachex.Limit.Accessed hook to enable LRU caching
  • Added new Cachex.Router behaviour and functionality
  • Added new Cachex.Router.Ring router for distributed caches
  • Added new Cachex.prune/3 to enable manual cache pruning
  • Added new Cachex.warm/2 to enable manual cache warming
  • Added new lazy initialized to cache janitors

... (truncated)

Commits
  • ba35194 Bump to v4.0.3
  • b96dfac Add some missing test coverage
  • 24ba777 Fix monitor exclusion not being applied for newly detected nodes (#392)
  • e1278ac Fix stats configuration in docs
  • b1c6cf8 Update various documentation issues
  • 4a4d8d5 Add a minor note to the README
  • 81b51ad Bump to v4.0.2
  • bad30bd Add more startup handling
  • 71f134b Add support for startup matching documentation
  • 4ce6cfc Reword documentation for clarity
  • 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)

Bumps [cachex](https://github.com/whitfin/cachex) from 3.4.0 to 4.0.3.
- [Release notes](https://github.com/whitfin/cachex/releases)
- [Commits](whitfin/cachex@v3.4.0...v4.0.3)

---
updated-dependencies:
- dependency-name: cachex
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file elixir Pull requests that update Elixir code labels Dec 24, 2024
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 elixir Pull requests that update Elixir code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants