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.34.2
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.34.3
Choose a head ref
  • 3 commits
  • 9 files changed
  • 1 contributor

Commits on Oct 9, 2024

  1. Configuration menu
    Copy the full SHA
    c5d3b0f View commit details
    Browse the repository at this point in the history
  2. In auto pipeline, throw errors seperately (#1305)

    * fix: in auto pipeline, throw errors seperately
    
    * fix: add tests
    
    * fix: overload exec method
    
    * fix: use interface to overload exec
    
    * fix: return type
    
    * fix: check undefined result in error
    CahidArda authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    ef1ca98 View commit details
    Browse the repository at this point in the history
  3. 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
    CahidArda authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    29c9021 View commit details
    Browse the repository at this point in the history
Loading