Skip to content

Releases: upstash/redis-js

v1.34.3

09 Oct 15:20
29c9021
Compare
Choose a tag to compare

What's Changed

Changes

Vercel Env Variables

@upstash/redis sdk now also works when the env variables of Vercel KV are set:

KV_REST_API_URL
KV_REST_API_TOKEN

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 of Pipeline. 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: v1.34.2...v1.34.3

1.34.3-canary-2

08 Oct 13:17
Compare
Choose a tag to compare
1.34.3-canary-2 Pre-release
Pre-release

Canary for #1311

Full Changelog: 1.34.3-canary...1.34.3-canary-2

1.34.3-canary

08 Oct 12:31
Compare
Choose a tag to compare
1.34.3-canary Pre-release
Pre-release

Canary for #1311

Full Changelog: v1.34.2...1.34.3-canary

v1.34.2

04 Oct 08:52
45ed724
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.34.1...v1.34.2

v1.34.1

30 Sep 22:07
d949397
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.34.0...v1.34.1

v1.35.0-canary

26 Sep 08:21
dfcc98f
Compare
Choose a tag to compare
v1.35.0-canary Pre-release
Pre-release

canary for #1290

What's Changed

New Contributors

Full Changelog: v1.34.0...v1.35.0-canary

v1.34.0

30 Jul 09:46
90ae6b1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.33.0...v1.34.0

v1.33.1-canary

25 Jul 11:37
26a3a66
Compare
Choose a tag to compare
v1.33.1-canary Pre-release
Pre-release

What's Changed

Full Changelog: v1.33.0...v1.33.1-canary

v1.33.0

16 Jul 11:15
ac6f459
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.32.0...v1.33.0

v1.32.0

04 Jul 07:16
4bf0be7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.31.6...v1.32.0