Skip to content

Releases: denodrivers/redis

v0.33.0

19 Oct 10:40
41eac8c

Choose a tag to compare

What's Changed

This version is confirmed to work with Deno v2. We are also preparing to publish deno-redis to JSR.


Full Changelog: v0.32.4...v0.33.0

v0.32.4

29 Jun 11:30
287f5df

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.32.3...v0.32.4

v0.32.3

29 Mar 00:03
48dced2

Choose a tag to compare

What's Changed

Full Changelog: v0.32.2...v0.32.3

v0.32.2

16 Mar 07:25
28ead06

Choose a tag to compare

What's Changed

  • fix: fix concurrent pipeline invocation results by @yahiro07 in #429
  • deps: deno@v1.41.1, deno_std@v0.218.0 by @uki00a in #426

New Contributors

Full Changelog: v0.32.1...v0.32.2

v0.32.1

06 Jan 14:17
567a128

Choose a tag to compare

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 to Promise.withResolvers in #411
  • deps: deno@v1.39.2, deno_std@v0.211.0 in #420

Full Changelog: v0.32.0...v0.32.1

v0.32.0

26 Oct 13:24
6584a91

Choose a tag to compare

What's Changed

  • BREAKING: remove reader and writer from Connection by @uki00a in #401
  • feat: implement Symbol.dispose by @uki00a in #406
  • feat: add experimental/web_streams_connection module by @uki00a in #405

Full Changelog: v0.31.0...v0.32.0

v0.31.0

15 Jul 07:30
def1cd9

Choose a tag to compare

What's Changed

  • BREAKING: remove closer, maxRetryCount and isRetriable from Connection by @uki00a in #386
  • BREAKING: simplify RedisReply type, add parseReply option to Redis#sendCommand by @uki00a in #389
  • BREAKING: remove parseReply from SendCommandOptions, add returnUint8Arrays instead @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.0 by @uki00a in #394
  • chore: import lodash-es and cluster-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

08 Jun 21:09
1ed12ab

Choose a tag to compare

What's Changed

  • feat: support health check by @uki00a in #368
  • refactor: move command queue from MuxExecutor to RedisConnection by @uki00a in #383
  • deps: deno@v1.34.0, deno_std@v0.189.0 by @uki00a in #382

Full Changelog: v0.29.4...v0.30.0

v0.29.4

14 May 04:52
dc535c3

Choose a tag to compare

What's Changed

  • feat: Expand XIdInput to string by @r-ae-i in #378
  • deps: deno@v1.33.3, deno_std@v0.187.0 by @uki00a in #379
  • chore(tests): migrate Deno.run to Deno.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

v0.29.3

16 Apr 07:32
ba20cef

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.29.2...v0.29.3