- First release on PyPI.
- RC1 release
- Postgres multi schema support for multi-tennant applications
- Show resulting Query with verbose mode
- this release required you to re-bootstrap your database with
- bootstrap -t
- bootstrap
- Fixed authentication with Redis
- Fixed Docker build
- Sync multiple indices in the same schema
- Test for replication or superuser
- Fix PG_NOTIFY error when payload exceeds 8000 bytes limit
- Bug fix when syncing multiple indices in the same schema
- Only create triggers for tables present in schema
- Bug fix when creating multiple triggers in same schema
- Bug fix when tearing down secondary schema
- Fix issue #29: SQLAlchemy err: Neither 'BooleanClauseList' object nor 'Comparator' object has an attribute '_orig'
- Fix issue #30: Traceback AttributeError: id
- Fix issue #33: Unable to set Redis port via environment variable.
- Support Amazon RDS #16
- Optimize database reflection on startup
- Show elapsed time
- Support specify Elasticsearch field data type
- Add support for SSL TCP/IP connection mode
- Show version details with --version argument
- Fixed airbnb examples docker build
- Support Elasticsearch settings for adding mapping and analyzers