Releases: JordiPolo/minos
Releases · JordiPolo/minos
minos 0.3.3
Not forcing Mauth,
Avoid running performance on empty scenarios
Find more scenarios when there are multiple IDs between segments in the URL
minos 0.3.2
Adds Mauth support
minos 0.3.1
v0.3.1 Use the path prefix to choose the correct query parameter
minos 0.3.0
Changes the file format from custom to yaml.
minos 0.2.3
v0.2.3 Minor fixes to allow for endpoints with no mutations
0.2.2
A progress bar for the performance command
0.2.1
Allows to controls maximum requests per second and time of the performance test
0.2.0 Minos as performance tool
Minos now is based on commands:
ls
shows scenarios but do not execute them. This substitutes --dry-run
verify
with the main functionality of Minos 0.1.6
performance
with new functionality to run performance tests vs a target
Also now the default is to run only scenarios which should have successful http codes as responses. A new flag -a can be passed to run all the scenarios.
minos 0.1.6
Fixed query parameter sorting so the combinator finds all the scenarios possible.
minos 0.1.5
Bugfix: Do not match with partial path (prevents leaving variables in path) Bugfix: Traces with hexadecimal numbers Bugfix: Allow empty header mutation