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: kurrent-io/KurrentDB-Client-NodeJS
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.0
Choose a base ref
...
head repository: kurrent-io/KurrentDB-Client-NodeJS
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.1
Choose a head ref
  • 5 commits
  • 9 files changed
  • 2 contributors

Commits on Oct 23, 2025

  1. docs: quickstart

    w1am committed Oct 23, 2025
    Configuration menu
    Copy the full SHA
    39fb786 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2026

  1. fix: remap grpc "client error (Connect)" to UnavailableError for reco…

    …nnection (#461)
    
    grpc-js reports transport-level connection failures on streaming RPCs
    as StatusCode.Unknown instead of StatusCode.Unavailable. This prevents
    the client from tearing down the dead channel and triggering cluster
    rediscovery when the connected node goes down.
    
    The fix remaps errors containing "client error (Connect)" to
    UnavailableError in convertToCommandError, consistent with the existing
    "write after end" workaround. This ensures shouldReconnect returns true,
    the channel is torn down, and discovery finds the new leader.
    
    Co-authored-by: William Chong <william-chong@outlook.com>
    github-actions[bot] and w1am authored Mar 17, 2026
    Configuration menu
    Copy the full SHA
    d3ea0d7 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2026

  1. chore: update grpc and grpc-tools dependencies to latest versions (#465)

    Co-authored-by: William Chong <william-chong@outlook.com>
    github-actions[bot] and w1am authored Mar 23, 2026
    Configuration menu
    Copy the full SHA
    79f5f28 View commit details
    Browse the repository at this point in the history
  2. chore: prepare v1.1.1

    w1am committed Mar 23, 2026
    Configuration menu
    Copy the full SHA
    acf0c51 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2026

  1. chore: switch yarn from PnP to node-modules linker (#469)

    Yarn 4 defaults to PnP (Plug'n'Play) which breaks TypeScript module
    resolution for dependencies like @grpc/grpc-js, uuid, and @types/node.
    Add .yarnrc.yml with nodeLinker: node-modules and ignore PnP artifacts.
    
    Co-authored-by: William Chong <william-chong@outlook.com>
    github-actions[bot] and w1am authored Mar 24, 2026
    Configuration menu
    Copy the full SHA
    2497a72 View commit details
    Browse the repository at this point in the history
Loading