- **Warning** - this release is not compatible with previous pybald
releases.
- Major configuration changes, deprecate the use of importing
'project.py' directly.
- New application context that lives globally is the config passing
mechanism.
- Replace FormAlchemy with WTForms as the primary mechanism for form
processing and validation
- Utilize controller and model registry.
- Global context is on a threadlocal stacked proxy to allow multiple
pybald applications in one interpreter.
- Database session is now attached to the app context.
- Shared application resources (caches etc..) are now registered with
the context
- ErrorMiddleware now has a more consistent interface with error
controllers, passing the raw exception as a \*parg, followed by
context-specific \*\*kargs