Skip to content

Releases: dwettstein/PSScriptInvoker

Release v1.2.0

11 Jan 15:53
Compare
Choose a tag to compare

Added

  • Return all outputs of a script with delimiter from App.config

Fixed

  • Fix bug when script has multiple outputs

Release v1.1.3

09 Jan 17:29
Compare
Choose a tag to compare

Fixed

  • Fix bug with concurrent script execution when using message queue
  • Fix bug with empty message body or invalid JSON

Release v1.1.2

12 Dec 14:21
Compare
Choose a tag to compare

Changed

  • Refactor PSScriptExecutor methods

Fixed

  • Fix issue with default max runspaces (only 1)

Release v1.1.1

30 Aug 13:03
Compare
Choose a tag to compare

Changed

  • RabbitMQ response content type to text/plain
  • Add double quotes to param values (needed for spaces etc.)

Release v1.1.0

24 Aug 08:23
Compare
Choose a tag to compare

Added

  • RabbitMQ message consumer for asynchronous script execution
  • HTTP: Add possibility to send parameters as a JSON in the request body

Changed

  • Refactor code: extract modules into separate classes

Release v1.0.0

22 Aug 14:41
Compare
Choose a tag to compare

This is the initial release.