Skip to content

Releases: sky-uk/cqlmigrate

0.12.0

16 Nov 16:06
5e2cada
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.11.0...0.12.0

0.11.0

26 Aug 15:00
0f528f0
Compare
Choose a tag to compare

Not published to bintray (blocked by #94)

#97 Migrate existing tests from scassandra to simulacron
#99 Upgrade to cassandra driver 3.11
#100 Update cqlmigrate to use cassandra driver 4.x
#101 Preflight checks

0.10.3

27 Jan 09:28
Compare
Choose a tag to compare

https://bintray.com/sky-uk/oss-maven/cqlmigrate/0.10.3

#89 Custom name for locking keyspace
#90 Fail gracefully if lock cannot be obtained

0.10.2

26 Nov 13:12
Compare
Choose a tag to compare

https://bintray.com/sky-uk/oss-maven/cqlmigrate/0.10.2

  • #86 Added ability to set consistency on cassandra locking mechanism

0.10.1

08 Oct 13:09
Compare
Choose a tag to compare

https://bintray.com/sky-uk/oss-maven/cqlmigrate/0.10.1

  • #83 Make sure files with trailing empty lines parse again

0.10.0

08 Apr 09:30
Compare
Choose a tag to compare

https://bintray.com/sky-uk/oss-maven/cqlmigrate/0.10.0

  • #76 Remove Guava usages in main source in favor of JDK built-ins
  • #77 Update packages dependencies to latest versions, Gradle version to latest, and tests to use new package versions

0.9.8

0.9.7

25 Sep 09:52
Compare
Choose a tag to compare

https://bintray.com/sky-uk/oss-maven/cqlmigrate/0.9.7

  • #41 Cassandra 3 added
  • #53 Release the lock if migration fails.
  • #60 add cassandra no op locking mechanism, config, and test
  • #57 Parse cql files with code comments

0.9.6

03 Nov 20:01
Compare
Choose a tag to compare

https://bintray.com/sky-uk/oss-maven/cqlmigrate/0.9.6

  • #39 Add CONTRIBUTING.md
  • #44 Remove the ability to set custom client id in CassandraLockConfig

0.9.5

03 Nov 19:59
Compare
Choose a tag to compare

https://bintray.com/sky-uk/oss-maven/cqlmigrate/0.9.5

  • #37 Don't check cluster health when there are no schema changes