From 96a8e4929843cf552851775857f81b0aae41b410 Mon Sep 17 00:00:00 2001 From: Martin Angers Date: Fri, 20 Oct 2023 09:48:06 -0400 Subject: [PATCH] Add new release info --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 2329693..28c0905 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ Package redisc implements a redis cluster client built on top of the [redigo pac ## Releases +* **v1.4.0** : Improve the reliability of the refresh of cluster mapping for edge cases where no nodes are known anymore (thanks to [@ljfuyuan][ljfuyuan]). + * **v1.3.2** : Export the `HashSlots` constant to make it nicer to write the `Cluster.LayoutRefresh` function signature. * **v1.3.1** : Fix closing/releasing of connections used in `Cluster.EachNode`. @@ -91,3 +93,4 @@ The [BSD 3-Clause license][bsd]. [letsfire]: https://github.com/letsfire [iwanbk]: https://github.com/iwanbk [tysonmote]: https://github.com/tysonmote +[ljfuyuan]: https://github.com/ljfuyuan