Skip to content

Releases: so5/ssh-client-wrapper

v3.0.0

Choose a tag to compare

@github-actions github-actions released this 04 Sep 02:00

3.0.0 (2026-09-04)

Features

  • authenticate key-based hosts through an ssh-agent (7ec2d57)

BREAKING CHANGES

  • hosts configured with a keyFile now authenticate via
    an ssh-agent by default. The passphrase callback is invoked once by
    ssh-add rather than once per connection, and a per-user ssh-agent
    process may be spawned and left running. Set hostInfo.useAgent = false
    to restore the previous pty passphrase-replay behavior.

Co-Authored-By: Claude Sonnet 5 noreply@anthropic.com
Claude-Session: https://claude.ai/code/session_01PAC2AN9SHN1KYSt5b8G7zc

v2.17.1

Choose a tag to compare

@github-actions github-actions released this 20 Jul 01:22

2.17.1 (2026-07-20)

Bug Fixes

  • replace defunct Code Climate coverage reporting with Coveralls (2598c54)

v2.17.0

Choose a tag to compare

@github-actions github-actions released this 18 Jul 08:31

2.17.0 (2026-07-18)

Bug Fixes

  • fall back to package.json diff when dependabot update-type is null (7f4cb14)
  • fall back to package.json diff when dependabot update-type is null (632b4ec)
  • match dependabot/snyk bot logins as reported by gh pr list --json (b3555bb)
  • proactively update PR branch before enabling auto-merge (a75be03)
  • use admin PAT for release checkout so branch protection doesn't block it (a8a5c5e)

Features

  • auto-approve and auto-merge patch/minor bot dependency PRs (2c35c94)
  • include package/version details in Slack major-update notice (e02df44)
  • periodically unstick behind bot PRs with auto-merge enabled (bdd055a)

v2.16.0

Choose a tag to compare

@github-actions github-actions released this 18 Jul 04:34

2.16.0 (2026-07-18)

Bug Fixes

  • force single @semantic-release/npm version via overrides (957f3a2)
  • pin npm upgrade to v11 in release workflow (3d1e186)
  • run semantic-release directly instead of via cycjimmy action (3a14e44)

Features

  • make rsync retryable exit codes configurable for send/recv (427d503)

v2.15.0

Choose a tag to compare

@github-actions github-actions released this 02 Mar 15:24

2.15.0 (2026-03-02)

Bug Fixes

  • package.json & package-lock.json to reduce vulnerabilities (#31) (2bbcc65)

Features

  • enable remoteToRemoteCopy tests in GitHub Actions (ae24386)
  • remove keyFile prop before wrong password test (b508b84)

v2.14.0

Choose a tag to compare

@github-actions github-actions released this 06 Nov 16:25

2.14.0 (2025-11-06)

Features

  • Add TypeScript definitions and .npmignore (#28) (c65a9d0)

v2.13.2

Choose a tag to compare

@github-actions github-actions released this 04 Nov 11:52

2.13.2 (2025-11-04)

Bug Fixes

  • upgrade debug from 4.4.1 to 4.4.3 (787706c)

v2.13.1

Choose a tag to compare

@github-actions github-actions released this 20 Aug 15:14

2.13.1 (2025-08-20)

Bug Fixes

  • Update Code Climate workflow trigger (7cf0a93)

v2.13.0

Choose a tag to compare

@github-actions github-actions released this 20 Aug 13:22

2.13.0 (2025-08-20)

Bug Fixes

  • upgrade debug from 4.4.0 to 4.4.1 (35f966a)

Features