Skip to content

Releases: redis/ioredis

v3.2.2

30 Nov 05:03
Compare
Choose a tag to compare

Upgrade the debug module: In order to close a low-severity ReDoS vulnerability, the debug
module should be updated to at least v2.6.9

v3.2.1

04 Oct 09:59
Compare
Choose a tag to compare

Bug Fixes

v3.2.0

01 Oct 09:14
Compare
Choose a tag to compare

Features

  • truncate large/long debug output arguments (#523) (cf18554)

v3.1.4

13 Aug 14:08
Compare
Choose a tag to compare

We mistakenly used Object.assign to replace lodash.assign in v3.1.3, which is not supported
by the old Node.js version (0.10.x). This change was a BC change and shouldn't happen without changing
the major version, so we added lodash.assign back.

We apologize for any inconvenience.

❤️

v3.1.3

13 Aug 13:45
Compare
Choose a tag to compare

Bug Fixes

  • allow convertObjectToArray to handle objects with no prototype (#507) (8e17920)

v3.1.2

26 Jul 01:42
Compare
Choose a tag to compare

Bug Fixes

  • stop mutating the arguments when calling multi (#480) (a380030)

v3.1.1: Hi, Node.js v8.0.0

31 May 05:45
Compare
Choose a tag to compare

In this version, we added Node.js v8 into our test matrix on Travis CI.

Bug Fixes

  • show error name in the error stack for Node.js 8 (a628aa7)

v3.1.0

30 May 05:58
Compare
Choose a tag to compare

Bug Fixes

  • non-owned properties cause empty args for mset & hmset (#469) (e7b6352)

Features

  • cluster: add option to control timeout on cluster slots refresh (#475) (493d095)

v3.0.0

18 May 16:32
Compare
Choose a tag to compare

Features

  • pipeline: add #length to get the command count (a6060cb), closes #461
  • sentinel: allow connection to IPv6-only sentinels (#463) (a389f3c)

v3.0.0-2

03 May 15:42
Compare
Choose a tag to compare
v3.0.0-2 Pre-release
Pre-release

Bug Fixes

  • restore the default connectTimeout to 10000 (dc8256e)