Releases: so5/ssh-client-wrapper
Releases · so5/ssh-client-wrapper
v3.0.0
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
2.17.1 (2026-07-20)
Bug Fixes
replace defunct Code Climate coverage reporting with Coveralls (2598c54 )
v2.17.0
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
2.14.0 (2025-11-06)
Features
Add TypeScript definitions and .npmignore (#28 ) (c65a9d0 )
v2.13.2
Compare
Sorry, something went wrong.
No results found
2.13.2 (2025-11-04)
Bug Fixes
upgrade debug from 4.4.1 to 4.4.3 (787706c )
v2.13.1
Compare
Sorry, something went wrong.
No results found
2.13.1 (2025-08-20)
Bug Fixes
Update Code Climate workflow trigger (7cf0a93 )
v2.13.0
Compare
Sorry, something went wrong.
No results found
2.13.0 (2025-08-20)
Bug Fixes
upgrade debug from 4.4.0 to 4.4.1 (35f966a )
Features