Skip to content

Commit 90ca5cb

Browse files
committedDec 13, 2021
update CHANGELOG
1 parent 380a436 commit 90ca5cb

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
 

‎packages/client/CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## v4.0.1 - 13 Dec, 2021
4+
5+
### Fixes
6+
7+
- Fix `NOAUTH` error when using authentication & database (#1681)
8+
- Allow to `.quit()` in PubSub mode (#1766)
9+
- Add an option to configurate `name` on a client (#1758)
10+
- Lowercase commands (`client.hset`) in `legacyMode`
11+
- Fix PubSub resubscribe (#1764)
12+
- Fix `RedisSocketOptions` type (#1741)
13+
14+
### Enhancements
15+
16+
- Add support for `number`s and `Buffer`s in `HSET` (#1738 #1739)
17+
- Export `RedisClientType`, `RedisClusterType` and some more types (#1673)
18+
- First release of `@node-redis/time-series`
19+
320
## v4.0.0 - 24 Nov, 2021
421

522
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.

0 commit comments

Comments
 (0)
Please sign in to comment.