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

update and move CHANGELOG.md

This commit is contained in:
leibale
2022-01-13 07:23:12 -05:00
parent 075ae3a9c0
commit 14bbc4fdd2

View File

@@ -1,5 +1,20 @@
# Changelog # Changelog
## v4.0.2 - 13 Jan, 2022
### Fixes
- Fix v4 commands in legacy mode (#1820)
- Fix `EXISTS` command reply (#1819)
- Fix handler for "__redis__:invalidate" messages (#1798)
- Fix "SEPARATOR" typo in RediSearch (#1823)
### Enhancements
- First release of `@node-redis/bloom`
- Add support for `Buffer`s
- Enhance `ASK` and `MOVED` errors handler
## v4.0.1 - 13 Dec, 2021 ## v4.0.1 - 13 Dec, 2021
### Fixes ### Fixes