sky-uk / cqlmigrate

Cassandra schema migration library
BSD 3-Clause "New" or "Revised" License
47 stars 29 forks source link

Support Cassandra 4.x Driver #79

Open mkobit opened 5 years ago

mkobit commented 5 years ago

From here:

Version 4 is major redesign of the internal architecture. As such, it is not binary compatible with previous versions. However, most of the concepts remain unchanged, and the new API will look very familiar to 2.x and 3.x users.

The "not binary compatible" will require changes in this library as well as existing testing tools (like scassandra).

References