Skip to content

Releases: capistrano/sshkit

1.25.0

Choose a tag to compare

@github-actions github-actions released this 13 Dec 02:08
a60f2fa

✨ New Features

🏠 Housekeeping

Full Changelog: v1.24.0...v1.25.0

1.24.0

Choose a tag to compare

@github-actions github-actions released this 09 Feb 01:26
4628a44

This version of sshkit drops support for Ruby 2.4 and older, which have been EOL since 2020. Old Rubies already had problems installing recent versions of sshkit (see #548), so this release makes official what was already an unacknowledged lack of support.

If you are using an old version of Ruby, you can still use sshkit by pinning to 1.22.0, which is known to work on Ruby 2.2.

⚠️ Breaking Changes

🐛 Bug Fixes

🏠 Housekeeping

Full Changelog: v1.23.2...v1.24.0

1.23.2

Choose a tag to compare

@github-actions github-actions released this 15 Oct 04:03
f95dcf1

🏠 Housekeeping

  • Update SSHKit::Color to be frozen string literal safe (#545) @npezza93

Full Changelog: v1.23.1...v1.23.2

1.23.1

Choose a tag to compare

@github-actions github-actions released this 05 Sep 20:55
c3815c2

🏠 Housekeeping

Full Changelog: v1.23.0...v1.23.1

1.23.0

Choose a tag to compare

@github-actions github-actions released this 23 Jun 00:10
892d5bf

This release of SSHKit drops mutex_m as a gem dependency. If your app relied on mutex_m being pulled in as a transitive dependency of sshkit, you may need to now explicitly add mutex_m to your Gemfile.

⚠️ Breaking Changes

✨ New Features

🏠 Housekeeping

Full Changelog: v1.22.2...v1.23.0

1.22.2

Choose a tag to compare

@github-actions github-actions released this 30 Apr 05:08
286e93a

🐛 Bug Fixes

  • Avoid calling closed? outside of synchronize block (#534) @djmb

Full Changelog: v1.22.1...v1.22.2

1.22.1

Choose a tag to compare

@github-actions github-actions released this 01 Apr 21:14
f0b7819

🐛 Bug Fixes

  • Explicitly require base64 to fix missing constant error with net-ssh 7.2.2+ (#532) @mattbrictson

🏠 Housekeeping

Full Changelog: v1.22.0...v1.22.1

1.22.0

Choose a tag to compare

@github-actions github-actions released this 09 Jan 17:24
baabdc2

With this release, SSHKit now supports SFTP file transfers. For backwards-compatibility, SCP is still the default. To enable SFTP globally or per host, see more details in #524.

✨ New Features

📚 Documentation

Full Changelog: v1.21.7...v1.22.0

1.21.7

Choose a tag to compare

@github-actions github-actions released this 26 Dec 16:00
0695238

🐛 Bug Fixes

🏠 Housekeeping

Full Changelog: v1.21.6...v1.21.7

1.21.6

Choose a tag to compare

@github-actions github-actions released this 17 Nov 23:36
a47731d

This is a gem housekeeping release. No user-facing changes.

🏠 Housekeeping