Skip to content

Releases: goraje/fastapi-controllers

v0.3.0

31 Jan 23:46
Compare
Choose a tag to compare
  • no changes to the public interface
  • switch to a more pythonic way of storing and identifying routes in Controllers
  • revert unnecessary weakref usage

v0.2.1

29 Jan 17:39
Compare
Choose a tag to compare
  • switch to weakref-based binding of routes to fastapi.APIRouter methods in order to provide a more generic and reliable way of signature validation

v0.2.0

28 Jan 00:37
Compare
Choose a tag to compare
  • add support for WebSockets via the websocket decorator

v0.1.1

25 Jan 15:52
Compare
Choose a tag to compare
  • remove inferring of route description from __doc__ of the decorated function
  • remove inferring of route name from __name__ of the decorated function

v0.1.0

25 Jan 12:26
Compare
Choose a tag to compare
  • introduce support for Controller class and HTTP request-handling routes