Releases: r4fek/django-cassandra-engine
Releases · r4fek/django-cassandra-engine
1.9.0
1.8.0
1.7.0
- Fix(command/dbshell): Avoid raise TypeError when django-3.2 pass
options['parameters']
(#154) - thanks @icycandle! - Support Django 4.x
- Drop support for Python <3.7
- replace
cassandra-driver
withscylla-driver
to better support ScyllaDB (Scylla driver is fully compatible with Cassandra) - Get rid of travis build system in favor of Github Actions (faster build times, better integration with Github)
- Reformat entire codebase with flake8, isort and black
- Add code style check to the build process
- Use Poetry to install the package and maintain dependencies
1.6.3
1.6.2
1.6.0
1.5.5
- Create the test keyspace not in the runtime keyspace (by @andydawkins)