Skip to content

Commit

Permalink
update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
leibale committed Dec 13, 2021
1 parent 380a436 commit 90ca5cb
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 90ca5cb

Please sign in to comment.