Skip to content

Version 3.0

Compare
Choose a tag to compare
@profesorfalken profesorfalken released this 03 Oct 06:34
· 24 commits to master since this release

New features

  • New implementation handling the console output that avoids thread blocking.
  • New implementation for timeout handling that avoids duplicates.
  • Add a new _executeCommandAndChain _method that allows to execute PowerShell commands in a fluent mode.
  • Improve performance thats to refactoring of reading methods.
  • Rewrite close method in order to avoid dangling processes.
  • The remote mode is no longer needed. Commands should work on remote as in local.
  • New method isLastCommandInError that checks if last command finished in error.

Fixed bugs

  • NotAvailableException was not correctly handled.
  • Fix dangling processes when closing when the command is not yet finished.
  • Many stability issues fixed.