Skip to content

Releases: inferno-framework/inferno-core

Inferno Core v0.1.2

01 Feb 19:42
5d40088
Compare
Choose a tag to compare
  • Add the ability to cancel a test run.
  • When configuration changes are applied to a runnable, they are now applied to
    all of its children.
  • Update sidekiq.

Inferno Core v0.1.1

25 Jan 20:24
6420555
Compare
Choose a tag to compare
  • Add input_instructions, short_title, and short_description to runnables.
    UI for these attributes is not yet implemented.
  • Fix an issue where Omit results had higher precedence than Pass results
  • Add support for HTTP delete requests and streaming get requests
  • Minor UI improvements
  • Improve the UI for oauth_credentials inputs
  • Allow tests/groups to be marked as optional

Inferno Core v0.1.0

10 Jan 20:47
e71bd0f
Compare
Choose a tag to compare
  • Fix a display bug for url-encoded request bodies
  • Minor UI improvements
  • Display a modal when tests are in a wait state
  • Add initial support for PostgreSQL
  • Add support for radio button inputs
  • Add a new oauth_credentials input type and the ability to automatically refresh OAuth2 access tokens

Inferno Core v0.0.8

10 Dec 16:48
7feefb2
Compare
Choose a tag to compare
  • Update Material UI to v5
  • Various UI improvements
  • Update fhir_client version
  • Add support for search with POST to FHIR Client
  • Add support for adding additional validation functions
  • Fix issue where entire response bodies were always logged
  • Fix a migration error.

Inferno Core v0.0.7

28 Oct 14:19
3ab6d88
Compare
Choose a tag to compare
  • Add documentation in github pages
  • Add ability to lock inputs
  • Add initial version of inferno CLI command.
    • Breaking change: migrations are no longer run automatically. They can be
      run manually with inferno migrate. This will also break unit tests in test
      kit repos. Test kit repos should add these lines above the line with
      require 'inferno' in spec/spec_helper.rb:
      require 'inferno/config/application'
      require 'inferno/utils/migration'
      Inferno::Utils::Migration.new.run
      

Inferno Core v0.0.6

19 Oct 19:40
d866195
Compare
Choose a tag to compare
  • Fix long request URLs pushing buttons off screen
  • Add ability to declare inputs optional
  • Prevent multiple simultaneous test runs within a single session
  • Add ability to declare that tests must be run as a group
  • Add temporary in-memory storage for use within a test run
  • Add ability to configure tests

Inferno Core v0.0.5

10 Aug 16:35
f05ba92
Compare
Choose a tag to compare

0.0.5

  • Fix sidekiq dependency

Inferno Core v0.0.4

10 Aug 14:45
172b6e9
Compare
Choose a tag to compare

0.0.4

  • Add bearer token support to FHIR Client DSL
  • Add ability to serve custom endpoints from a test suite
  • Run tests asynchronously and support resuming a test run
  • Add ability to set default input values
  • Update UI to populate inputs with session data
  • Update UI to distinguish between requests a test makes vs. those it uses

Inferno Core v0.0.2

15 Jun 15:58
3f0f7e1
Compare
Choose a tag to compare

Initial working release

Inferno Core v0.0.1

15 Jun 15:57
1d604fa
Compare
Choose a tag to compare
Inferno Core v0.0.1 Pre-release
Pre-release

Initial release