Releases: r4fek/django-cassandra-engine
Releases · r4fek/django-cassandra-engine
1.10.0
11 Jun 09:45
Compare
Sorry, something went wrong.
No results found
1.9.0
17 Mar 19:12
Compare
Sorry, something went wrong.
No results found
Support Django 4.2 and 5.0
Add support for Python 3.12
1.8.0
02 Feb 21:00
Compare
Sorry, something went wrong.
No results found
Drop support for Django 3.1
Support Django up to 4.1
Add support for Python 3.11
1.7.0
11 Jan 16:14
Compare
Sorry, something went wrong.
No results found
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 with scylla-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
26 Jul 05:44
Compare
Sorry, something went wrong.
No results found
Support cloud cred bundle (#142 )
1.6.2
19 May 16:49
Compare
Sorry, something went wrong.
No results found
Added support for Django 3.1 and 3.2
1.6.0
09 Mar 13:33
Compare
Sorry, something went wrong.
No results found
Support Django 3.x #135
Fix tests
Update cassandra-driver to 3.22.0
1.5.5
30 Jan 11:20
Compare
Sorry, something went wrong.
No results found
Create the test keyspace not in the runtime keyspace (by @andydawkins )
1.5.4
01 Oct 12:05
Compare
Sorry, something went wrong.
No results found
Upgrade Django and cassandra-driver deps
1.5.3
26 Jul 14:20
Compare
Sorry, something went wrong.
No results found
Turn schema_metadata_enabled on while syncing database
Make get_cql_models connection aware