Releases: redis-rb/redis-cluster-client
Releases · redis-rb/redis-cluster-client
v0.13.6
What's Changed
- fix: pubsub worker stuck in jruby by @supercaracal in #438
- docs: update development instruction in readme by @supercaracal in #439
- fix: revise rough interruption handling to fine grain for thread by @supercaracal in #440
- ci: run test periodically by @supercaracal in #441
- fix: interruption handling in worker thread by @supercaracal in #442
- test: tweak some concurrency cases by @supercaracal in #443
- fix: wait for threads to be exited on closing workers by @supercaracal in #444
- fix: interruption handling for worker threads by @supercaracal in #445
- ci: disable scheduled workflow jobs in forked repositories by @supercaracal in #446
- ci: exclude an execution of a portion of jobs from regular test workflow by @supercaracal in #447
- ci: more lessen jobs in regular test workflow by @supercaracal in #448
- build: release 0.13.6 by @supercaracal in #449
Full Changelog: v0.13.5...v0.13.6
v0.13.5
What's Changed
- chore: fix badge links in readme by @supercaracal in #433
- test: add several cases for Ractor by @supercaracal in #434
- docs: add a badge for DeepWiki by @supercaracal in #435
- Add
RedisClient::ClusterConfig#connect_timeoutand#write_timeoutby @joshuay03 in #436 - build: 0.13.5 by @supercaracal in #437
New Contributors
- @joshuay03 made their first contribution in #436
Full Changelog: v0.13.4...v0.13.5
v0.13.4
What's Changed
- fix: follow the library changes we depend on by @supercaracal in #430
- fix: make constant values shareable with Ractor by @supercaracal in #429
- build: 0.13.4 by @supercaracal in #431
Full Changelog: v0.13.3...v0.13.4
v0.13.3
What's Changed
- Fixes initial topology by @mezis in #426
- build: release 0.13.3 by @supercaracal in #427
New Contributors
Full Changelog: v0.13.2...v0.13.3
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#indexinstead ofEnumerable#each_with_indexby @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
@errorsnot 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