Skip to content

Releases: inferno-framework/inferno-core

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.

Inferno Core v0.4.0

24 Oct 12:14
6cbbb81
Compare
Choose a tag to compare
  • Breaking Change: Inferno has been updated to use Ruby 3.1.
  • Add the ability to use CTRL/CMD+Enter to submit inputs and start a test run.

Inferno Core v0.3.12

11 Oct 14:20
147cbde
Compare
Choose a tag to compare
  • 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

13 Sep 13:42
4d7b5ce
Compare
Choose a tag to compare
  • 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

29 Aug 16:54
27fb2cf
Compare
Choose a tag to compare
  • Fix a performance issue when creating a test run for a large test suites.
  • Improve the test details UI.