* Auto-create trigger log tables only when necessary. (62)
0.15.0
* Add context manager to bypass write restrictions to create test data (55)
0.14.0
* Fix ORM representation of built in Heroku Connect fields (59) * Add check for missing upsert fields on read-write mappings (56) * Fix Django future compatibility (58)
0.13.0
* Add database router to prevent write actions on read-only tables (53) Add DATABASE_ROUTERS = ['heroku_connect.db.router.HerokuConnectRouter'] to your settings to enable this feature.
0.12.0
* Make trigger log available in django.admin (49)
0.11.0
* Add wait argument to import_mappings command (36) * Add wait-interval argument to import_mappings command (51) * Increase verbosity of import_mappings command (51) * Fix connection fetching on retry in import_mappings command (51)