Skip to content

Releases: profesorfalken/jPowerShell

Version 3.1.1

27 May 19:19
Compare
Choose a tag to compare

-Fix command execution after script in the same session
-Fix buffered reader that was never closed

Version 3.1.0

06 Apr 16:48
Compare
Choose a tag to compare

-Allow to configure the temporary folder path used to store scripts to execute

Version 3.0.4

07 Feb 15:59
Compare
Choose a tag to compare

-Use -NoProfile flag instead of clearing the buffer at initialization

Version 3.0.3

06 Feb 16:41
Compare
Choose a tag to compare

-Fix initialization problem when a profile text is defined

Version 3.0.2

05 Feb 12:28
Compare
Choose a tag to compare

-Fix PID handling in order to avoid unrecoverable errors

Version 3.0.1

07 Nov 07:56
Compare
Choose a tag to compare

-Remove script temp file once executed

Version 3.0

03 Oct 06:34
Compare
Choose a tag to compare

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.

Version 2.1.1

26 Sep 07:34
19ef732
Compare
Choose a tag to compare

Fix method visibility that prevented the use of executeScript method with parameters.

Version 2.1

25 May 20:26
Compare
Choose a tag to compare

-Make PowerShell AutoCloseable

Bugs fixed:
-Fix the way the linux command is launch. Fixes #40
-Fix script mode execution: the Write-Host command write output before script execution completes. Fixes #30

Version 2.0

30 Mar 19:41
Compare
Choose a tag to compare

-Make PowerShellNotAvailableException an optional non-checked exception
-Add mecanism to feed a powershell executable path
-Update language level to java 1.8

Bugs:
-Fix 'null' file created accidentally
-Fix timeout behaviour when error processor ends before standard one