-
Notifications
You must be signed in to change notification settings - Fork 169
Update dependency @upstash/redis to v1.35.3 #517
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/upstash-redis-1.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
a103c96
to
4066fe8
Compare
4066fe8
to
3519322
Compare
3519322
to
1e3dc41
Compare
a46246b
to
f98b461
Compare
985210a
to
64ba1e4
Compare
All alerts resolved. Learn more about Socket for GitHub. This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored. |
6a1cffa
to
612f3c6
Compare
c6e4ef7
to
4f01f70
Compare
9feab45
to
8ab95ef
Compare
8dec9be
to
10b2c1e
Compare
b18e2ee
to
1291eb7
Compare
7bf50b8
to
1185c26
Compare
2a36d30
to
33ed823
Compare
33ed823
to
dbd8e45
Compare
dbd8e45
to
1c66ca8
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.25.2
->1.35.3
Release Notes
upstash/upstash-redis (@upstash/redis)
v1.35.3
Compare Source
What's Changed
New Contributors
Full Changelog: upstash/redis-js@v1.35.2...v1.35.3
v1.35.2
Compare Source
What's Changed
New Contributors
Full Changelog: upstash/redis-js@v1.35.1...v1.35.2
v1.35.1
Compare Source
What's Changed
Full Changelog: upstash/redis-js@v1.35.0...v1.35.1
v1.35.0
Compare Source
What's Changed
Features:
Fixes:
Full Changelog: upstash/redis-js@v1.34.9...v1.35.0
v1.34.9
Compare Source
What's Changed
Fixes:
Full Changelog: upstash/redis-js@v1.34.8...v1.34.9
v1.34.8
Compare Source
What's Changed
Full Changelog: upstash/redis-js@v1.34.7...v1.34.8
v1.34.7
Compare Source
What's Changed
Features:
Fixes:
Full Changelog: upstash/redis-js@v1.34.6...v1.34.7
v1.34.6
Compare Source
What's Changed
New Contributors
Full Changelog: upstash/redis-js@v1.34.5...v1.34.6
v1.34.5
Compare Source
What's Changed
Full Changelog: upstash/redis-js@v1.34.4...v1.34.5
v1.34.4
Compare Source
What's Changed
Features:
Fixes:
New Contributors
Full Changelog: upstash/redis-js@v1.34.3...v1.34.4
v1.34.3
Compare Source
What's Changed
Changes
Vercel Env Variables
@upstash/redis sdk now also works when the env variables of Vercel KV are set:
Granular Auto Pipeline Errors
When the pipeline of the auto pipeline failed, it threw an error for all commands in the auto pipeline. This is not ideal for the use case of auto pipeline. Now, they are raised seperately.
This required changing the
exec
method ofPipeline
. It's not possible to return the errors instead of raising them. See the docstring for more details.Remove throw on missing URL/Token
We updated the SDK to throw error if the URL or the token is not set in v1.31.1, in PR #1065. This causes the Vercel builds in Turbo repo to fail unless the turbo.json is updated.
Now, we only print warning logs if the credentials are missing, instead of throwing.
Full Changelog: upstash/redis-js@v1.34.2...v1.34.3
v1.34.2
Compare Source
What's Changed
Full Changelog: upstash/redis-js@v1.34.1...v1.34.2
v1.34.1
Compare Source
What's Changed
New Contributors
Full Changelog: upstash/redis-js@v1.34.0...v1.34.1
v1.34.0
Compare Source
What's Changed
Full Changelog: upstash/redis-js@v1.33.0...v1.34.0
v1.33.0
Compare Source
What's Changed
Full Changelog: upstash/redis-js@v1.32.0...v1.33.0
v1.32.0
Compare Source
What's Changed
New Contributors
Full Changelog: upstash/redis-js@v1.31.6...v1.32.0
v1.31.6
Compare Source
What's Changed
Full Changelog: upstash/redis-js@v1.31.5...v1.31.6
v1.31.5
Compare Source
What's Changed
Full Changelog: upstash/redis-js@v1.31.4...v1.31.5
v1.31.4
Compare Source
What's Changed
After this patch, cursor field in the
SCAN
,HSCAN
,SSCAN
andZSCAN
will always be string even if deserialization is enabled.Full Changelog: upstash/redis-js@v1.31.3...v1.31.4
v1.31.3
Compare Source
What's Changed
Full Changelog: upstash/redis-js@v1.31.2...v1.31.3
v1.31.2
Compare Source
What's Changed
Full Changelog: upstash/redis-js@v1.31.1...v1.31.2
v1.31.1
Compare Source
What's Changed
New Contributors
Full Changelog: upstash/redis-js@v1.31.0...v1.31.1
v1.31.0
Compare Source
What's Changed
Full Changelog: upstash/redis-js@v1.30.1...v1.31.0
v1.30.1
Compare Source
What's Changed
New Contributors
Full Changelog: upstash/redis-js@v1.30.0...v1.30.1
v1.30.0
Compare Source
What's Changed
Full Changelog: upstash/redis-js@v1.29.0...v1.30.0
v1.29.0
Compare Source
What's Changed
New Contributors
Full Changelog: upstash/redis-js@v1.28.4...v1.29.0
v1.28.4
Compare Source
What's Changed
Full Changelog: upstash/redis-js@v1.28.3...v1.28.4
v1.28.3
Compare Source
What's Changed
Full Changelog: upstash/redis-js@v1.28.2...v1.28.3
v1.28.2
Compare Source
What's Changed
Full Changelog: upstash/redis-js@v1.28.1...v1.28.2
v1.28.1
Compare Source
What's Changed
Full Changelog: upstash/redis-js@v1.28.0...v1.28.1
v1.28.0
Compare Source
What's Changed
Full Changelog: upstash/redis-js@v1.27.1...v1.28.0
v1.27.1
Compare Source
What's Changed
Full Changelog: upstash/redis-js@v1.27.0...v1.27.1
v1.27.0
Compare Source
What's Changed
Full Changelog: upstash/redis-js@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 is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.