-
Notifications
You must be signed in to change notification settings - Fork 87
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: upstash/redis-js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.35.6
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: upstash/redis-js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.36.0-rc.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 10 commits
- 24 files changed
- 3 contributors
Commits on Oct 21, 2025
-
Configuration menu - View commit details
-
Copy full SHA for fbead4f - Browse repository at this point
Copy the full SHA fbead4fView commit details
Commits on Nov 25, 2025
-
DX-2265: add Requester type declaration (#1397)
* fix: add Requester type declaration * fix: add route with custom requester to check it in ci
Configuration menu - View commit details
-
Copy full SHA for d47518c - Browse repository at this point
Copy the full SHA d47518cView commit details
Commits on Nov 26, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 99a18f0 - Browse repository at this point
Copy the full SHA 99a18f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e9c48b - Browse repository at this point
Copy the full SHA 1e9c48bView commit details -
Fix: zremrangebyscore should accept string | number for min/max scores (
#1396) * Fix: zremrangebyscore should accept string | number for min/max scores The zremrangebyscore command had incorrect TypeScript type definitions that only accepted number for min and max parameters, but the Redis protocol and Upstash REST API accept string values like '-inf' and '+inf'. This change aligns zremrangebyscore with the existing zcount command, which already uses number | string for score range parameters. Changes: - Updated min parameter type from 'number' to 'number | string' - Updated max parameter type from 'number' to 'number | string' Fixes #1395 * fix: narrow down allowed strings in zremrangebyscore * fix: add more tests --------- Co-authored-by: CahidArda <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b635b96 - Browse repository at this point
Copy the full SHA b635b96View commit details
Commits on Nov 27, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 1da95f9 - Browse repository at this point
Copy the full SHA 1da95f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for d3379a1 - Browse repository at this point
Copy the full SHA d3379a1View commit details
Commits on Dec 5, 2025
-
DX-2280: Remove large-group runners (#1398)
* fix: remove unnecessary runner configuration from test job * fix: remove specific runner configuration from release job * fix: add default runner configuration for release and test jobs * fix: correct indentation for test job configuration * fix: make publish first commands in pipeline * fix: rm publish from pipelines to get around the issue * fix: skip publish tests and fix xautoclaim response
Configuration menu - View commit details
-
Copy full SHA for ff91bb1 - Browse repository at this point
Copy the full SHA ff91bb1View commit details
Commits on Dec 9, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 67a7043 - Browse repository at this point
Copy the full SHA 67a7043View commit details -
Configuration menu - View commit details
-
Copy full SHA for e2bf0c1 - Browse repository at this point
Copy the full SHA e2bf0c1View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.35.6...v1.36.0-rc.1