Releases: inferno-framework/inferno-core
Releases · inferno-framework/inferno-core
Inferno Core v0.4.10
- Add the
--watch
option toinferno start
to automatically restart Inferno when files change. - Update test sessions routes to look like
/:test_suite_id/:test_session_id
instead of/test_sessions/:test_session_id
- Shorted new test session ids.
- Update UI to show suite options page when a suite has a description.
- Fix a bug where clicking on the request/message icons would not change which details tab was displayed.
- Fix a bug which prevented the New Session button from starting a new session when only a single test suite is loaded.
- Fix a bug which caused snackbar notifications to appear above other modals.
- Display a timestamp with request details.
- Update documentation.
Inferno Core v0.4.9
- Fix a bug which prevented
inferno suite describe
from working. - Update documentation.
- Fix a bug which showed an empty options selection screen when navigating to a test suite with no options.
- Fix a nil-safety bug when a FHIR request does not return a FHIR resource.
- Display front end errors in the UI rather than just logging them in the console.
Inferno Core v0.4.8
- Fix a bug which removed the refresh token during automatic refreshes if the token refresh response did not contain a new refresh token.
- Add the ability for presets to contain values which depend on the selected suite options.
- Prevent manually expanded groups from automatically closing when tests run.
- Display warning and error message indicators at the group level.
- Expand the clickable area for groups in the navigation tree.
- Update page titles.
- Update vulnerable dependencies.
Inferno Core v0.4.7
- Add a home link to logo and suite title in header.
- Update the header to make to minimize size on mobile devices.
- Update the error message in response status and resource type assertions.
Inferno Core v0.4.6
- Add DSL support for the FHIR batch/transaction interaction.
Inferno Core v0.4.5
- Remove the copy button and url truncation from print view.
- Improve the display for runnables in the ruby console.
- Display in-progress icons for running tests.
- Indicate incoming requests with an icon rather than incoming/outgoing labels.
- Remove timestamps from headers and messages tables.
- Remove id/title tooltips.
- Automatically open groups with a skip result.
- Add DSL support for the FHIR create interaction.
Inferno Core v0.4.4
- Update hanami-router to fix a bug which prevented Inferno from handling inputs containing
%
characters.
Inferno Core v0.4.3
- Remove timestamps from headers and messages.
Inferno Core v0.4.2
- Add a missing require to the session data repository.
- Fix UI bugs.
Inferno Core v0.4.1
- Fix a routing issue which made Inferno unavailable on the root of a domain in test kits.
- Fix a bug which could cause flashing on the suite selection screen.