Skip to content

Releases: profesorfalken/jPowerShell

Version 3.1.1

Choose a tag to compare

@profesorfalken profesorfalken released this 27 May 19:19

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

Version 3.1.0

Choose a tag to compare

@profesorfalken profesorfalken released this 06 Apr 16:48

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

Version 3.0.4

Choose a tag to compare

@profesorfalken profesorfalken released this 07 Feb 15:59

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

Version 3.0.3

Choose a tag to compare

@profesorfalken profesorfalken released this 06 Feb 16:41

-Fix initialization problem when a profile text is defined

Version 3.0.2

Choose a tag to compare

@profesorfalken profesorfalken released this 05 Feb 12:28

-Fix PID handling in order to avoid unrecoverable errors

Version 3.0.1

Choose a tag to compare

@profesorfalken profesorfalken released this 07 Nov 07:56

-Remove script temp file once executed

Version 3.0

Choose a tag to compare

@profesorfalken profesorfalken released this 03 Oct 06:34

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

Choose a tag to compare

@profesorfalken profesorfalken released this 26 Sep 07:34
19ef732

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

Version 2.1

Choose a tag to compare

@profesorfalken profesorfalken released this 25 May 20:26

-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

Choose a tag to compare

@profesorfalken profesorfalken released this 30 Mar 19:41

-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