Welcome to this new release of Mockoon. There are several bug fixes and new features in this version that we hope you will like.
Mockoon is an open-source project built by volunteer maintainers. If you like our application, please consider sponsoring us and join all the Sponsors and Backers who helped this project over time!
There is a new mode alongside randomized and sequential responses: disabled rules. It will always serve the default response and ignore the rules.
(Issue #498)
You can now invert the response rules' operators by clicking on the toggle button with an exclamation mark:
After enabling this option, you can read the operators like this: not a regex match, not equals, etc.
(Issue #690)
multipart/form-data
supportTemplating helpers (body
and bodyRaw
) and response rules are now compatible with multipart/form-data
. Entering requests containing multipart data with the correct Content-Type
will be automatically parsed. You can then retrieve any variable or use them in the rules like you would do with a JSON body.
(Issue #347)
Properties with dots are now supported in the body
and bodyRaw
templating helpers and in the rules. Escape the dots when you want to reach values contained in a property with dots:
Copy{ "property.with.dot": "value" }
(Issue #338)
application/soap+xml
content type. (Issue #757)We started working on a new internal release system that relies more on our own infrastructure rather than GitHub releases (Issue #769). This is a long-term plan that will allow us to offer more release channels in the future.