Skip to content

Conversation

cabol
Copy link
Member

@cabol cabol commented Mar 26, 2022

No description provided.

@cabol cabol force-pushed the v3.0.0-dev branch 3 times, most recently from ea68edb to 21b071c Compare March 26, 2022 14:33
@coveralls
Copy link

coveralls commented Mar 26, 2022

Coverage Status

coverage: 100.0%. remained the same
when pulling 799cfb9 on v3.0.0-dev
into fbea6d1 on master.

@cabol cabol force-pushed the v3.0.0-dev branch 2 times, most recently from 4348690 to 88aa021 Compare August 29, 2022 09:26
@cabol cabol force-pushed the v3.0.0-dev branch 2 times, most recently from bab2a2d to 5ffc3ab Compare November 14, 2022 09:29
@cabol cabol force-pushed the v3.0.0-dev branch 3 times, most recently from 75d8e95 to dd1fe2a Compare November 20, 2022 15:19
@cabol cabol force-pushed the v3.0.0-dev branch 3 times, most recently from 1cb7913 to 8430506 Compare November 26, 2022 12:31
@cabol cabol force-pushed the master branch 4 times, most recently from 513272a to 53e570d Compare January 9, 2023 11:35
@cabol cabol force-pushed the v3.0.0-dev branch 2 times, most recently from 142e5f9 to 01fbeaf Compare January 29, 2023 09:54
@cabol cabol force-pushed the v3.0.0-dev branch 2 times, most recently from c6cd5c8 to 82b130a Compare February 5, 2023 21:00
@cabol cabol force-pushed the v3.0.0-dev branch 3 times, most recently from f244396 to 71618d5 Compare March 26, 2023 13:01
Copy link

codecov bot commented Apr 18, 2025

Welcome to Codecov 🎉

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

ℹ️ You can also turn on project coverage checks and project coverage reporting on Pull Request comment

Thanks for integrating Codecov - We've got you covered ☂️

@cabol cabol force-pushed the v3.0.0-dev branch 7 times, most recently from 1310a57 to e804e67 Compare April 21, 2025 16:05
@cabol cabol force-pushed the v3.0.0-dev branch 6 times, most recently from e921e8c to 4b2d8e3 Compare April 27, 2025 13:08
@cabol cabol changed the title Nebulex v3 [#189] Nebulex v3.0.0-rc.1 May 1, 2025
@cabol cabol changed the title [#189] Nebulex v3.0.0-rc.1 [#189] Nebulex v3.0.0-rc.1 May 1, 2025
@cabol cabol merged commit d521043 into main May 1, 2025
5 checks passed
@cabol cabol deleted the v3.0.0-dev branch May 1, 2025 08:49
cabol added a commit that referenced this pull request May 1, 2025
Nebulex `v3.0.0-rc.1`:
- 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)
- Option `:keep_ttl` to determine whether to retain the TTL
- Observable API: A tagging interface for cache entry event handlers (experimental)
- Update Nebulex to `elixir-nebulex` org
- Update docs
cabol added a commit that referenced this pull request May 1, 2025
Nebulex `v3.0.0-rc.1`:
- 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)
- Option `:keep_ttl` to determine whether to retain the TTL
- Observable API: A tagging interface for cache entry event handlers (experimental)
- Update Nebulex to `elixir-nebulex` org
- Update docs
cabol added a commit that referenced this pull request May 1, 2025
Nebulex `v3.0.0-rc.1`:
- 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)
- Option `:keep_ttl` to determine whether to retain the TTL
- Observable API: A tagging interface for cache entry event handlers (experimental)
- Update Nebulex to `elixir-nebulex` org
- Update docs
cabol added a commit that referenced this pull request May 1, 2025
Nebulex `v3.0.0-rc.1`:
- 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)
- Option `:keep_ttl` to determine whether to retain the TTL
- Observable API: A tagging interface for cache entry event handlers (experimental)
- Update Nebulex to `elixir-nebulex` org
- Update docs
cabol added a commit that referenced this pull request May 1, 2025
Nebulex `v3.0.0-rc.1`:
- 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)
- Option `:keep_ttl` to determine whether to retain the TTL
- Observable API: A tagging interface for cache entry event handlers (experimental)
- Update Nebulex to `elixir-nebulex` org
- Update docs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants