v0.1.1
April 17, 2026
Changes in this release
- Reduced overhead on the HTTP request hot path
- The dependency container now uses caching more aggressively and performs less repeated work
- Controller handler execution and the internal runtime pipeline are now faster
- Routing and middleware selection have been improved on the hot path
- JSON responses and request body handling are now faster
dictandlistcan now be returned directly from handlers with automatic JSON wrapping- Added
@serializablefor explicit serialization of custom classes Public[T]andPrivate[T]are now available to separate public and internal fields of a serializable class- OpenAPI now describes responses for custom serializable objects more accurately
- Added in-controller middleware methods:
@middleware,@middleware.before, and@middleware.after