Skip to content

Release v0.9.2

Compare
Choose a tag to compare
@wallyqs wallyqs released this 31 May 20:45
· 95 commits to master since this release
7ad8e54

Added

Add nkeys_seed option to be able to connect to server that supports nkeys based auth.

    await nc.connect(
        "tls://127.0.0.1:4222",
        nkeys_seed="./path/to/nkeys/user.nk",
    )

Fixed

  • Fixes handling permissions violation errors and call error cb when they occur in case it is configured.