- Adds configurable default_timeout setting to Cassandra driver session
- Compatibility updates for Cassandra driver 3.0.0 release
- Adds protection against adding duplicate schema migration files
- Adds proper exit code when configuration files are missing
- Integration tests added to tox & Travis CI
- Enables automatic keyspace creation if keyspace isn't found in Cassandra
- Allows migration script filenames to consist entirely of numerals
- Authentication & SSL Cassandra connection options
- Configurable consistency level for all CQL statements
- Python 3 compatibility
- Initial release