Skip to content

Releases: denodrivers/redis

v0.25.5

24 Apr 21:11
b4293af

Choose a tag to compare

What's Changed

  • deps: deno@v1.21.0, deno_std@v0.136.0 (#302)
  • ci(benchmark): Migrate to benny (#301)
  • chore: Remove std/testing/bench (#303)

Full Changelog: v0.25.4...v0.25.5

v0.25.4

21 Mar 12:33
bbeae18

Choose a tag to compare

What's Changed

  • deps: deno@v1.20.1, deno_std@v0.130.0 (#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

19 Feb 09:27
97b8ac2

Choose a tag to compare

What's Changed

  • bump: deno@v1.19.0 (#292)
  • test: deflake 'client unblock with timeout' test (#291)

Full Changelog: v0.25.2...v0.25.3

v0.25.2

23 Jan 17:21
b2f4287

Choose a tag to compare

What's Changed

  • bump: deno@v1.18.0 (#287)
  • fix(#286): zaddIncr does not work (#288)

Full Changelog: v0.25.1...v0.25.2

v0.25.1

03 Jan 08:09
6ecd32b

Choose a tag to compare

What's Changed

  • bump: deno@v1.17.0 in #282
  • fix(#284): zadd with opts 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 to tests/util_test.ts in #278

New Contributors

Full Changelog: v0.25.0...v0.25.1

v0.25.0

13 Oct 14:41
a730850

Choose a tag to compare

  • feat: Redis#sendCommand (#258)
  • BREAKING: Remove Redis.executor (#261)
  • BREAKING: Revert "refactor: Add CommandExecutor#batch (#254)" (#260)
  • refactor: Add CommandExecutor#close() (#263)
  • bump: deno@v1.15.1 (#265)

v0.24.0

15 Sep 14:59
f4a97b6

Choose a tag to compare

  • feat: Add support for lazy client (#249)
  • bump: deno@1.14.0 (#255)
  • refactor(pubsub): Use CommandExecutor#exec instead of sendCommand (#252)
  • refactor: Add CommandExecutor#batch (#254)
  • ci: Run 'deno test --doc' (#251)

v0.23.2

15 Aug 07:10
70d3d22

Choose a tag to compare

  • bump: deno@1.13.0 (#247)
  • chore: Remove #nodes property from ClusterExecutor (#244)
  • chore: Replace assertThrowsAsync with assertRejects (#248)
  • ci: Run "deno cache mod.ts" (#245)
  • test(experimental/cluster): Add a test for too many redirections (#243)

v0.23.1

15 Jul 13:41
5a09b05

Choose a tag to compare

  • bump: deno@1.12.0 (#242)

v0.23.0

11 Jul 06:54
f427fca

Choose a tag to compare

  • feat(experimental): Basic implementation for the Redis Cluster client (#235)
  • BREAKING: Remove Redis.connection (#234)
  • BREAKING: Stop exporting RedisImpl and export a factory function instead (#239)
  • bump: deno@1.11.5 (#240)
  • docs: minor error in example code (#236)
  • chore: Remove std/fmt/colors (#241)