Releases: redis/ioredis
Releases · redis/ioredis
v3.2.2
v3.2.1
v3.2.0
v3.1.4
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
v3.1.2
v3.1.1: Hi, Node.js v8.0.0
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)