Skip to content

Releases: wheatevo/remotus

v1.2.0

23 Oct 18:45
7aeba35
Compare
Choose a tag to compare
  • Add :ip option to connection methods to accommodate credential stores that require the hostname where DNS is not available.
  • Add :gateway_ip option to SSH connections.

v1.1.1

26 May 13:33
833c105
Compare
Choose a tag to compare
  • Improve connection closure error handling.
  • Add more debug logs around connection lifecycle.

v1.1.0

25 May 19:06
0020131
Compare
Choose a tag to compare
  • Improve SSH retries with exponential backoff.
  • Modify default retry count to 8.
  • Ensure SSH connection is closed upon IOError.

v1.0.0

25 Apr 13:33
31c2a88
Compare
Choose a tag to compare
  • Dependency updates April 2023 (#11)

v0.6.0

26 Sep 16:31
b9b0e55
Compare
Choose a tag to compare
  • Add #close method to all connection types (#6)
  • Fix SSH gateway connection caching (#6)
  • Ensure SSH gateway connections are closed gracefully before reinitializing a connection (#6)

v0.5.0

20 Sep 15:28
88f677d
Compare
Choose a tag to compare
  • Add SSH gateway support (#9)

This change adds SSH gateway support and fixes an issue where custom SSH
ports are not respected by Remotus::SshConnection.

Note that this change also required the test ruby version to be updated
to 3.0.4 to avoid an rspec regression where older ruby versions can no
longer handle method stubs with kwargs successfully.

v0.4.0

09 Jun 17:23
d9affc4
Compare
Choose a tag to compare

v0.3.0

18 Feb 20:10
2cd568b
Compare
Choose a tag to compare
  • Retry SCP failures (#6)

v0.2.3

01 May 15:47
a7d50fc
Compare
Choose a tag to compare

v0.2.2

23 Mar 20:49
Compare
Choose a tag to compare
  • Ensure missing credentials are populated (#4) 🔑