Releases: redis-rb/redis-cluster-client
Releases · redis-rb/redis-cluster-client
v0.6.1
What's Changed
- fix: a bug for concurrency-model :none by @supercaracal in #272
- build: release 0.6.1 by @supercaracal in #273
Full Changelog: v0.6.0...v0.6.1
v0.6.0
What's Changed
- ci: fix flaky test by @supercaracal in #260
- refactor: use uniformed interfaces to send command to multiple nodes concurrently by @supercaracal in #259
- chore: use a local variable instead of a constant variable for startup size by @supercaracal in #261
- ci: increase max number of threads for benchmark by @supercaracal in #262
- chore: add a guard closure to detect internal bugs earlier by @supercaracal in #263
- fix: reset a concurrent-worker instance when a fork is detected, but the pooled model is not production ready and is not used yet by @supercaracal in #264
- feat: add concurrent worker model option by @supercaracal in #265
- chore: add some benchmarks for iteration per seconds by @supercaracal in #266
- ci: benchmark should be fair by @supercaracal in #267
- chore: remove unnecessary calculation by @supercaracal in #268
- test: add unit test cases for concurrent worker by @supercaracal in #269
- fix: rename option for concurrency by @supercaracal in #270
- build: release 0.6.0 by @supercaracal in #271
Full Changelog: v0.5.0...v0.6.0
v0.5.0
What's Changed
- refactor: lessen responsibility in a method by @supercaracal in #252
- fix: Pub/Sub with performance enhancement and changing error handling by @supercaracal in #255
- feat: Add option to equally likely choose node to read between primary and all replicas by @holyketzer in #254
- ci: fix flaky test by @supercaracal in #257
- build: release 0.5.0 by @supercaracal in #258
New Contributors
- @holyketzer made their first contribution in #254
Full Changelog: v0.4.17...v0.5.0
v0.4.17
What's Changed
- fix: remove dependencies on the thread local storage by @supercaracal in #250
- build: release 0.4.17 by @supercaracal in #251
Full Changelog: v0.4.16...v0.4.17
v0.4.16
What's Changed
- ci: test against redis 7.2 by @supercaracal in #246
- perf: reduce too much shuffle which was intended to prevent biased subscription by @supercaracal in #247
- build: release 0.4.16 by @supercaracal in #248
Full Changelog: v0.4.15...v0.4.16
v0.4.15
What's Changed
- fix: allow configurable max startup samples by @slai11 in #243
- build: release 0.4.15 by @supercaracal in #244
- ci: configure REDIS_CLIENT_MAX_STARTUP_SAMPLE for flaky test cases by @supercaracal in #245
Full Changelog: v0.4.14...v0.4.15
v0.4.14
What's Changed
- perf: spread initialisation load across cluster by @slai11 in #239
- build: release 0.4.14 by @supercaracal in #240
Full Changelog: v0.4.13...v0.4.14
v0.4.13
What's Changed
- perf: lessen cpu usage in loop for Pub/Sub by @supercaracal in #236
- build: release 0.4.13 by @supercaracal in #237
Full Changelog: v0.4.12...v0.4.13
v0.4.12
What's Changed
- perf: lessen wasting memory allocation for Pub/Sub by @supercaracal in #234
- build: release 0.4.12 by @supercaracal in #235
Full Changelog: v0.4.11...v0.4.12
v0.4.11
What's Changed
- perf: lessen wasting memory allocation for Pub/Sub by @supercaracal in #232
- build: release 0.4.11 by @supercaracal in #233
Full Changelog: v0.4.10...v0.4.11