Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

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
Choose a base ref
...
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
Choose a head ref
  • 10 commits
  • 24 files changed
  • 3 contributors

Commits on Oct 21, 2025

  1. Configuration menu
    Copy the full SHA
    fbead4f View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2025

  1. DX-2265: add Requester type declaration (#1397)

    * fix: add Requester type declaration
    
    * fix: add route with custom requester to check it in ci
    CahidArda authored Nov 25, 2025
    Configuration menu
    Copy the full SHA
    d47518c View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2025

  1. Configuration menu
    Copy the full SHA
    99a18f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e9c48b View commit details
    Browse the repository at this point in the history
  3. 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]>
    mvonschledorn and CahidArda authored Nov 26, 2025
    Configuration menu
    Copy the full SHA
    b635b96 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2025

  1. Configuration menu
    Copy the full SHA
    1da95f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3379a1 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2025

  1. 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
    CahidArda authored Dec 5, 2025
    Configuration menu
    Copy the full SHA
    ff91bb1 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2025

  1. feat: redis-search v0

    alitariksahin committed Dec 9, 2025
    Configuration menu
    Copy the full SHA
    67a7043 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2bf0c1 View commit details
    Browse the repository at this point in the history
Loading