File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,27 @@ All notable changes to this project will be documented in this file.
44
55This project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ v2.4.0] ( https://github.com/cabol/nebulex_redis_adapter/tree/v2.4.0 ) (2024-02-11)
8+
9+ [ Full Changelog] ( https://github.com/cabol/nebulex_redis_adapter/compare/v2.3.1...v2.4.0 )
10+
11+ ** Closed issues:**
12+
13+ - Consistently getting MOVED error with a cluster
14+ [ #55 ] ( https://github.com/cabol/nebulex_redis_adapter/issues/55 )
15+
16+ ** Merged pull requests:**
17+
18+ - Handle multiple slot ranges
19+ [ #58 ] ( https://github.com/cabol/nebulex_redis_adapter/pull/58 )
20+ ([ dongfuye] ( https://github.com/dongfuye ) )
21+ - Support tuples as keys for ` get_all ` /` put_all ` callbacks in Redis/Client cluster
22+ [ #57 ] ( https://github.com/cabol/nebulex_redis_adapter/pull/57 )
23+ ([ DanielKulesza] ( https://github.com/DanielKulesza ) )
24+ - Support string slot values in CLUSTER SHARD response
25+ [ #56 ] ( https://github.com/cabol/nebulex_redis_adapter/pull/56 )
26+ ([ DanielKulesza] ( https://github.com/DanielKulesza ) )
27+
728## [ v2.3.1] ( https://github.com/cabol/nebulex_redis_adapter/tree/v2.3.1 ) (2023-08-05)
829
930[ Full Changelog] ( https://github.com/cabol/nebulex_redis_adapter/compare/v2.3.0...v2.3.1 )
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ defmodule NebulexRedisAdapter.MixProject do
22 use Mix.Project
33
44 @ source_url "https://github.com/cabol/nebulex_redis_adapter"
5- @ version "2.3.1 "
5+ @ version "2.4.0 "
66 @ nbx_tag "2.6.0"
77 @ nbx_vsn "2.6"
88
You can’t perform that action at this time.
0 commit comments