chore(deps): bump redis from 3.1.2 to 5.6.1
Type: Pull Request
State: Closed
Association: Contributor
Comments: 1
(11 months ago)
(10 months ago)
(10 months ago)
dependencies javascript
Bumps redis from 3.1.2 to 5.6.1.
Release notes
Sourced from redis's releases.
redis@5.6.1
What's Changed
- docs: fix hyperlink for lua scripts, functions by
@cloneotin redis/node-redis#3015- fix(search): adjust field types for ft.search by
@nkaradzhovin redis/node-redis#3018- fix(client): make socket.host not required by
@nkaradzhovin redis/node-redis#3024- fix(client): export RedisJSON type by
@nkaradzhovin redis/node-redis#3026- Update doctests by
@PavelPashovin redis/node-redis#3020- Add Redis transparent proxy test utilities by
@bobymicrobyin redis/node-redis#3019New Contributors
@cloneotmade their first contribution in redis/node-redis#3015Full Changelog: https://github.com/redis/node-redis/compare/redis@5.6.0...redis@5.6.1
redis@5.6.0
What's Changed
- fix(client): make unstable cmds throw by
@nkaradzhovin redis/node-redis#2990- chore(tests): bump test container version 8.0.2 by
@nkaradzhovin redis/node-redis#2997- chore(actions): add action to close stale issues by
@nkaradzhovin redis/node-redis#3000- Add Support For New Bitop Operations by
@PavelPashovin redis/node-redis#3001
- The new operations are supported since redis 8.2-M01
- Vector sets by
@nkaradzhovin redis/node-redis#2998- fix(commands): sPopCount return Array by
@nkaradzhovin redis/node-redis#3006- fix: ensure the repo links in the README are functional on the website by
@thegiantbeastin redis/node-redis#3005- fix(sentinel): propagate RESP option to clients by
@nkaradzhovin redis/node-redis#3011- Add command timeout by
@nkaradzhovand@florian-schunkin redis/node-redis#3008- chore(release): use deploy keys for release by
@nkaradzhovin redis/node-redis#3013New Contributors
@PavelPashovmade their first contribution in redis/node-redis#3001@thegiantbeastmade their first contribution in redis/node-redis#3005@florian-schunkmade their first contribution in redis/node-redis#3008Full Changelog: https://github.com/redis/node-redis/compare/redis@5.5.6...redis@5.6.0
redis@5.5.6
Note: During our efforts to automate the release process, we inadvertently bumped the version from
5.1.1to5.5.5, skipping a few minor versions. No features or changes were actually released in those skipped versions —5.5.6is the first release since5.1.1with 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
@bobymicrobyin redis/node-redis#2984- Automate release by
@nkaradzhovin redis/node-redis#2977- fix(search): align ft.search with server by
@nkaradzhovin redis/node-redis#2988- docs: update SchemaFieldTypes to SCHEMA_FIELD_TYPE for redis@5.x by
@23naviin redis/node-redis#2992New Contributors
@23navimade their first contribution in redis/node-redis#2992Full Changelog: https://github.com/redis/node-redis/compare/redis@5.1.1...redis@5.5.6
redis@5.1.1
... (truncated)
Changelog
Sourced from redis's changelog.
Changelog
v4.0.2 - 13 Jan, 2022
Fixes
- Fix v4 commands in legacy mode (#1820)
- Fix
EXISTScommand 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
Buffers- Enhance
ASKandMOVEDerrors handlerv4.0.1 - 13 Dec, 2021
Fixes
- Fix
NOAUTHerror when using authentication & database (#1681)- Allow to
.quit()in PubSub mode (#1766)- Add an option to configure
nameon a client (#1758)- Lowercase commands (
client.hset) inlegacyMode- Fix PubSub resubscribe (#1764)
- Fix
RedisSocketOptionstype (#1741)Enhancements
- Add support for
numbers andBuffers inHSET(#1738 #1739)- Export
RedisClientType,RedisClusterTypeand some more types (#1673)- First release of
@node-redis/time-seriesv4.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 for tips on how to upgrade.
Breaking Changes
- All functions return Promises by default
- Dropped support for Node.js 10.x, the minimum supported Node.js version is now 12.x
createClienttakes new and different arguments- The
prefix,rename_commandsconfiguration options tocreateClienthave been removed- The
enable_offline_queueconfiguration option is removed, executing commands on a closed client (without calling.connect()or after calling.disconnect()) will reject immediately- Login credentials are no longer saved when using
.auth()directlyFeatures
- Added support for Promises
... (truncated)
Commits
e96db0dRelease redis@5.6.13365920Release entraid@5.6.13c4defdRelease time-series@5.6.1726e2c7Release search@5.6.1fc5ff18Release json@5.6.1945b77aRelease bloom@5.6.11c26637Release client@5.6.14ae14bbAdd Redis transparent proxy test utilities (#3019)0541b32docs: Update doctests (#3020)ddd2cc5fix(client): export RedisJSON type (#3026)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by dmaier-redislabs, a new releaser for redis since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Pull Request Statistics
1
2
+120
-77
Package Dependencies
Technical Details
| ID: | 4382515 |
| UUID: | 2690374250 |
| Node ID: | PR_kwDOAcFslc6gW9pq |
| Host: | GitHub |
| Repository: | bee-queue/bee-queue |
| Mergeable: | Yes |
| Merge State: | Unstable |