Releases: redis/node-redis
[email protected]
What's Changed
- Clustering sendCommand docs by @nfriedly in #3053
- Stop erasing
ErrorReply
stack by @dxg in #3050 - Call out sendCommand cluster difference in readme by @nfriedly in #3054
- fix(ts): xtrim threshold accepts string by @Eomm in #3058
- chore(tests): bump test container version 8.2.1-pre by @nkaradzhov in #3057
- fix(sentinel): properly pass reconnectStrategy by @nkaradzhov in #3063
- fix(search): properly decide if response has docs by @nkaradzhov in #3060
New Contributors
Full Changelog: https://github.com/redis/node-redis/compare/[email protected]@5.8.2
[email protected]
What's Changed
- chore(tests): bump test container version 8.2 by @nkaradzhov in #3046
- fix(commands): expire, expireAt are not readonly by @nkaradzhov in #3045
- fix: parse database from Redis URL by @PavelPashov in #3052
Full Changelog: https://github.com/redis/node-redis/compare/[email protected]@5.8.1
[email protected]
What's Changed
- Add support svs vamana index creation by @PavelPashov in #3025
- createClient url+tls invariant violation check by @dearlordylord in #2835
New Contributors
- @dearlordylord made their first contribution in #2835
Full Changelog: https://github.com/redis/node-redis/compare/[email protected]@5.8.0
[email protected]
What's Changed
- fix(pool): chain promise handlers to prevent unhandled rejections by @PavelPashov in #3035
- Add Redis 8.2 New Stream Commands by @PavelPashov in #3029
- DOC-5473 added time series doc examples by @andy-stark-redis in #3030
- DOC-5074 added vector set doc examples by @andy-stark-redis in #3031
- fix(scan): remove console.logs by @nkaradzhov in #3038
- feat: add EPSILON parameter support to VSIM command by @PavelPashov in #3041
New Contributors
- @andy-stark-redis made their first contribution in #3030
Full Changelog: https://github.com/redis/node-redis/compare/[email protected]@5.7.0
[email protected]
What's Changed
- docs: fix hyperlink for lua scripts, functions by @cloneot in #3015
- fix(search): adjust field types for ft.search by @nkaradzhov in #3018
- fix(client): make socket.host not required by @nkaradzhov in #3024
- fix(client): export RedisJSON type by @nkaradzhov in #3026
- Update doctests by @PavelPashov in #3020
- Add Redis transparent proxy test utilities by @bobymicroby in #3019
New Contributors
Full Changelog: https://github.com/redis/node-redis/compare/[email protected]@5.6.1
[email protected]
What's Changed
- fix(client): make unstable cmds throw by @nkaradzhov in #2990
- chore(tests): bump test container version 8.0.2 by @nkaradzhov in #2997
- chore(actions): add action to close stale issues by @nkaradzhov in #3000
- Add Support For New Bitop Operations by @PavelPashov in #3001
- The new operations are supported since redis 8.2-M01
- Vector sets by @nkaradzhov in #2998
- fix(commands): sPopCount return Array by @nkaradzhov in #3006
- fix: ensure the repo links in the README are functional on the website by @thegiantbeast in #3005
- fix(sentinel): propagate RESP option to clients by @nkaradzhov in #3011
- Add command timeout by @nkaradzhov and @florian-schunk in #3008
- chore(release): use deploy keys for release by @nkaradzhov in #3013
New Contributors
- @PavelPashov made their first contribution in #3001
- @thegiantbeast made their first contribution in #3005
- @florian-schunk made their first contribution in #3008
Full Changelog: https://github.com/redis/node-redis/compare/[email protected]@5.6.0
[email protected]
Note: During our efforts to automate the release process, we inadvertently bumped the version from
5.1.1
to5.5.5
, skipping a few minor versions. No features or changes were actually released in those skipped versions β5.5.6
is the first release since5.1.1
with actual changes. Weβre now back on track, and the automation is in place moving forward.
What's Changed
- add jsdoc comments to command parsers by @bobymicroby in #2984
- Automate release by @nkaradzhov in #2977
- fix(search): align ft.search with server by @nkaradzhov in #2988
- docs: update SchemaFieldTypes to SCHEMA_FIELD_TYPE for [email protected] by @23navi in #2992
New Contributors
Full Changelog: https://github.com/redis/node-redis/compare/[email protected]@5.5.6
[email protected]
What's Changed
- fix(handshake): ignore errors on client.setinfo by @nkaradzhov in #2969
- fix(cluster): replace native private with _ by @nkaradzhov in #2971
- fix(json): remove debug console.logs by @nkaradzhov in #2970
- Adapt legacy sentinel tests to use the new test utils by @htemelski in #2976
- docs(readme): replace relative GitHub links with absolute URLs by @aryamohanan in #2980
New Contributors
- @aryamohanan made their first contribution in #2980
Full Changelog: https://github.com/redis/node-redis/compare/[email protected]@5.1.1
[email protected]
What's Changed
- fix(client): add type annotations by @nkaradzhov in #2949
- Export CommandParser from client index file and fix doc by @orgads in #2945
- fix: fix various command import issues by @nkaradzhov in #2944
- update package-lock.json by @nkaradzhov in #2943
- fix
cluster.sUnsubscribe
- makelistener
optional by @Clsan in #2946 - Disable readOnly for cluster s/pubsub client by @htemelski in #2950
- Update Redis version to 8.0.1-pre by @bobymicroby in #2952
- revert the 'total' count logic in AGGREGATE response introduced in #2952 by @bobymicroby in #2955
- fix(client): cache subsequent clients by @nkaradzhov in #2963
- Client Side Caching by @bobymicroby in #2947
- Fix sentinel csc tests by @htemelski in #2966
- Introduce socketTimeout option by @nkaradzhov in #2965
- fix(client): bring disableClientInfo option back by @nkaradzhov in #2959
- issue/2956 - document disableClientInfo by @garyburgmann in #2957
New Contributors
- @orgads made their first contribution in #2945
- @garyburgmann made their first contribution in #2957
Full Changelog: https://github.com/redis/node-redis/compare/[email protected]@5.1.0
[email protected]
What's Changed
- doc: clarify connection pooling in createClient and fix broken link in isolationPoolOptions by @rickyssj2 in #2896
- Update CHANGELOG.md, fix typo(s) by @NicholasWilsonDEV in #2861
- fix: update package-lock.json by @nkaradzhov in #2939
- chore(examples): fix examples for v5 by @nkaradzhov in #2938
- Update packages/redis/README.md by @nkaradzhov in #2935
New Contributors
- @rickyssj2 made their first contribution in #2896
- @NicholasWilsonDEV made their first contribution in #2861
Full Changelog: https://github.com/redis/node-redis/compare/[email protected]@5.0.1