Skip to content

Version 0.1.0

Compare
Choose a tag to compare
@eadwinCode eadwinCode released this 25 Jun 11:27
· 1112 commits to main since this release
49705d3

First Release

  • Pydantic integration
  • DI Container
  • Templating with Jinja2
  • OpenAPI Documentation (Swagger and ReDoc)
  • Controller (MVC)
  • Guards (Authentications, roles and permissions)
  • Modularization (eg: flask blueprint)
  • Websocket support
  • Session and Cookie support
  • CORS, GZip, Static Files, Streaming responses
  • Test client built on requests
  • In-process background tasks.
  • Startup and shutdown events.
  • Application Events

New Contributors