Skip to content

Releases: inferno-framework/inferno-core

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.

Inferno Core v0.4.5

01 Dec 15:40
0a5e0fa
Compare
Choose a tag to compare
  • 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

22 Nov 15:14
Compare
Choose a tag to compare
  • Update hanami-router to fix a bug which prevented Inferno from handling inputs containing % characters.

Inferno Core v0.4.3

16 Nov 18:12
Compare
Choose a tag to compare
  • Remove timestamps from headers and messages.

Inferno Core v0.4.2

27 Oct 12:28
1bd61ae
Compare
Choose a tag to compare
  • Add a missing require to the session data repository.
  • Fix UI bugs.

Inferno Core v0.4.1

26 Oct 13:24
d80998f
Compare
Choose a tag to compare
  • 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.