Skip to content

Releases: 2called-chaos/db_sucker

DbSucker v4.0.0

26 Oct 11:21
Compare
Choose a tag to compare

Updates

  • Updated net-ssh and net-sftp by major versions (to support OpenSSL 3)
  • Added ed25519 and bcrypt_pbkdf dependency for ed25519 key support

Fixes

  • native sftp downloads will immediately stop if worker is cancelled
  • fix copying downloaded file (file option / with_copy example)

DbSucker v3.2.1

13 Feb 13:08
Compare
Choose a tag to compare

Updates

  • Added means to signal all threads in order to wake them up as they occasionally get stuck for some reason. Press S or use :signal-threads to execute. Have yet to find the culprint :)
  • Slight UX improvements, silent commands briefly flash the screen, invalid commands ring the bell

Fixes

  • don't warn about orphaned concurrent-ruby threads, debug log trace of remaining threads
  • join killed threads to ensure they are dead
  • minor sshdiag fixes/enhancements

DbSucker v3.2.0

13 Feb 13:08
Compare
Choose a tag to compare

Updates

  • Added support for native sftp command line utility (see application option file_transport) but it
    only works with non-interactive key authentication.

Fixes

  • Prevent application from crashing when eval produces non-StandardErrors (e.g. SyntaxErrors)

DbSucker v3.1.1

13 Feb 13:07
Compare
Choose a tag to compare
  • Prevent a single task (running in main thread) to summon workers (and fail) when getting deferred

DbSucker v3.1.0

10 Apr 11:08
Compare
Choose a tag to compare
  • Fixes softlocks by running out of consumers due to deferred import
  • Fixes IO errors on Ruby < 2.3 in uncompress
  • Fix SSH diagnose task running into racing conditions
  • Minor fixes