Skip to content

Commit

Permalink
Release 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zuiderkwast committed Feb 9, 2024
1 parent 2c1da82 commit 9858f64
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,11 @@
### 0.12.0 - Feb 9, 2024

* Update slotmap when slot is not served by any node (#192)
* Prevent slotmap updates during redisClusterAsyncFree() (#195)
* Fix builds when using CMake < v3.15 (#196)
* Support adding custom commands at compile time (#200)
* Fix the check for ":0@0" in CLUSTER NODES result (#199)

### 0.11.0 - Sep 15, 2023

* Add event callback for events like 'slotmap updated'.
Expand Down
4 changes: 2 additions & 2 deletions hircluster.h
Expand Up @@ -40,9 +40,9 @@
#define UNUSED(x) (void)(x)

#define HIREDIS_CLUSTER_MAJOR 0
#define HIREDIS_CLUSTER_MINOR 11
#define HIREDIS_CLUSTER_MINOR 12
#define HIREDIS_CLUSTER_PATCH 0
#define HIREDIS_CLUSTER_SONAME 0.11
#define HIREDIS_CLUSTER_SONAME 0.12

#define REDIS_CLUSTER_SLOTS 16384

Expand Down

0 comments on commit 9858f64

Please sign in to comment.