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

Nebulex v3 #149

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

Nebulex v3 #149

wants to merge 1 commit into from

Commits on Jun 16, 2024

  1. [#189] Nebulex v3 initial draft

    - Ok/Error tuple Cache API.
    - Unify `all` and `get_all` into one callback `get_all`.
    - Remove deprecated module `Nebulex.Hook`.
    - Use `NimbleOptions` to define and validate cache options.
    - Move adapters to separate repositories.
    - All commands optionally support a dynamic cache as the first argument.
    - Deprecate `Nebulex.Adapter.Stats` in favor of `Nebulex.Adapter.Info`.
    - Deprecate `Nebulex.Adapter.Persistence` behaviour.
    - Telemetry events for cache commands out-of-box.
    - Rename the Telemetry metadata field from `:function_name` to `:command`.
    - Option `:bypass_mode` to skip the cache while running tests
    - Changes and improvements on Decorator API.
    - Fix possible inconsistencies on decorators when using references (#215)
    cabol committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    458fadc View commit details
    Browse the repository at this point in the history