Skip to content

Releases: denodrivers/redis

v0.27.3

05 Nov 12:02
715c32b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.27.2...v0.27.3

v0.27.2

18 Oct 19:36
199aa6f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.27.1...v0.27.2

v0.27.1

03 Oct 00:18
5b39926
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.27.0...v0.27.1

v0.27.0

29 Aug 21:08
21242fe
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.26.0...v0.27.0

v0.26.0

04 Jun 12:24
d3741ee
Compare
Choose a tag to compare

What's Changed

  • BREAKING: Simplify Reply and RedisPipeline interface in #305
  • BREAKING: Improve retry mechanism in #311
  • BREAKING: Enable retries by default in #307
  • BREAKING: Change RedisSubscription#close() to return void in #308
  • feat: username+password auth support by @scott-ling in #310
  • refactor(tests): Migrate to std/testing/bdd in #306
  • deps: [email protected], [email protected] in #309

New Contributors

  • @scott-ling made their first contribution in #310

Full Changelog: v0.25.5...v0.26.0

v0.25.5

24 Apr 21:11
b4293af
Compare
Choose a tag to compare

What's Changed

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

v0.25.4

21 Mar 12:33
bbeae18
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.25.3...v0.25.4

v0.25.3

19 Feb 09:27
97b8ac2
Compare
Choose a tag to compare

What's Changed

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

v0.25.2

23 Jan 17:21
b2f4287
Compare
Choose a tag to compare

What's Changed

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

v0.25.1

03 Jan 08:09
6ecd32b
Compare
Choose a tag to compare

What's Changed

  • bump: [email protected] 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