Releases: denodrivers/redis
Releases · denodrivers/redis
v0.27.3
What's Changed
- deps:
[email protected]
,[email protected]
by @uki00a in #343
Full Changelog: v0.27.2...v0.27.3
v0.27.2
What's Changed
- fix: fix
NUMSUB
command by @darrachequesne in #338 - feat(stralgo): improve type definition by @uki00a in #337
- deps:
[email protected]
,[email protected]
by @uki00a in #339
New Contributors
- @darrachequesne made their first contribution in #338
Full Changelog: v0.27.1...v0.27.2
v0.27.1
What's Changed
- fix: xread timeout by @zifeo in #334
- deps:
[email protected]
,[email protected]
by @uki00a in #336
New Contributors
Full Changelog: v0.27.0...v0.27.1
v0.27.0
What's Changed
- BREAKING: Treat null arrays as
BulkNil
instead of the empty array (#321) - BREAKING: Change
BulkNil
fromundefined
tonull
(#331) - feat: add
zinter
command by @ClaudiuCeia (#323) - fix: Improve type definition of
geopos
(#315) - deps:
[email protected]
,[email protected]
(#328) - chore(deno.json): Add
dlink
task (#330)
New Contributors
- @ClaudiuCeia made their first contribution in #323
Full Changelog: v0.26.0...v0.27.0
v0.26.0
What's Changed
- BREAKING: Simplify
Reply
andRedisPipeline
interface in #305 - BREAKING: Improve retry mechanism in #311
- BREAKING: Enable retries by default in #307
- BREAKING: Change
RedisSubscription#close()
to returnvoid
in #308 - feat: username+password auth support by @scott-ling in #310
- refactor(tests): Migrate to
std/testing/bdd
in #306 - deps:
[email protected]
,[email protected]
in #309
New Contributors
- @scott-ling made their first contribution in #310
Full Changelog: v0.25.5...v0.26.0
v0.25.5
What's Changed
- deps:
[email protected]
,[email protected]
(#302) - ci(benchmark): Migrate to
benny
(#301) - chore: Remove
std/testing/bench
(#303)
Full Changelog: v0.25.4...v0.25.5
v0.25.4
What's Changed
- deps: [email protected], [email protected] (#296)
- ci: Use
deno task
(#297) - chore(tests/commands/pubsub): Improve test names (#295)
Full Changelog: v0.25.3...v0.25.4
v0.25.3
What's Changed
- bump: [email protected] (#292)
- test: deflake
'client unblock with timeout'
test (#291)
Full Changelog: v0.25.2...v0.25.3
v0.25.2
What's Changed
- bump: [email protected] (#287)
- fix(#286):
zaddIncr
does not work (#288)
Full Changelog: v0.25.1...v0.25.2
v0.25.1
What's Changed
- bump:
[email protected]
in #282 - fix(#284):
zadd
withopts
argument does not work in #285 - fix(#273): Try to fix flaky tests for
experimental/cluster
in #275 and #277 - refactor(tests): Rewrite tests using sub-steps API in #266
- refactor(tests): Reuse Redis server as much as possible in #268
- docs(cluster): improve clustering example in README by @TillaTheHun0 in #270
- docs: fix typo by @jsejcksn in #276
- chore: Remove
redis_test.ts
in #269 - chore: Move
parseURL
tests totests/util_test.ts
in #278
New Contributors
- @TillaTheHun0 made their first contribution in #270
- @jsejcksn made their first contribution in #276
Full Changelog: v0.25.0...v0.25.1