Skip to content

Inferno Reference Server v4.0.0

Choose a tag to compare

@dehall dehall released this 18 Apr 14:39
· 3 commits to main since this release
624dac3

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