Skip to content

build(deps): bump nebulex from 2.6.5 to 3.0.2#502

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

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

Conversation

@dependabot
Copy link
Contributor

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

Bumps nebulex from 2.6.5 to 3.0.2.

Release notes

Sourced from nebulex's releases.

v3.0.2

To see what's new, check the CHANGELOG

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.2 (2026-03-07)

Full Changelog

Enhancements

  • Added usage-rules/ folder to the Hex package for agent-assisted development workflows.
  • Fixed CI workflow: split Hex/Rebar install from dependency fetching, improved PLT cache key to include Elixir/OTP versions and mix.lock hash, fixed dialyzer step to run regardless of PLT cache status, and bumped GitHub Actions to v4.

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

... (truncated)

Commits
  • 93c2708 chore(release): v3.0.2 🔖
  • c2c4421 fix(ci): improve GitHub Actions workflow reliability
  • 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
  • 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.2.
- [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.2)

---
updated-dependencies:
- dependency-name: nebulex
  dependency-version: 3.0.2
  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 9, 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