Skip to content

2.0.0 Generic views (for real), relationships, refactoring

Choose a tag to compare

@mahenzon mahenzon released this 24 Aug 08:47
· 236 commits to main since this release
65d000f

Generic views, process relationships

Backward-incompatible changes

  • Automatically create all CRUD views based on schemas (see example)
  • Allow to pass Client-Generated IDs (see example, JSON:API doc)
  • Process relationships on create / update (see example, JSON:API doc)
  • Accept pydantic model with any dependencies on it (see example)
  • handle exceptions (return errors, JSON:API doc)
  • refactor data layers
  • tests coverage

Authors: