Inferno Reference Server v4.0.0
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, egSOURCE_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-datato automatically have the docker container load the latest from that repository every time it starts
What's Changed
- FI-2834: Configurable clients by @dehall in #207
- FI-3755 Use Authinfo in Inferno CI by @Shaumik-Ashraf in #201
- FI-3866: Remove build-time constraints on bulk data cached export by @dehall in #208
- FI-3865: Load data from data repository by @dehall in #209
Full Changelog: v3.2.3...v4.0.0