* Increases get_all speed by parallelizing record fetching and query counting with asyncio.gather
0.0.8
* Increases persistence speed for each record by coalescing relationship updates into asyncio.gather
0.0.7
* Fixes a bug in the generally unsafe-to-use ONETOMANY relationship updater * Dramatically enhances metadata passed to the relationship update lifecycle hooks * Some minor new documentation on the data that lifecycle hooks receive
0.0.6
-Add resource lifecycle hooks -Add support for any field to be primary key
0.0.5
-Expand acceptable python runtime range
0.0.4
-Adds CruddyController class to extend resource controllers from user applications