Skip to content

Releases: inferno-framework/inferno-reference-server

Inferno Reference Server v4.0.1

01 May 16:02
7bcb58c

Choose a tag to compare

What's Changed

  • FI-3996: Add client_id and exp to tokens generated for backend services by @dehall in #211

Full Changelog: v4.0.0...v4.0.1

Inferno Reference Server v4.0.0

18 Apr 14:39
624dac3

Choose a tag to compare

Breaking Change: Inferno Reference Server v4.0.0 introduces a breaking change in where data is stored. The resources and clients that were previously located in this repository under ./resources and ./clients have been moved to https://github.com/inferno-framework/inferno-reference-server-data . By default, this server will now load up with no data loaded.

Users who want to keep the previous behavior have the following options:

  • Fetch that data once and store it locally, either
    • Manually by copying the files, or
    • Using the script scripts/fetch_data_repo.sh , eg SOURCE_DATA_REPO=https://github.com/inferno-framework/inferno-reference-server-data scripts/fetch_data_repo.sh
  • Set the env var SOURCE_DATA_REPO=https://github.com/inferno-framework/inferno-reference-server-data to automatically have the docker container load the latest from that repository every time it starts

What's Changed

Full Changelog: v3.2.3...v4.0.0

Inferno Reference Server v3.2.3

07 Mar 13:04
f952212

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.2.2...v3.2.3

Inferno Reference Server v3.2.2

09 Dec 14:14
19876eb

Choose a tag to compare

What's Changed

  • FI-2727 Initial Implementation of Inferno (g)(10) Test Kit into CI by @Shaumik-Ashraf in #182
  • Add resources to DTR Bundle by @elsaperelli in #188
  • FI-3191: Bump HAPI to v7.6.0 by @dehall in #189
  • FI-3357: Add Carin For Blue Button Resources by @emichaud998 in #191
  • Change Task from CDex conformant to PAS by @elsaperelli in #192
  • FI-3357 Carin For Blue Button Resources Fix by @emichaud998 in #195

New Contributors

Full Changelog: v3.2.1...v3.2.2

Inferno Reference Server v3.2.1

08 Nov 14:31
46d85b9

Choose a tag to compare

What's Changed

  • FI-3390: Cache results for Group 1a Bulk Data export, plus Location by @dehall in #186

Full Changelog: v3.2.0...v3.2.1

Inferno Reference Server v3.2.0

05 Nov 22:48
eb8ba78

Choose a tag to compare

What's Changed

  • FI-3080 Update Inferno Reference Server to latest US Core tickets by @yunwwang in #170
  • Enable docker build workflow by @Shaumik-Ashraf in #172
  • remove docker_hub_build.yml by @Shaumik-Ashraf in #175
  • Fix Observation Social History/Pregnancy Intent code by @Shaumik-Ashraf in #178
  • Fix patient's ethnicity and Procedure's code for x-ray by @yunwwang in #177
  • FI-3258: Add CORS support per SMART 2.2 by @dehall in #176
  • FI-3368 Update link to inferno test kit tutorial by @mrnosal in #181
  • FI-3044: Enforce the appropriate auth mechanism for each client by @dehall in #179
  • FI-3389 Add US Core v7 supported profiles to CapabilityStatement by @yunwwang in #183
  • FI-2868: Add scopes_supported to smart-configuration by @dehall in #184

New Contributors

Full Changelog: v3.1.0...v3.2.0

Inferno Reference Server v3.1.0

01 Aug 14:02
43df338

Choose a tag to compare

What's Changed

  • Disable Bulk Export Job Reuse by @dehall in #160
  • FI-2709: Granular Scopes by @dehall in #161
  • Fix US Core 7 Observation for treatment intervention preference by @jhlee-mitre in #162
  • FI-2867: New scope logic by @dehall in #163
  • Bump nested dependency parsson to 1.0.5 [dependabot] by @dehall in #164
  • Reference server data update for US Core 7 and HTI-1 by @yunwwang in #165

New Contributors

Full Changelog: v3.0.1...v3.1.0

Inferno Reference Server v3.0.1

07 Jun 19:02
ea83603

Choose a tag to compare

What's Changed

  • FI-2735: Restore previous url matching behavior - fixes landing page by @dehall in #154
  • FI-2810 Fix disply text for Observation. Add resources for Screening and Assessment by @yunwwang in #156
  • FI-2808: DTR Bundle by @tstrass in #155
  • add encounter location by @karlnaden in #157
  • FI - 2513 PDex data by @360dgries in #159

New Contributors

Full Changelog: v3.0.0...v3.0.1

Inferno Reference Server v3.0.0

06 May 14:06
db215e7

Choose a tag to compare

Upgrade Notes

IMPORTANT: Because of the HAPI 7 upgrade, it is necessary to delete and rebuild the database when updating from an earlier version.

What's Changed

Full Changelog: v2.2.1...v3.0.0

Inferno Reference Server v2.2.1

09 Apr 11:27
7b0c7b8

Choose a tag to compare

What's Changed

  • FI-2367 Add asserted-date by @360dgries in #135
  • FI-2366: Patient Export Operation Fix by @emichaud998 in #132
  • Dependabot updates + replace Derby database with H2 by @dehall in #136
  • Bump org.apache.commons:commons-compress from 1.24.0 to 1.26.0 by @dependabot in #138
  • Bump org.postgresql:postgresql from 42.3.8 to 42.3.9 by @dependabot in #137
  • FI-2424: Support for SMART asymmetric confidential client auth by @dehall in #139
  • FI-2492: Add Location.identifier and Location.type MS elements by @dehall in #140
  • FI-2493: Add references to PractitionerRole resources by @dehall in #141
  • FI-2605: SMART error responses should be json by @dehall in #142
  • FI-2635: add asymmetric auth client info to landing page by @dehall in #143

New Contributors

  • @emichaud998 made their first contribution in #132

Full Changelog: v2.2.0...v2.2.1