Skip to content

v3.4.0

Compare
Choose a tag to compare
@dhui dhui released this 25 Jul 01:52
· 770 commits to master since this release

Changes:

  • Revert #69
    • Allow DB connection URLs to contain escaped/encoded reserved URL characters (#78)
    • If you have reserved URL characters in your DB connection URL, you should encode them
  • Update dependencies
  • Support multiple statements in a single migration file for Cassandra thanks to @agquick (#76)
    • This is disabled by default. See the docs for the caveats and how to enable multi-statements