Skip to content

Releases: upstash/redis-js

v1.35.0

02 Jun 11:39
09f2eba
Compare
Choose a tag to compare

What's Changed

Features:

Fixes:

Full Changelog: v1.34.9...v1.35.0

v1.34.9

06 May 10:59
38747a9
Compare
Choose a tag to compare

What's Changed

Fixes:

Full Changelog: v1.34.8...v1.34.9

v1.34.8

15 Apr 09:51
234eaef
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.34.7...v1.34.8

v1.34.7

07 Apr 09:53
0b2ab25
Compare
Choose a tag to compare

What's Changed

Features:

Fixes:

  • Add expire options to PEXPIREAT, PEXPIRE, EXPIREAT by @CahidArda in #1370

Full Changelog: v1.34.6...v1.34.7

v1.34.6

21 Mar 11:52
8154476
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.34.5...v1.34.6

v1.34.5

06 Mar 07:49
9846a4b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.34.4...v1.34.5

v1.34.4

04 Feb 16:41
a08f1ca
Compare
Choose a tag to compare

What's Changed

Features:

Fixes:

New Contributors

Full Changelog: v1.34.3...v1.34.4

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