Releases: inferno-framework/inferno-core
Releases · inferno-framework/inferno-core
Inferno Core v0.3.12
- Fix the ordering of requests in the UI.
- Fix a memory leak.
- Fix the order in which
.env*
files are loaded. - Add the ability to copy request urls from the Inferno UI.
- Add a toggle to the report view to show/hide messages and requests.
- Reduce the size of report pdfs.
- Add commands to the CLI to start inferno and required background services.
- Improve the Inferno UI for mobile devices.
- Various other UI improvements.
Inferno Core v0.3.11
- Update fhir_models to address an issue where models were being instantiated slightly differently depending on whether they were instantiated from a string or a hash.
- Update the UI to sort the list of suites alphabetically.
- Fix an issue which prevented markdown tables from rendering in messages.
- Update the header's scrolling behavior.
Inferno Core v0.3.10
- Fix a performance issue when creating a test run for a large test suites.
- Improve the test details UI.
Inferno Core v0.3.9
- Improve options selection UI background color when a banner is used.
- Add suite_summary field that is displayed on suite options/landing page.
Inferno Core v0.3.8
- Improve options selection UI.
- Fix bug where test count was not taking suite options into account.
Inferno Core v0.3.7
- Fix bug displaying request details.
Inferno Core v0.3.6
- Improve logic for automatically opening failed tests after test run.
- Improve accessibility for touch screen users.
- Add suite-configurable links to the footer.
- Fix bug where suite options did not properly filter sub-groups.
- Display selected options in header, if applicable.
- Display selected options in report, if applicable.
- Implement input filtered based on selected option.
- Improve option selection page.
- Update http client to automatically follow redirects.
- Visually improve request/message count badges for large numbers.
- Allow presets to use erb templates to allow environment-specific values.
- Allow API users to leave session creation request body empty.
Inferno Core v0.3.5
- Add initial UI and JSON API support for suite options.
- Fix an issue which prevented users from selecting text it group item headers.
- Fix an issue where inputs added to a group after creation were not added to the group's children.
- Lock the
dry-container
version to prevent it from being updated to a version with breaking changes.
Inferno Core v0.3.4
- Incorporate UI changes to improve info, warning, and error test message readability.
- Update to support running locally on M1 MacBooks.
- Update gem dependencies.
- Add deployment documentation - SSRF protection and SSL, database, and path configuration.
- Include links to Inferno's github repository and issues page in testing view.
- Improve frontend storage.
- Implement backend support for suite options: this allows test writers to specify which tests in a suite are executed and which validator to use during execution.
- Add touchscreen support.
Inferno Core v0.3.3
- UI accessibility improvements.
- Force sending text/html Content-Type header for app root and session pages.