You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Removed handle_{get, patch, delete, get_all, post} in favour of handle_request
* Specify starlette 0.14.2 requirement in setup.py
* Renamed get_all to get_many
* Various documentation improvements
* Catch errors from before and after request hooks
* Implemented _BaseResourceHandler and moved common functionality
* Always include the JSONAPIException detail
* Include relationships in schema by default
* Relaxed implementation for pagination query params
* Fixed sparse fields logic for including unspecified types
* Make base_path optional for BaseResource.register_routes
* Return 400 if include requests are not supported
* Renamed prepare_relations to include_relations
0 commit comments