Skip to content

Releases: inferno-framework/ips-test-kit

IPS Test Kit v0.12.0

23 Jul 11:54
0ebe20f

Choose a tag to compare

What's Changed

Full Changelog: v0.11.0...v0.12.0

IPS Test Kit v0.11.0

17 Feb 14:15
e44b793

Choose a tag to compare

Breaking Changes

  • Inferno Core Update: Bumped to version 0.6.2.
  • Ruby Version Update: Upgraded Ruby to 3.3.6.
  • Gemspec Updates:
    • Switched to git for specifying files.
    • Added presets to the gem package.
    • Updated dependencies to include the new Ruby and Inferno Core versions.
  • Test Kit Metadata: Implemented test kit metadata.
  • Environment Updates: Updated Ruby version in the Dockerfile.
  • Added GitHub Actions workflow

What's Changed

  • FI-3648: Add Spec for Shared Tests and Implement Features for the Failing Tests by @vanessuniq in #48
  • Release 0.11.0 by @vanessuniq in #49

Full Changelog: v0.10.2...v0.11.0

IPS Test Kit v0.10.2

28 Oct 15:45
51821d1

Choose a tag to compare

What's Changed

  • Separation of IPS $summary Tests with Configurable Variables for Reusability by @projkov in #46

Full Changelog: v0.10.1...v0.10.2

IPS Test Kit v0.10.1

05 Jul 21:04
3cc9f0f

Choose a tag to compare

What's Changed

Full Changelog: v0.10.0...v0.10.1

IPS Test Kit v0.10.0

05 Jun 17:47
0cc7bd5

Choose a tag to compare

What's Changed

Full Changelog: v0.9.0...v0.10.0

IPS Test Kit v0.9.0

07 Mar 18:16
6c1b76f

Choose a tag to compare

This version includes several improvements and fixes, including:

  • Updates HL7 IPS Reference Server preset to point to new domain
  • Adds separate preset for content-only tests, and fixes issues where preset was rendering as Ruby object instead of JSON in the input field for the test
  • Adds descriptions to suite and tests to describe the testing capability of this set of tests and how to use the presets
  • Removes $document operation test as it had a critical bug in the Inferno test, but is not documented in the current version of the IPS IG and there are no known reference implementations so fixing it was not possible
  • Updates $summary test to use GET as the POST version for FHIR Operations in Inferno forces a Content-Type header when it is not appropriate, which causes issues in some reference implementations
  • Updates inferno_core dependency to ensure that GET for FHIR Operations is provided
  • Adds very basic $docref test that verifies support for this operation and initiates a request, but does very little to validate the response due to lack of available references
  • Updates to v0.9.0 to match convention of other test kits that are ready to be deployed to inferno.healthit.gov

IPS Test Kit v0.1.1

03 May 17:08
4300313

Choose a tag to compare

  • Updated the IG to version 1.1.0
  • Added a group for MedicationRequest

v0.1.0

28 Oct 12:18
4fb0b09

Choose a tag to compare

  • Update to use new version of inferno_core with ruby 3

v0.0.2

17 Aug 14:09
22108c9

Choose a tag to compare

Update to support inferno_core 0.0.5 with asynchronous test running.