Skip to content

Releases: r4fek/django-cassandra-engine

1.9.0

17 Mar 19:12
10baddd
Compare
Choose a tag to compare
  • Support Django 4.2 and 5.0
  • Add support for Python 3.12

1.8.0

02 Feb 21:00
563348c
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • 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
Choose a tag to compare
  • Support cloud cred bundle (#142)

1.6.2

19 May 16:49
Compare
Choose a tag to compare
  • Added support for Django 3.1 and 3.2

1.6.0

09 Mar 13:33
Compare
Choose a tag to compare
  • Support Django 3.x #135
  • Fix tests
  • Update cassandra-driver to 3.22.0

1.5.5

30 Jan 11:20
Compare
Choose a tag to compare
  • Create the test keyspace not in the runtime keyspace (by @andydawkins)

1.5.4

01 Oct 12:05
Compare
Choose a tag to compare
  • Upgrade Django and cassandra-driver deps

1.5.3

26 Jul 14:20
Compare
Choose a tag to compare
  • Turn schema_metadata_enabled on while syncing database
  • Make get_cql_models connection aware

1.5.0

14 Jun 11:30
Compare
Choose a tag to compare
  • Support multiple cassandra databases
  • Add docker-compose setup for better testing