Create keyspace no longer defaults to SimpleStrategy with 3 replicas. It must be manually specified.
sync_table() no longer has an option to create keyspaces automatically.
cqlengine_test is now the default keyspace used for tests and is explicitly created
all references hardcoded to the "test" keyspace have been removed and use the default instead
instead of testing with bin/nose, use setup_package
improved validation error messages to include column name
fixed updating empty sets
improvements to puppet download script
per query timeouts now supported, see https://cqlengine.readthedocs.org/en/latest/topics/queryset.html?highlight=timeoutper-query-timeouts