Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 679 Bytes

Changelog.md

File metadata and controls

33 lines (27 loc) · 679 Bytes

Changelog

1.6

  • Adds configurable default_timeout setting to Cassandra driver session

1.5

  • 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

1.4

  • Enables automatic keyspace creation if keyspace isn't found in Cassandra

1.3

  • Allows migration script filenames to consist entirely of numerals

1.2

  • Authentication & SSL Cassandra connection options
  • Configurable consistency level for all CQL statements

1.1

  • Python 3 compatibility

1.0

  • Initial release