Skip to content

Releases: bubaley/fastapi-ronin

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 18 Aug 20:54

Bug Fixes

  • filters: change fields type from List to Iterable for improved flexibility (01ace4e)
  • filters: change filters type check to use Iterable for better flexibility (4676697)

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 08 Jul 12:09

⚠ BREAKING CHANGES

  • migrate to actual tortoise-orm. Update docs

Features

  • main: fix types and linting, add ordering filter, edit main.py example (59503f7)
  • migrate to actual tortoise-orm. Update docs (c6d2467)

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 27 Jan 12:07

Features

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

v0.4.2

Choose a tag to compare

@github-actions github-actions released this 15 Dec 23:54

Bug Fixes

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

v0.4.1

Choose a tag to compare

@github-actions github-actions released this 14 Dec 21:32

Bug Fixes

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

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 12 Dec 23:00

Features

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

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 12 Dec 01:07

Features

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

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 12 Dec 00:18

Features

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

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 21 Nov 15:51

⚠ BREAKING CHANGES

  • Rename to fastapi-ronin