From d79a815b294d795c69c1ea0fe4051664f684a07c Mon Sep 17 00:00:00 2001 From: leibale Date: Mon, 15 Nov 2021 17:47:06 -0500 Subject: [PATCH] update changelog.md --- packages/client/CHANGELOG.md | 33 ++++++++++++++++++++++++++++----- 1 file changed, 28 insertions(+), 5 deletions(-) diff --git a/packages/client/CHANGELOG.md b/packages/client/CHANGELOG.md index d009571401..21b7177e8b 100644 --- a/packages/client/CHANGELOG.md +++ b/packages/client/CHANGELOG.md @@ -2,7 +2,7 @@ ## v4.0.0 -This version is a major change and refactor, adding modern JavaScript capabilities and multiple breaking changes. See the [migration guide](./docs/v3-to-v4.md) for tips on how to upgrade. +This version is a major change and refactor, adding modern JavaScript capabilities and multiple breaking changes. See the [migration guide](../../docs/v3-to-v4.md) for tips on how to upgrade. ### Breaking Changes @@ -17,12 +17,35 @@ This version is a major change and refactor, adding modern JavaScript capabiliti - Added support for Promises - Added built-in TypeScript declaration files enabling code completion -- Added support for [clustering](./README.md#cluster) -- Added idiomatic arguments and responses to [Redis commands](./README.md#redis-commands) -- Added full support for [Lua Scripts](./README.md#lua-scripts) -- Added support for [SCAN iterators](./README.md#scan-iterator) +- Added support for [clustering](../../.github/README.md#cluster) +- Added idiomatic arguments and responses to [Redis commands](../../.github/README.md#redis-commands) +- Added full support for [Lua Scripts](../../.github/README.md#lua-scripts) +- Added support for [SCAN iterators](../../.github/README.md#scan-iterator) - Added the ability to extend Node Redis with Redis Module commands +## v3.1.2 + +### Fixes + +- Exclude unnecessary files from tarball + +## v3.1.1 + +### Enhancements + +- Upgrade node and dependencies + +### Fixes + +- Fix a potential exponential regex in monitor mode + +## v3.1.0 - 31 Mar, 2021 + +### Enhancements + +- Upgrade node and dependencies and redis-commands to support Redis 6 +- Add support for Redis 6 `auth pass [user]` + ## v3.0.0 - 09 Feb, 2020 This version is mainly a release to distribute all the unreleased changes on master since 2017 and additionally removes