storage
storage copied to clipboard
fix(deps): update dependency @upstash/redis to v1.31.1
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
@upstash/redis | 1.25.2 -> 1.31.1 |
Release Notes
upstash/upstash-redis (@upstash/redis)
v1.31.1
What's Changed
- feat: add lmpop command by @ogzhanolguncu in https://github.com/upstash/redis-js/pull/1061
- Allow undefined constructor values by @joschan21 in https://github.com/upstash/redis-js/pull/1065
- add enableAutoPipelining parameter by @CahidArda in https://github.com/upstash/redis-js/pull/1062
New Contributors
- @CahidArda made their first contribution in https://github.com/upstash/redis-js/pull/1062
Full Changelog: https://github.com/upstash/redis-js/compare/v1.31.0...v1.31.1
v1.31.0
What's Changed
- DX 593 - Auto executed pipeline by @ogzhanolguncu in https://github.com/upstash/upstash-redis/pull/1039
Full Changelog: https://github.com/upstash/upstash-redis/compare/v1.30.1...v1.31.0
v1.30.1
What's Changed
- fix: filter falsy values before sending request by @joschan21 in https://github.com/upstash/upstash-redis/pull/1049
- Fix detection unsafe integer by @PlutoyDev in https://github.com/upstash/upstash-redis/pull/1048
New Contributors
- @joschan21 made their first contribution in https://github.com/upstash/upstash-redis/pull/1049
- @PlutoyDev made their first contribution in https://github.com/upstash/upstash-redis/pull/1048
Full Changelog: https://github.com/upstash/upstash-redis/compare/v1.30.0...v1.30.1
v1.30.0
What's Changed
- fix: add missing type to hrandfield by @ogzhanolguncu in https://github.com/upstash/upstash-redis/pull/1028
Full Changelog: https://github.com/upstash/upstash-redis/compare/v1.29.0...v1.30.0
v1.29.0
What's Changed
- Update README.md by @enesakar in https://github.com/upstash/upstash-redis/pull/900
- chore: add setup-bun action to workflows by @aykutkardas in https://github.com/upstash/upstash-redis/pull/896
- Upgrade GH Action Runner by @fahreddinozcan in https://github.com/upstash/upstash-redis/pull/924
- Opt-in per-line logging by @ogzhanolguncu in https://github.com/upstash/upstash-redis/pull/958
New Contributors
- @aykutkardas made their first contribution in https://github.com/upstash/upstash-redis/pull/896
Full Changelog: https://github.com/upstash/upstash-redis/compare/v1.28.4...v1.29.0
v1.28.4
What's Changed
- Fix: Geo Commands' Export by @fahreddinozcan in https://github.com/upstash/upstash-redis/pull/889
- DX 691 by @ogzhanolguncu in https://github.com/upstash/upstash-redis/pull/893
Full Changelog: https://github.com/upstash/upstash-redis/compare/v1.28.3...v1.28.4
v1.28.3
What's Changed
Full Changelog: https://github.com/upstash/upstash-redis/compare/v1.28.2...v1.28.3
- Added generics for JSONMGet and JSONGet
- Run formatter for the entire project
- Add husky for hooks
v1.28.2
What's Changed
- Fix exports map by @ytkimirti in https://github.com/upstash/upstash-redis/pull/843
Full Changelog: https://github.com/upstash/upstash-redis/compare/v1.28.1...v1.28.2
v1.28.1
What's Changed
- Add support for export maps by @ytkimirti in https://github.com/upstash/upstash-redis/pull/825
Full Changelog: https://github.com/upstash/upstash-redis/compare/v1.28.0...v1.28.1
v1.28.0
What's Changed
Full Changelog: https://github.com/upstash/upstash-redis/compare/v1.27.1...v1.28.0
v1.27.1
What's Changed
- Add missing expiry options to EXPIRE command by @ogzhanolguncu in https://github.com/upstash/upstash-redis/pull/793
Full Changelog: https://github.com/upstash/upstash-redis/compare/v1.27.0...v1.27.1
v1.27.0
What's Changed
Full Changelog: https://github.com/upstash/upstash-redis/compare/v1.26.0...v1.27.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
⚠️ No Changeset found
Latest commit: 80548d0d0926c1dd4d47586b8b44ec4f841234ec
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
This PR includes no changesets
When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Updated (UTC) |
---|---|---|---|
vercel-storage-next-integration-test-suite | ✅ Ready (Inspect) | Visit Preview | May 27, 2024 11:14am |
Removed dependencies detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages: npm/@upstash/[email protected]
When does this get merged?
Been waiting on it since dec 2023 so I could use xrevrange with vercel/kv.
Today, my app crashed due to Upstash connectivity issues. (504 Gateway Timeout) https://status.upstash.com/incidents/052fk25p2ml8
upstash-redis already supports signal
in v1.26(PR: #786), so please merge this PR as soon as possible.
(I will try to work around it with resolutions
until then)
upstash/redis with support for XDEL, XREVRANGE, XLEN, XTRIM was released on Dec 15, 2023!
https://github.com/upstash/upstash-redis/releases/tag/v1.26.0 (see DX 532)
What is blocking this?
upstash/redis with support for XDEL, XREVRANGE, XLEN, XTRIM was released on Dec 15, 2023!
https://github.com/upstash/upstash-redis/releases/tag/v1.26.0 (see DX 532)
What is blocking this?
This is getting kinda ridiculous.
5 months have passed... I guess nobody uses Vercel KV for anything serious?