1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-07 13:22:56 +03:00

update CHANGELOG

This commit is contained in:
leibale
2021-12-13 15:33:11 -05:00
parent 380a436654
commit 90ca5cb3ee

View File

@@ -1,5 +1,22 @@
# Changelog
## v4.0.1 - 13 Dec, 2021
### Fixes
- Fix `NOAUTH` error when using authentication & database (#1681)
- Allow to `.quit()` in PubSub mode (#1766)
- Add an option to configurate `name` on a client (#1758)
- Lowercase commands (`client.hset`) in `legacyMode`
- Fix PubSub resubscribe (#1764)
- Fix `RedisSocketOptions` type (#1741)
### Enhancements
- Add support for `number`s and `Buffer`s in `HSET` (#1738 #1739)
- Export `RedisClientType`, `RedisClusterType` and some more types (#1673)
- First release of `@node-redis/time-series`
## v4.0.0 - 24 Nov, 2021
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.