*********
Generic views, process relationships
====================================
.. note::
Backward-incompatible changes
* Automatically create all CRUD views based on schemas (see :ref:`example <minimal_api_example>`)
* Allow to pass Client-Generated IDs (see :ref:`example <client_generated_id>`, `JSON:API doc <https://jsonapi.org/format/#crud-creating-client-ids>`_)
* Process relationships on create / update (see :ref:`example <relationships>`, `JSON:API doc <https://jsonapi.org/format/#crud-updating-resource-relationships>`_)
* Accept pydantic model with any dependencies on it (see :ref:`example <view_dependencies>`)
* handle exceptions (return errors, `JSON:API doc <https://jsonapi.org/format/#errors>`_)
* refactor data layers
* tests coverage
Authors
"""""""
* `mahenzon`_
* `CosmoV`_
* `tpynio`_