Changelog#
The format is based on Keep a Changelog.
[1.3.2]#
Changed#
update to use omni.kit.test public api
[1.3.1]#
Fixed#
Fixed tests flakiness
[1.3.0]#
Changed#
Use generic factory instead of service-specific factory
[1.2.1]#
Fixed#
Fixed documentation
[1.2.0]#
Added#
Added
validate_param
function to validate path parameters in a generic way using Pydantic modelsAdded
describe_query_param
function to add a description to query parametersAdded
APIRouter
to combine the Kit router with the fast_version router & allow versioning of endpoints
[1.1.2]#
Changed#
Update deps
[1.1.1]#
Changed#
Set Apache 2 license headers
[1.1.0] - 2024-02-29#
Changed#
Force to use IP 127.0.0.1 by default
[1.0.0] - 2023-11-20#
Added#
Created