Skip to content

Releases: bubaley/fastapi-ronin

v0.5.0

27 Jan 12:07

Choose a tag to compare

Features

  • generics: add check coroutine for methods get_permissions, get_queryset, filter_queryset (293cc65)

v0.4.2

15 Dec 23:54

Choose a tag to compare

Bug Fixes

  • decorators: merge annotations from base classes for Tortoise compatibility (833b946)

v0.4.1

14 Dec 21:32

Choose a tag to compare

Bug Fixes

  • decorators: remove typing PydanticModel for ide indexing (8e73e10)

v0.4.0

12 Dec 23:00

Choose a tag to compare

Features

  • cache: implement caching system with Redis and in-memory options, add cache client interface and base classes (912d368)

v0.3.0

12 Dec 01:07

Choose a tag to compare

Features

  • filters: add filter by method, refactor ParameterDefinition to Parameter for consistency across filter definitions (78a2b9c)

v0.2.0

12 Dec 00:18

Choose a tag to compare

Features

  • schema, viewset: enhance flexibility and manual schema control (7714899)

v0.1.0

21 Nov 15:51

Choose a tag to compare

⚠ BREAKING CHANGES

  • Rename to fastapi-ronin