- Fix `host` property in the OpenAPI `/spec` - It should not contain the scheme (e.g. `http`) - Infer scheme from request - Before, we would assume `https`, which is not always accurate
24.6.0
- Allow TaxBenefitSystem to define the examples to use in the `/spec` route. - See [docs](https://openfisca.org/doc/openfisca-web-api/config-openapi.html).
24.5.6
- When there is an empty `index.yaml` in the parameters, ignore it instead of raising an error.
24.5.5
- Fix the internal server error that appeared for the `/trace` and (less frequently) `/calculate` route of the Web API - This error appeared when a simulation output was a variable of type string
> Note: Versions `24.5.3` and `24.5.4` have been unpublished as they accidentally introduced a breaking change. Please use version `24.5.5` or more recent.
24.5.2
- Ignore W503 to enforce Knuth's style (W504) - Fix failing entities test - Household description was outdated
24.5.1
- Further adopt simplified simulation initialisation - See [729](https://github.com/openfisca/openfisca-core/pull/729)