You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: packages/client/CHANGELOG.md
+17
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,22 @@
1
1
# Changelog
2
2
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
+
3
20
## v4.0.0 - 24 Nov, 2021
4
21
5
22
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