Skip to content

Releases: capistrano/sshkit

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

1.21.0

05 Mar 02:03
Compare
Choose a tag to compare

✨ New Features

📚 Documentation

🏠 Housekeeping

1.20.0

03 Aug 23:08
Compare
Choose a tag to compare
  • #468: Make upload! take a :verbosity option like exec does - @grosser

1.19.1

02 Jul 16:48
Compare
Choose a tag to compare
  • #465: Fix a regression in 1.19.0 that prevented ~ from being used in Capistrano paths, e.g. :deploy_to, etc. - @grosser

1.19.0

01 Jul 03:46
Compare
Choose a tag to compare
  • #455: Ensure UUID of commands are stable in logging - @lazyatom
  • #453: as and within now properly escape their user/group/path arguments, and the command nested within an as block is now properly escaped before passing to sh -c. In the unlikely case that you were manually escaping commands passed to SSHKit as a workaround, you will no longer need to do this. See #458 for examples of what has been fixed. - @grosser
  • #460: Handle IPv6 addresses without port - @will-in-wi

1.18.2

03 Feb 23:05
Compare
Choose a tag to compare
  • #448: Fix misbehaving connection eviction loop when disabling connection pooling - Sebastian Cohnen

1.18.1

26 Jan 19:20
Compare
Choose a tag to compare

1.18.0

21 Oct 23:18
Compare
Choose a tag to compare
  • #435: Consistent verbosity configuration #capture and #test methods - @NikolayRys