Skip to content

Releases: denodrivers/redis

v0.41.0

22 Mar 05:44
9cb4068

Choose a tag to compare

What's Changed

  • feat: support count argument of LPOP by @uki00a in #591
  • feat: support disabling Nagle's algorithm by @uki00a in #539
  • feat: support LATENCY DOCTOR by @uki00a in #545
  • feat: implement HELLO command by @uki00a in #527
  • feat(RESP3): support map replies by @uki00a in #528
  • feat(RESP3): support the null type by @uki00a in #529
  • feat(RESP3): support set replies by @uki00a in #531
  • feat(RESP3): support boolean replies by @uki00a in #543
  • feat(RESP3): support double replies by @uki00a in #544
  • feat(RESP3): support verbatim string replies by @uki00a in #546
  • feat(RESP3): support big number replies by @uki00a in #549
  • feat(RESP3): support blob error replies by @uki00a in #550
  • feat(RESP3): support attribute replies by @uki00a in #551
  • feat(RESP3): support push replies by @uki00a in #552
  • fix: improve handling of concurrent connection attempts by @uki00a in #566
  • ci: run tests on Redis 8.0 by @uki00a in #526

Full Changelog: v0.40.0...v0.41.0

v0.40.0

05 May 09:37
ed0f8c3

Choose a tag to compare

What's Changed


Full Changelog: v0.39.0...v0.40.0

v0.39.0

21 Apr 15:19
0c0a319

Choose a tag to compare

What's Changed

  • BREAKING: rename CommandExecutor to Client by @uki00a in #506
  • feat: add Client#subscribe by @uki00a in #507
  • feat(experimental/pool): support Pub/Sub by @uki00a in #508
  • deps: bump Deno to 2.2.6 by @uki00a in #505
  • docs(README.md): mention connection pooling by @uki00a in #509

Full Changelog: v0.38.0...v0.39.0

v0.38.0

09 Feb 12:19
4357c00

Choose a tag to compare

What's Changed

  • feat: basic infrastructure for connection pooling in #489
  • chore: do not publish test files to jsr in #494

Full Changelog: v0.37.1...v0.38.0

v0.37.1

27 Dec 11:03
b8c4561

Choose a tag to compare

What's Changed


Full Changelog: v0.37.0...v0.37.1

v0.37.0

08 Dec 15:16
26b691b

Choose a tag to compare

What's Changed

Full Changelog: v0.36.0...v0.37.0

v0.36.0

07 Dec 07:38
3a8f3a5

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.35.0...v0.36.0

v0.35.0 - `deno-redis` is now on JSR

03 Dec 16:14
d43e6db

Choose a tag to compare

What's Changed

  • deps: upgrade @std/{assert,async,bytes,testing} by @uki00a in #461
  • deps: migrate lodash-es to @std/{collections,random} by @uki00a in #462
  • deps: deno@2.1.1 by @uki00a in #464
  • ci: add lint job by @uki00a in #463
  • ci: run deno publish --dry-run by @uki00a in #465
  • chore: change the package name to @db/redis by @uki00a in #466
  • ci: add .github/workflows/publish.yml to publish deno-redis to JSR by @uki00a in #467

Full Changelog: v0.34.0...v0.35.0

v0.34.0

27 Oct 08:10
176db18

Choose a tag to compare

What's Changed

  • feat: support GET option of the SET command by @uki00a in #455
  • feat: support EXAT and PXAT options of the SET command by @uki00a in #456
  • feat: add nx and xx options to SetOpts by @uki00a in #457
  • feat: add nx and xx options to ZAddOpts 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

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