Releases: redis-rb/redis-cluster-client
Releases · redis-rb/redis-cluster-client
v0.13.2
What's Changed
- docs: fix readme by @supercaracal in #420
- ci: add ruby 3.4 to the matrix by @supercaracal in #421
- perf: make dedicated actions definition static by @supercaracal in #422
- perf: prevent needless allocation for string by @supercaracal in #423
- refactor: use
Array#index
instead ofEnumerable#each_with_index
by @supercaracal in #424 - build: release 0.13.2 by @supercaracal in #425
Full Changelog: v0.13.1...v0.13.2
v0.13.1
What's Changed
- chore: fix some miscellaneous points by @supercaracal in #414
- perf: lessen conditional branches by @supercaracal in #415
- perf: lessen conditional branches by @supercaracal in #416
- refactor: naming by @supercaracal in #417
- test: add stream command cases by @supercaracal in #418
- build: release 0.13.1 by @supercaracal in #419
Full Changelog: v0.13.0...v0.13.1
v0.13.0
What's Changed
- fix: instance variable
@errors
not initialized by @supercaracal in #409 - perf: use case-insensitive comparison instead of normalization for command names by @supercaracal in #410
- fix: make no-concurrency mode default by @supercaracal in #411
- build: release 0.13.0 by @supercaracal in #412
Full Changelog: v0.12.1...v0.13.0
v0.12.1
What's Changed
- perf: command builder shouldn't be called on multiple times by @supercaracal in #406
- refactor: remove redundant or unused codes by @supercaracal in #407
- build: release 0.12.1 by @supercaracal in #408
Full Changelog: v0.12.0...v0.12.1
v0.12.0
What's Changed
- docs: remove redundant description from readme by @supercaracal in #399
- fix: make some errors identifiable to which cluster related by @supercaracal in #401
- build: release 0.12.0 by @supercaracal in #402
- fix: set an ID option to a cluster config for the compatibility by @supercaracal in #403
Full Changelog: v0.11.6...v0.12.0
v0.11.6
What's Changed
- Assign a new node after calling update_cluster_info! by @KJTsanaktsidis in #355
- build: release 0.11.6 by @supercaracal in #398
Full Changelog: v0.11.5...v0.11.6
v0.11.5
What's Changed
- test: add a case for the recoverability from cluster down by @supercaracal in #387
- test: add a case for node recovery in a broken cluster by @supercaracal in #388
- test: fix a flaky test case by @supercaracal in #389
- test: fix cluster broken case by @supercaracal in #390
- test: no need to wait uselessly by @supercaracal in #391
- test: remove a redundant case by @supercaracal in #392
- chore: fix a debug script by @supercaracal in #393
- test: move a test case to the right place by @supercaracal in #394
- chore: patch some minor changes by @supercaracal in #395
- fix: the behavior of subscription in pubsub when nodes are unstable by @supercaracal in #396
- build: release 0.11.5 by @supercaracal in #397
Full Changelog: v0.11.4...v0.11.5
v0.11.4
What's Changed
- fix: insufficient error handling for cluster down by @supercaracal in #385
- build: release 0.11.4 by @supercaracal in #386
Full Changelog: v0.11.3...v0.11.4
v0.11.3
What's Changed
- fix: ensure recoverability for pubsub by @supercaracal in #383
- build: release 0.11.3 by @supercaracal in #384
Full Changelog: v0.11.2...v0.11.3
v0.11.2
What's Changed
- fix: ensure recoverability from cluster down for pubsub and transaction by @supercaracal in #381
- build: release 0.11.2 by @supercaracal in #382
Full Changelog: v0.11.1...v0.11.2