Skip to content

build(deps): bump nebulex from 2.6.5 to 3.0.1#499

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/hex/nebulex-3.0.1
Open

build(deps): bump nebulex from 2.6.5 to 3.0.1#499
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/hex/nebulex-3.0.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 3, 2026

Bumps nebulex from 2.6.5 to 3.0.1.

Release notes

Sourced from nebulex's releases.

v3.0.1

To see what's new, check the CHANGELOG

v3.0.0

To see what's new, check the CHANGELOG

v3.0.0-rc.2

To see what's new, check the CHANGELOG

v3.0.0-rc.1

To see what's new, check the CHANGELOG

v2.6.6

To see what's new, check the CHANGELOG

Changelog

Sourced from nebulex's changelog.

v3.0.1 (2026-03-01)

Full Changelog

Enhancements

  • [Nebulex.Event.CacheEntryEvent] Forward per-command :telemetry_metadata as :extra_metadata within the event's :metadata map. This allows event listeners to inspect metadata markers without disabling telemetry entirely. The metadata type is now always a map (previously keyword() | map()). #253.
  • [Nebulex] Add "Installation" section to the main module docs clarifying that adapter dependencies (e.g., :nebulex_local) must be added explicitly in mix.exs.
  • [Nebulex] Improve main module docs structure: rename "Caches" to "Usage" and add "What's next" section linking all guides in a logical learning progression.
  • [Nebulex.Cache.Options] Remove misleading default: false from the runtime :telemetry option schema. The actual default comes from the cache's global :telemetry setting in adapter_meta, not the option schema.

v3.0.0 (2026-02-21)

Full Changelog

Enhancements

  • [Nebulex.Caching.Decorators] Decorator-invoked cache operations (cacheable, cache_put, cache_evict) now automatically inject the :decorator_context into the :telemetry_metadata option. This enables telemetry handlers to identify which decorated function triggered each cache operation. The :decorator_context map includes :decorator, :module, :function_name, and :arity. #251.
  • [Nebulex.Caching.Decorators] The cache_evict decorator now properly passes opts through all eviction paths (delete, delete_all), ensuring telemetry metadata propagates consistently.
  • [Nebulex.Adapter] The :telemetry_metadata and :telemetry_event options are now extracted from opts before passing them to the adapter callback, keeping adapter args clean.
  • [Nebulex.Caching.Decorators] Added :transaction option to wrap decorated function execution and cache operations in a cache transaction. When set to true, the decorator locks the specified cache keys for the duration of the transaction, preventing concurrent processes from accessing or modifying them simultaneously. The transaction intelligently determines which keys to lock based on the decorator options (e.g., key: {:in, keys}, :query, or generated keys). This feature helps prevent race conditions, cache stampede, and inconsistent updates in concurrent environments. The :transaction option can be configured both at the module level (use Nebulex.Caching) and at the decorator level, with decorator-level settings overriding module-level

... (truncated)

Commits
  • 738c000 chore(release): v3.0.1 🔖
  • 5de910c feat(observable): add :extra_metadata to CacheEntryEvent metadata (#253)
  • 2b47020 docs(options): remove misleading default from runtime telemetry option
  • b5b4437 docs(nebulex): add installation section and improve main module docs
  • bbea8bd chore(release): v3.0.0 🚀
  • 8c3a852 docs: fix typos, grammar, and code examples across guides and modules
  • b173a22 feat(caching): add decorator context to telemetry metadata (#251)
  • 48ea030 docs(workflow): add agent workflow and contribution guidelines
  • 3f6148c chore(gitignore): update ignore rules
  • d0483fd Update docs
  • 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 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 [nebulex](https://github.com/elixir-nebulex/nebulex) from 2.6.5 to 3.0.1.
- [Release notes](https://github.com/elixir-nebulex/nebulex/releases)
- [Changelog](https://github.com/elixir-nebulex/nebulex/blob/main/CHANGELOG.md)
- [Commits](elixir-nebulex/nebulex@v2.6.5...v3.0.1)

---
updated-dependencies:
- dependency-name: nebulex
  dependency-version: 3.0.1
  dependency-type: direct:production
  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 Mar 3, 2026
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