devterms icon indicating copy to clipboard operation
devterms copied to clipboard

Update dependency @upstash/redis to v1.34.3

Open renovate[bot] opened this issue 1 year ago • 0 comments

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@upstash/redis 1.30.1 -> 1.34.3 age adoption passing confidence

Release Notes

upstash/upstash-redis (@​upstash/redis)

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:

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: https://github.com/upstash/redis-js/compare/v1.34.2...v1.34.3

v1.34.2

Compare Source

What's Changed

Full Changelog: https://github.com/upstash/redis-js/compare/v1.34.1...v1.34.2

v1.34.1

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/upstash/redis-js/compare/v1.34.0...v1.34.1

v1.34.0

Compare Source

What's Changed

Full Changelog: https://github.com/upstash/redis-js/compare/v1.33.0...v1.34.0

v1.33.0

Compare Source

What's Changed

Full Changelog: https://github.com/upstash/redis-js/compare/v1.32.0...v1.33.0

v1.32.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/upstash/redis-js/compare/v1.31.6...v1.32.0

v1.31.6

Compare Source

What's Changed

Full Changelog: https://github.com/upstash/redis-js/compare/v1.31.5...v1.31.6

v1.31.5

Compare Source

What's Changed

Full Changelog: https://github.com/upstash/redis-js/compare/v1.31.4...v1.31.5

v1.31.4

Compare Source

What's Changed

After this patch, cursor field in the SCAN, HSCAN, SSCAN and ZSCAN will always be string even if deserialization is enabled.

Full Changelog: https://github.com/upstash/redis-js/compare/v1.31.3...v1.31.4

v1.31.3

Compare Source

What's Changed

Full Changelog: https://github.com/upstash/redis-js/compare/v1.31.2...v1.31.3

v1.31.2

Compare Source

What's Changed

Full Changelog: https://github.com/upstash/redis-js/compare/v1.31.1...v1.31.2

v1.31.1

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/upstash/redis-js/compare/v1.31.0...v1.31.1

v1.31.0

Compare Source

What's Changed

Full Changelog: https://github.com/upstash/upstash-redis/compare/v1.30.1...v1.31.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 was generated by Mend Renovate. View the repository job log.

renovate[bot] avatar May 15 '24 19:05 renovate[bot]