v0.1.4
June 5, 2026
Changes in this release
- Added
WebUIConfigurationfor configuring Web UI availability, themes, leaf animations, and allowed environments - Added
EnvironmentandThemeenums for type-safe application configuration - Introduced the
@onlydecorator for restricting controllers, services, dependencies, middleware, and hooks to specific environments - Components unavailable in the current environment are now automatically excluded from the DI container, routing, and OpenAPI documentation
- Added dependency graph validation during application startup to detect dependencies on disabled providers before serving requests
- Improved OpenAPI schema generation for Pydantic models and classes marked with
@serializable - Added return value analysis for
JSONResponse, custom models,dict, andlistwhen generating OpenAPI documentation - Added automatic HTTP error documentation based on
raise HTTPException(...)statements - Added support for multiple response variants via OpenAPI
oneOfand improved compatibility with customResponseclasses - Updated the documentation UI: fixed leaf rendering, added transparency and blur effects, and improved handling of long sidebar item names