patka / cassandra-migration

Schema migration library for Cassandra
MIT License
152 stars 47 forks source link

Add ability to choose execution profile (by configuration parameter) … #52

Closed rvgulinski closed 4 years ago

rvgulinski commented 4 years ago

…used for schema migration statements. Profiles concept is described here https://docs.datastax.com/en/developer/java-driver/4.0/manual/core/configuration/.

rvgulinski commented 4 years ago

Thanks, I am back to this after a longer weekend :) Sure I will change code according to your comment. Anyway is there any chance for released version including that change in the near future?

patka commented 4 years ago

Long weekend sounds nice. Hope you enjoyed it :)

Yes, the release process is not complicated. Once the feature is merged, I can do a release in the next couple of days.

rvgulinski commented 4 years ago

Yes, thanks I did enjoy it a lot.

It is good to hear that your release process is fluent. Changes are commited so I'm looking forward for next version. Have a nice day and thanks for this cool library.

patka commented 4 years ago

I am glad the library is useful :) The feature is released in version 2.4.0_v4. Check it out and let my know in case there are any issues.