Skip to content

Tags: upstash/redis-js

Tags

v1.34.3

Toggle v1.34.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Replace throw on missing env with warning (#1311)

* fix: replace throw on missing env with warning

* fix: check url/token only if they exist

* fix: only replace if baseUrl exists

* fix: rm throw from client

because of vercel pre-rendering, the error was thrown when turbo was used

* fix: rm platform tests

1.34.3-canary-2

Toggle 1.34.3-canary-2's commit message
fix: check url/token only if they exist

1.34.3-canary

Toggle 1.34.3-canary's commit message
fix: replace throw on missing env with warning

v1.34.2

Toggle v1.34.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
DX-1264: Unify exports (#1290)

* chore: move to new build pipeline

* fix: turn all example versions to "latest"

* fix: remove unneccesary install step before doing bun add

* fix: add 10s sleep after workflow publish

* fix: use copying into dist folder instead

* fix: ci

* fix: ci

* fix: change canary release tag from next to canary

* fix: update redis dependency as latest

* chore: remove export fields that are not required

We can remove these two because the files they were referencing did not
exist in the older versions. So this is not a breaking change

* fix: husky warning

* fix: revert deleting prepare script before publishing

---------

Co-authored-by: CahidArda <[email protected]>

v1.34.1

Toggle v1.34.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add sync token set/get methods (#1299)

v1.35.0-canary

Toggle v1.35.0-canary's commit message

Verified

This commit was signed with the committer’s verified signature.
fix: add 10s sleep after workflow publish

v1.34.0

Toggle v1.34.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
DX-1019: Read Your Writes Support (#1175)

* add: readYourWrites option interface

* send local sync token on requests

* fmt

* add promise.all tests

* add: lua script test

* format tests

* fmt

* change upstashSyncToken convention

* add public redis client test

* add: fastly and cloudflare clients ryw support

* fmt

* add default test

* add: comments

* add: http comment

* sync token docs

* remove comment

* fix readYourWrites arg comment

* add: ryw operation comments

* revert requester

* revert requester interface

v1.33.1-canary

Toggle v1.33.1-canary's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Dx 1102 (#1213)

* feat: add new linter

* chore: format files

* chore: add linted files

* fix: copy readme & package.json & license to dist after build

otherwise, we get MissingPackageJSON error when installing upstash/redis in our CI tests https://github.com/upstash/redis-js/actions/runs/10091669210/job/27903832137

installing with npm instead of bun solves the issue but we get another error when running: https://github.com/upstash/redis-js/actions/runs/10091973099/job/27904892427

* fix: remove flaky tests

---------

Co-authored-by: CahidArda <[email protected]>

v1.33.0

Toggle v1.33.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: enable auto pipelining by default (#1187)

v1.32.0

Toggle v1.32.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: resolve arrappend issue (#1165)

when a redis method which is available in .json but not available in the pipeline is used
while auto pipeline is enabled, proxy doesn't check properly that the method is a function
and attempts to return from pipeline, instead of pipeline.json.