Releases: denodrivers/redis
Releases · denodrivers/redis
v0.33.0
v0.32.4
What's Changed
- fix: do not omit args if value is 0 by @ArturSharapov in #435
- fix: use proper xid types for xpending range by @ArturSharapov in #436
New Contributors
- @ArturSharapov made their first contribution in #435
Full Changelog: v0.32.3...v0.32.4
v0.32.3
v0.32.2
v0.32.1
What's Changed
- fix: don't hang on multiple
subscribe()calls in #418 - perf(experimental/web_streams_connection): use
ReadableStreamBYOBReaderin #414 - deps: migrate deprecated
std/async/deferred.tstoPromise.withResolversin #411 - deps:
deno@v1.39.2,deno_std@v0.211.0in #420
Full Changelog: v0.32.0...v0.32.1
v0.32.0
v0.31.0
What's Changed
- BREAKING: remove
closer,maxRetryCountandisRetriablefromConnectionby @uki00a in #386 - BREAKING: simplify
RedisReplytype, addparseReplyoption toRedis#sendCommandby @uki00a in #389 - BREAKING: remove
parseReplyfromSendCommandOptions, addreturnUint8Arraysinstead @uki00a in #392 - fix: perform health check only when the client is in idle state by @uki00a in #387
- deps:
deno@v1.35.1,deno_std@v0.194.0by @uki00a in #394 - chore: import
lodash-esandcluster-key-slotfrom esm.sh by @uki00a in #384 - ci: cache dependencies by @uki00a in #385
Full Changelog: v0.30.0...v0.31.0
v0.30.0
v0.29.4
What's Changed
- feat: Expand
XIdInputto string by @r-ae-i in #378 - deps:
deno@v1.33.3,deno_std@v0.187.0by @uki00a in #379 - chore(tests): migrate
Deno.runtoDeno.Commandby @uki00a in #375 - chore(deno.json): migrate to new format by @uki00a in #377
- ci: re-enable
deno task make_modby @uki00a in #376
New Contributors
- @r-ae-i made their first contribution in #378
Full Changelog: v0.29.3...v0.29.4