Skip to content

Commit

Permalink
Release v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cabol committed Feb 11, 2024
1 parent 94a8fd0 commit 5ff74c9
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,27 @@ All notable changes to this project will be documented in this file.

This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [v2.4.0](https://github.com/cabol/nebulex_redis_adapter/tree/v2.4.0) (2024-02-11)

[Full Changelog](https://github.com/cabol/nebulex_redis_adapter/compare/v2.3.1...v2.4.0)

**Closed issues:**

- Consistently getting MOVED error with a cluster
[#55](https://github.com/cabol/nebulex_redis_adapter/issues/55)

**Merged pull requests:**

- Handle multiple slot ranges
[#58](https://github.com/cabol/nebulex_redis_adapter/pull/58)
([dongfuye](https://github.com/dongfuye))
- Support tuples as keys for `get_all`/`put_all` callbacks in Redis/Client cluster
[#57](https://github.com/cabol/nebulex_redis_adapter/pull/57)
([DanielKulesza](https://github.com/DanielKulesza))
- Support string slot values in CLUSTER SHARD response
[#56](https://github.com/cabol/nebulex_redis_adapter/pull/56)
([DanielKulesza](https://github.com/DanielKulesza))

## [v2.3.1](https://github.com/cabol/nebulex_redis_adapter/tree/v2.3.1) (2023-08-05)

[Full Changelog](https://github.com/cabol/nebulex_redis_adapter/compare/v2.3.0...v2.3.1)
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule NebulexRedisAdapter.MixProject do
use Mix.Project

@source_url "https://github.com/cabol/nebulex_redis_adapter"
@version "2.3.1"
@version "2.4.0"
@nbx_tag "2.6.0"
@nbx_vsn "2.6"

Expand Down

0 comments on commit 5ff74c9

Please sign in to comment.