Skip to content

Releases: dwettstein/PSScriptInvoker

Release v1.2.0

Choose a tag to compare

@dwettstein dwettstein released this 11 Jan 15:53

Added

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

Fixed

  • Fix bug when script has multiple outputs

Release v1.1.3

Choose a tag to compare

@dwettstein dwettstein released this 09 Jan 17:29

Fixed

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

Release v1.1.2

Choose a tag to compare

@dwettstein dwettstein released this 12 Dec 14:21

Changed

  • Refactor PSScriptExecutor methods

Fixed

  • Fix issue with default max runspaces (only 1)

Release v1.1.1

Choose a tag to compare

@dwettstein dwettstein released this 30 Aug 13:03

Changed

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

Release v1.1.0

Choose a tag to compare

@dwettstein dwettstein released this 24 Aug 08:23

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

Choose a tag to compare

@dwettstein dwettstein released this 22 Aug 14:41

This is the initial release.