Releases: MarketSquare/robotframework-webservice
1.0.0
Big shoutout to @remi-picard for the following amazing contributions 🙏
What's Changed 🚀
- #21 Integate variablefiles in docker image by @remi-picard in #34
- Fix overloading config and missing id in response by @remi-picard in #35
- Add API POST /robotframework/run by @remi-picard in #37
- #6 Add an endpoint for deleting logs of an execution by @remi-picard in #36
New Contributors 🎉
- @remi-picard made their first contribution in #34
Full Changelog: 0.10.0...1.0.0
Non-Blocking Requests
What's Changed
- 32 make synchronous calls not block the complete webservice by @Noordsestern in #33
Full Changelog: 0.9.0...0.10.0
0.9.0 - primitive multiprocessing
What's Changed
- basic multiprocessing by @Noordsestern in #31
Full Changelog: 0.8.0...0.9.0
There has been a bug in run_and_show_log and run_and_show_report endpoints which confused parameters. The error exists since the introduction of execution ids. Endpoints work now again.
0.8.0 - retrieve output.xml from execution
What's Changed
- Minor: fix fucntion name for running suites by @Noordsestern in #29
- New endpoint to publish output.xml by @Noordsestern in #30
Full Changelog: 0.7.0...0.8.0
0.7.0 - Execute Suite
#27 New endpoint for executing a suite
0.6.2 - release 0.6.1 again
because its late and i am stupid. could not keep version and release in sync...
0.6.1 - add execution ids, remove keywords from reports
0.5.2 - Bugfix : Fix variable parsing
Fixes #20
Variables are now parsed from GET query parameters and passed on to Robot Framework
0.5.1 - Fix broken link to report
0.5.0 - Executions are now unique
What's Changed
- test python3.10 in actions by @Noordsestern in #11
- #8 make executions unique by @Noordsestern in #9
Unique executions
#8 creates a request-id for every api call and returns it in special header field in response x-request-id
. When you want to get log and report of an execution, you must retrieve x-request-id
from the response of your request that triggered the execution. Pass the request id as executionid
when calling endpoints for log.html
or report.html
Full Changelog: 0.4.0...0.5.0