Releases: TSYS-Merchant/stumps
v0.4
Provided the ability to have multiple response for a single stump and quality improvements. Multiple stumps is only available when directly embedding the Stumps API into your own projects and not available through the web interface or through the JSON serialized files at this time. This change allows the ability to use Stumps with more flexible scenarios. More information about the changes can be found directly within the v0.4 milestone issues themselves at: https://github.com/Cayan-LLC/stumps/issues?q=is%3Aissue+is%3Aclosed+milestone%3Av0.4
Breaking Changes
This version of Stumps moves the properties ResponseDelay and TerminateConnection to being attributes of an individual HTTP response rather than a Stump. This allows stumps which return multiple responses to have different disconnect or delay behavior.
v0.3.3
Code quality improvements, and bug fixes for async processing.
v0.3.2
Bugfix preventing bad HTTP headers.
v0.3.1
Beginning support of async / await.
v0.3
Support for hosting Stumps Servers over HTTPS.
v0.2.3
Updated the versions the libraries and the copyright information.
v0.2.2
v0.2.1
v0.2
This version contains the latest stable build of Stumps which can now run completely headless.
v0.1
This release contains the initial functionally complete version of Stumps.