File tree Expand file tree Collapse file tree 3 files changed +29
-3
lines changed Expand file tree Collapse file tree 3 files changed +29
-3
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ ## [ v3.0.0-rc.1] ( https://github.com/elixir-nebulex/nebulex_local/tree/v3.0.0-rc.1 ) (2025-05-01)
4+ > [ Full Changelog] ( https://github.com/elixir-nebulex/nebulex_local/compare/b7b9c8924f0c4cbfa37c84bdbc152b23aaed067c...v3.0.0-rc.1 )
5+
6+ ### Enhancements
7+
8+ - [ Nebulex.Adapters.Local] Added ` :gc_memory_check_interval ` option to run size
9+ and memory checks. The option receives a positive integer with the time in
10+ milliseconds or an anonymous function to get the timeout at runtime.
11+
12+ ### Backwards incompatible changes
13+
14+ - [ Nebulex.Adapters.Local] Removed ` :gc_cleanup_min_timeout ` option.
15+ Please use ` :gc_memory_check_interval ` instead.
16+ - [ Nebulex.Adapters.Local] Removed ` :gc_cleanup_max_timeout ` option.
17+ Please use ` :gc_memory_check_interval ` instead.
18+
19+ ### Closed issues
20+
21+ - Migrate local adapter to Nebulex v3
22+ [ #1 ] ( https://github.com/elixir-nebulex/nebulex_local/issues/1 )
23+
24+
25+
26+ \* * This Changelog was automatically generated by [ github_changelog_generator] ( https://github.com/github-changelog-generator/github-changelog-generator ) *
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ defmodule Nebulex.Adapters.Local do
3030 See `Nebulex.Adapter.Transaction`.
3131 * Support for stats.
3232
33- [gc]: http://hexdocs.pm/nebulex/Nebulex.Adapters.Local.Generation.html
33+ [gc]: http://hexdocs.pm/nebulex/3.0.0-rc.1/ Nebulex.Adapters.Local.Generation.html
3434
3535 ## Configuration options
3636
Original file line number Diff line number Diff line change 11defmodule NebulexAdaptersLocal.MixProject do
22 use Mix.Project
33
4- @ source_url "https ://github.com/elixir-nebulex/nebulex_local"
4+ @ source_url "http ://github.com/elixir-nebulex/nebulex_local"
55 @ version "3.0.0-rc.1"
66 @ nbx_tag "3.0.0-rc.1"
77 @ nbx_vsn "3.0.0-rc.1"
@@ -78,7 +78,7 @@ defmodule NebulexAdaptersLocal.MixProject do
7878 [
7979 "nbx.setup": [
8080 "cmd rm -rf nebulex" ,
81- "cmd git clone --depth 1 --branch v#{ @ nbx_tag } https ://github.com/elixir-nebulex/nebulex"
81+ "cmd git clone --depth 1 --branch v#{ @ nbx_tag } http ://github.com/elixir-nebulex/nebulex"
8282 ] ,
8383 "test.ci": [
8484 "compile --warnings-as-errors" ,
You can’t perform that action at this time.
0 commit comments