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