Skip to content

Releases: inferno-framework/inferno-core

Inferno Core v0.4.15

12 May 16:37
48fc060
Compare
Choose a tag to compare
  • Fix the appearance of the suite options screen for smaller displays.

Inferno Core v0.4.14

10 May 18:20
4a0ae5e
Compare
Choose a tag to compare
  • Fix a misleading error message when validating resources against a base resource profile.
  • Fix the appearance of the suite selection screen for smaller displays.

Inferno Core v0.4.13

21 Apr 14:55
d6087d6
Compare
Choose a tag to compare
  • Fix a bug which caused an error to appear in the UI while entering inputs into an input dialog which contains an oauth_credentials input.

Inferno Core v0.4.12

06 Apr 17:40
4f9b7f2
Compare
Choose a tag to compare
  • Add a checkbox input type.
  • Update the UI to display input descriptions for radio button inputs.
  • Add a link to the JSON API docs to the footer.
  • Display a warning when a preset contains an unknown input.
  • Add the ability to link to a test/group via its short id.

Inferno Core v0.4.11

06 Mar 14:11
b75c561
Compare
Choose a tag to compare
  • Fix the test_runs/:test_run_id/results route.

Inferno Core v0.4.10

03 Mar 12:47
f690d12
Compare
Choose a tag to compare
  • Add the --watch option to inferno 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

06 Feb 20:30
2cc2304
Compare
Choose a tag to compare
  • 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

24 Jan 18:16
066e2f1
Compare
Choose a tag to compare
  • 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

09 Jan 18:55
ac2cb37
Compare
Choose a tag to compare
  • 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

09 Dec 17:23
e0b2e86
Compare
Choose a tag to compare
  • Add DSL support for the FHIR batch/transaction interaction.