Skip to content

Commit

Permalink
Release 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bjosv committed Aug 21, 2024
1 parent 923d560 commit d92edb8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### 0.14.0 - Aug 21, 2024

* Fix possible leak when failing to send a async cluster command (#234)
* Don't initiate new connections during a client shutdown (async API) (#225)
* Add redisClustervCommandToNode and redisClustervAppendCommandToNode to API (#231)

### 0.13.0 - Mar 18, 2024

* Add non-const connect callback (#205)
Expand Down
4 changes: 2 additions & 2 deletions hircluster.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
#define UNUSED(x) (void)(x)

#define HIREDIS_CLUSTER_MAJOR 0
#define HIREDIS_CLUSTER_MINOR 13
#define HIREDIS_CLUSTER_MINOR 14
#define HIREDIS_CLUSTER_PATCH 0
#define HIREDIS_CLUSTER_SONAME 0.13
#define HIREDIS_CLUSTER_SONAME 0.14

#define REDIS_CLUSTER_SLOTS 16384

Expand Down

0 comments on commit d92edb8

Please sign in to comment.