Releases: inferno-framework/smart-app-launch-test-kit
Releases · inferno-framework/smart-app-launch-test-kit
SMART App Launch Test Kit v0.4.6
What's Changed
- FI-3018: Allow multi-line custom headers in token introspection request by @emichaud998 in #77
- FI-3257: Use Custom Authorization Header Input in Invalid Token Test by @emichaud998 in #81
- FI-2919: SMART CORS Support Tests by @emichaud998 in #75
Full Changelog: v0.4.5...v0.4.6
SMART App Launch Test Kit v0.4.5
What's Changed
- FI-3247: Add note that CORS is not yet tested by @Jammjammjamm in #79
Full Changelog: v0.4.4...v0.4.5
SMART App Launch Test Kit v0.4.4
What's Changed
- FI-2874: Create New SMART v2.2 Suite and Update fhirContext by @emichaud998 in #74
- FI-3053: Introspection URL Fix by @emichaud998 in #76
- FI-3037: SMART User Access Brands Suite by @emichaud998 in #73
Full Changelog: v0.4.3...v0.4.4
SMART App Launch Test Kit v0.4.3
What's Changed
- Dependency Updates 2024-04-05 by @Jammjammjamm in #67
- FI-2429: Disable inferno validator by @dehall in #68
- Dependency Updates 2024-06-05 by @Jammjammjamm in #69
- Dependency Updates 2024-07-03 by @Jammjammjamm in #71
- FI-2479: Asymmetric token refresh by @Jammjammjamm in #70
Full Changelog: v0.4.2...v0.4.3
SMART App Launch Test Kit v0.4.2
What's Changed
- FI-2469 README Updates by @alisawallace in #62
- FI-2470: Make Necessary Inputs Optional for New inferno_core Changes by @emichaud998 in #63
- Dependency Updates 2024-03-19 by @Jammjammjamm in #64
- Fix RubyGems URLs for homepage and source_code by @Shaumik-Ashraf in #65
Full Changelog: v0.4.1...v0.4.2
SMART App Launch Test Kit v0.4.1
What's Changed
- FI-2395: Data Rights Legend by @bmath10 in #60
- FI-2247 backend services migration by @alisawallace in #59
SMART App Launch Test Kit v0.4.0
NOTE: This uses a new version of Inferno Core which requires a database migration to be run. If using Docker, run setup.sh
. If using Ruby, run bundle exec inferno migrate
.
What's Changed
- FI-2253: Fix jwt dependency by @Jammjammjamm in #52
- FI-2325: Check fhirContext by @emichaud998 in #56
- FI-2342: Add Token introspection tests by @alisawallace in #57
Full Changelog: v0.3.0...v0.4.0
SMART App Launch Test Kit v0.3.0
- Add support for asymmetric client auth to SMART v2.
- Add a message to the test result when redirecting the user to the auth endpoint.
- Use
docker compose
instead ofdocker-compose
.
SMART App Launch Test Kit v0.2.2
- Fix typos and launch test description.
SMART App Launch Test Kit v0.2.1
- Update to support new development workflow. See the template repository for details.
- Fix a bug in token refresh test where the original refresh token was not included in the smart credentials output when the refresh response did not contain a new refresh token.