* Adds explicit indices to the models on the foreign keys to the clocked tables on history tables
0.3.3
-----
* Bug fixes: * Issue 26: Replace compound primary keys (entity_id, tick) on temporal clock tables with * Single column primary keys (id UUID column) * Unique constraint on (entity_id, tick)
0.3.2
-----
* New features: * strict_mode flag to raise assertion exceptions if a session flush will lead to undefined vclock updates (issue 21) * Bug fixes: * Issue 20: Detect if issues are already temporalized and allow double-wrapping * Issue 19: Fix mapper configuration to allow unit tests to run in isolation
0.3.0
-----
First actual release -- separated out from api_service as a separate package.