Releases: redis-rb/redis-cluster-client
Releases · redis-rb/redis-cluster-client
v0.4.5
What's Changed
- fix: broken behavior for Pub/Sub by @supercaracal in #217
- build: release 0.4.5 by @supercaracal in #218
Full Changelog: v0.4.4...v0.4.5
v0.4.4
What's Changed
- test: against auth-required servers by @supercaracal in #209
- chore: correct a constant for dummy latency in measurement by @supercaracal in #210
- docs: add migration example to readme by @supercaracal in #211
- docs: delete housekeeping matters from an example code for readability by @supercaracal in #212
- docs: add background of this gem to readme by @supercaracal in #213
- fix: client should be able to subscribe multiple channels for Pub/Sub by @supercaracal in #215
- build: release 0.4.4 by @supercaracal in #216
Full Changelog: v0.4.3...v0.4.4
v0.4.3
What's Changed
- refactor: parsing cluster node command reply by @supercaracal in #201
- refactor: steps to parse reply for several commands in bootstrap by @supercaracal in #202
- refactor: bootstrap by @supercaracal in #203
- chore: freeze some objects by @supercaracal in #204
- fix: use hostname in node_key if present in CLUSTER NODES by @slai11 in #207
- build: release 0.4.3 by @supercaracal in #208
New Contributors
Full Changelog: v0.4.2...v0.4.3
v0.4.2
What's Changed
- ci: fix matrices by @supercaracal in #192
- ci: add jruby by @supercaracal in #193
- ci: add truffleruby by @supercaracal in #194
- ci: add memory profiling cases with massive cluster by @supercaracal in #195
- chore: rename compose file to more consistency by @supercaracal in #196
- fix: a bug for client list command by @supercaracal in #197
- build: release 0.4.2 by @supercaracal in #200
Full Changelog: v0.4.1...v0.4.2
v0.4.1
What's Changed
- fix: delay transformation of reply data to prevent errors while converting by @supercaracal in #190
- build: release 0.4.1 by @supercaracal in #191
Full Changelog: v0.4.0...v0.4.1
v0.4.0
What's Changed
- ci: add ruby 3.2 to matrices by @supercaracal in #184
- fix: use fiber local storage instead of thread local storage by @supercaracal in #185
- refactor: slot-node mappings implementation by @supercaracal in #186
- ci: aggregate jobs by @supercaracal in #187
- feat: support circuit breaker by @supercaracal in #188
- build: release 0.4.0 by @supercaracal in #189
Full Changelog: v0.3.15...v0.4.0
v0.3.15
What's Changed
- chore: fix minimum revision of dependencies in gemspec by @supercaracal in #173
- fix: use public_send method instead of send method by @supercaracal in #174
- test: fix memory profiling settings by @supercaracal in #175
- test: keep pipelining size in moderation for benchmarks by @supercaracal in #176
- test: fix pipeline size for benchmarks by @supercaracal in #177
- test: add sharded pub/sub cases by @supercaracal in #179
- ci: bump redis server version from 7.0.1 to 7.0.5 for testing by @supercaracal in #180
- fix: SCRIPT EXISTS must check all nodes by @doersf in #182
- build: release 0.3.15 by @supercaracal in #183
Full Changelog: v0.3.14...v0.3.15
v0.3.14
What's Changed
- fix: use monkey patch instead of calling Object#send and Object#instance_variable_get by @supercaracal in #170
- ci: use environment variables instead of set-output commands by @supercaracal in #171
- build: release 0.3.14 by @supercaracal in #172
Full Changelog: v0.3.13...v0.3.14
v0.3.13
What's Changed
- ci: prevent to invoke a workflow on forked repository by @supercaracal in #162
- ci: The workflow is not valid. Unexpected symbol: ... by @supercaracal in #163
- fix: use microsecond instead of nanosecond for latency measurements by @supercaracal in #164
- test: fix ssl/tls settings for servers by @supercaracal in #165
- fix: pipelined broken due to redis-client v0.10 by @supercaracal in #167
- build: release 0.3.13 by @supercaracal in #168
Full Changelog: v0.3.12...v0.3.13
v0.3.12
What's Changed
- test: add redis-cluster-proxy to benchmarks by @supercaracal in #154
- test: fix docker build failure by @supercaracal in #155
- test: fix workflow settings for redis-cluster-proxy by @supercaracal in #156
- test: grant write permissions to a workflow for docker push by @supercaracal in #157
- test: enable redis-cluster-proxy benchmark by @supercaracal in #158
- chore: print machine information before running benchmark by @supercaracal in #159
- perf: faster extract_hash_tag by @doersf in #160
- build: release 0.3.12 by @supercaracal in #161
New Contributors
Full Changelog: v0.3.11...v0.3.12