Skip to content

Releases: inferno-framework/inferno-core

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.

Inferno Core v0.3.9

19 Aug 13:32
8d61455
Compare
Choose a tag to compare
  • 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

17 Aug 16:24
7c52f6e
Compare
Choose a tag to compare
  • Improve options selection UI.
  • Fix bug where test count was not taking suite options into account.

Inferno Core v0.3.7

08 Aug 20:04
85f0713
Compare
Choose a tag to compare
  • Fix bug displaying request details.

Inferno Core v0.3.6

04 Aug 15:47
d058202
Compare
Choose a tag to compare
  • 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

12 Jul 14:44
ca0e169
Compare
Choose a tag to compare
  • 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

30 Jun 21:08
ef53294
Compare
Choose a tag to compare
  • 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

25 May 12:16
2a61b3e
Compare
Choose a tag to compare
  • UI accessibility improvements.
  • Force sending text/html Content-Type header for app root and session pages.