v0.11.0
Major changes has been implemented in this version since v0.10.0, including here a list of highlights:
- Implement specification-required error responses for specific scenarios.
This includes553 Version Not Supportedand400 Bad Request. - Implement warnings.
Warnings emitted through the built-inwarningsmodule will now be added to the JSON response undermeta-->warnings. - Logging.
Theoptimadepackage now has it's own logger based on the built-inloggingmodule. It will both save to file and output to the console usinguvicorn's logging formatter, so that it looks nice together with theuvicornlogs. - Sorting on unknown properties.
- Major documentation overhaul!
api_hintquery parameter.
The full release changelog can be seen in the online docs and in the repository source file.