All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
v1.2.0 - 2018-01-11
- Return all outputs of a script with delimiter from App.config
- Fix bug when script has multiple outputs
v1.1.3 - 2018-01-09
- Fix bug with concurrent script execution when using message queue
- Fix bug with empty message body or invalid JSON
v1.1.2 - 2017-12-12
- Refactor PSScriptExecutor methods
- Fix issue with default max runspaces (only 1)
v1.1.1 - 2017-08-30
- RabbitMQ response content type to text/plain
- Add double quotes to param values (needed for spaces etc.)
v1.1.0 - 2017-08-24
- RabbitMQ message consumer for asynchronous script execution
- HTTP: Add possibility to send parameters as a JSON in the request body
- Refactor code: extract modules into separate classes
v1.0.0 - 2017-08-22
- First release version