Skip to content

Releases: capistrano/sshkit

1.22.2

30 Apr 05:08
286e93a
Compare
Choose a tag to compare

🐛 Bug Fixes

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

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

1.22.1

01 Apr 21:14
f0b7819
Compare
Choose a tag to compare

🐛 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

09 Jan 17:24
baabdc2
Compare
Choose a tag to compare

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

26 Dec 16:00
0695238
Compare
Choose a tag to compare

🐛 Bug Fixes

🏠 Housekeeping

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

1.21.6

17 Nov 23:36
a47731d
Compare
Choose a tag to compare

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

🏠 Housekeeping

1.21.5

04 Jul 16:22
9b15999
Compare
Choose a tag to compare

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

🏠 Housekeeping

Full Changelog: v1.21.4...v1.21.5

1.21.4

20 Feb 02:13
6ce9b08
Compare
Choose a tag to compare

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

🏠 Housekeeping

Full Changelog: v1.21.3...v1.21.4

1.21.3

05 Sep 23:54
2597aa7
Compare
Choose a tag to compare

📚 Documentation

🏠 Housekeeping

Full Changelog: v1.21.2...v1.21.3

1.21.2

18 Jan 17:30
Compare
Choose a tag to compare

🐛 Bug Fixes

📚 Documentation

🏠 Housekeeping

  • Add latest rubies to CI, including 3.0; drop rubinius CI support (#489) @mattbrictson

1.21.1

26 Nov 19:48
Compare
Choose a tag to compare

🐛 Bug Fixes

  • fix: test_upload_large_file should open file in binary file mode (#486) @azrle