Releases: denodrivers/redis
Releases · denodrivers/redis
v0.34.0
What's Changed
- feat: support
GET
option of the SET command by @uki00a in #455 - feat: support
EXAT
andPXAT
options of the SET command by @uki00a in #456 - feat: add
nx
andxx
options toSetOpts
by @uki00a in #457 - feat: add
nx
andxx
options toZAddOpts
by @uki00a in #458 - feat: add
SetReply
by @uki00a in #459 - ci: use Redis v7.4 by @uki00a in #451
Full Changelog: v0.33.0...v0.34.0
v0.33.0
What's Changed
This version is confirmed to work with Deno v2. We are also preparing to publish deno-redis
to JSR.
- deps: migrate dependencies to jsr and npm by @uki00a in #440
- deps:
[email protected]
by @uki00a in #452
Full Changelog: v0.32.4...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
What's Changed
- fix: fix concurrent pipeline invocation results by @yahiro07 in #429
- deps:
[email protected]
,[email protected]
by @uki00a in #426
New Contributors
Full Changelog: v0.32.1...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
ReadableStreamBYOBReader
in #414 - deps: migrate deprecated
std/async/deferred.ts
toPromise.withResolvers
in #411 - deps:
[email protected]
,[email protected]
in #420
Full Changelog: v0.32.0...v0.32.1
v0.32.0
v0.31.0
What's Changed
- BREAKING: remove
closer
,maxRetryCount
andisRetriable
fromConnection
by @uki00a in #386 - BREAKING: simplify
RedisReply
type, addparseReply
option toRedis#sendCommand
by @uki00a in #389 - BREAKING: remove
parseReply
fromSendCommandOptions
, addreturnUint8Arrays
instead @uki00a in #392 - fix: perform health check only when the client is in idle state by @uki00a in #387
- deps:
[email protected]
,[email protected]
by @uki00a in #394 - chore: import
lodash-es
andcluster-key-slot
from esm.sh by @uki00a in #384 - ci: cache dependencies by @uki00a in #385
Full Changelog: v0.30.0...v0.31.0
v0.30.0
What's Changed
- feat: support health check by @uki00a in #368
- refactor: move command queue from
MuxExecutor
toRedisConnection
by @uki00a in #383 - deps:
[email protected]
,[email protected]
by @uki00a in #382
Full Changelog: v0.29.4...v0.30.0
v0.29.4
What's Changed
- feat: Expand
XIdInput
to string by @r-ae-i in #378 - deps:
[email protected]
,[email protected]
by @uki00a in #379 - chore(tests): migrate
Deno.run
toDeno.Command
by @uki00a in #375 - chore(deno.json): migrate to new format by @uki00a in #377
- ci: re-enable
deno task make_mod
by @uki00a in #376
New Contributors
- @r-ae-i made their first contribution in #378
Full Changelog: v0.29.3...v0.29.4