2024-04-30
Since allowing opening multiple environments at once in v8.1.0, two bugs were fixed:
Welcome to this new release of Mockoon. It brings new exciting features: improved logs view, new admin API features, new CLI flags, and serverless options, environment variables support for the TLS settings. Read on to learn more about this release.
You can also support us by subscribing to our Cloud and enjoy a whole new level of capabilities: real-time collaboration, cloud deployments, AI-powered API mocks generation, enterprise-grade support, and more to come!
Your contribution fuels Mockoon’s independence and keeps the project alive!
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!
For this release, the desktop application's Logs view has been improved. It now includes a search bar to filter logs by URL, method, status code, query, or timestamp:
(Issue #1109)
We also added proper code editors for the request and response bodies in the logs view. They will now display the content with proper formatting and syntax highlighting, and show eventual errors for the JSON format. As a side effect, the bodies are now searchable:
Last modification, the "Last log" link displayed under the response body now shows when the request or response JSON was malformed:
Since the introduction of the admin API in the previous release, we added multiple new features:
/mockoon-admin/global-vars
endpoint. (Issue #1354)/mockoon-admin/env-vars
endpoint. (Issue #1372)/mockoon-admin/logs
endpoint. (Issue #632)/mockoon-admin/data-buckets
endpoint. (Issue #1373)Head to the documentation to learn more about the admin API.
We added new flags to the CLI to allow you to:
--disable-admin-api
to deactivate the admin API. (Issue #1371)--disable-tls
to override the TLS settings and disable it when running in your CI server. (Issue #668)--max-transaction-logs
to set the number of logs kept in memory for retrieval via the admin API. (Issue #632)Similar options have been added to the serverless library.
Templating is now supported in the TLS configuration, allowing you to use environment variables in the certificate paths and password fields.
(Issue #1371)
You can now open multiple environments at once in the desktop application:
(Issue #1187)
We updated the libraries and applications dependencies to their latest versions to fix some reported vulnerabilities.
A big thank you to the following people who helped to make Mockoon better: