- added support for multiple paths per route handler
- added support for static files
- updated lifecycle support to allow for application state injection
- updated route handlers and dependencies to allow for application state injection
- updated dependency injection to allow for dependency injection into dependencies
- updated
PluginProtocol
- addedfrom_dict
methods - updated
SQLAlchemyPlugin
:- added
from_dict
method - all back-references are now typed as
Any
- all relationships are now typed as
Optional
- added
- updated
DTOFactory
:- supports generics
- added
to_model_instance
andfrom_model_instance
methods - added
field_definitions
kwarg, allowing for creating custom fields