Skip to content

v3.1.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@leroxyl leroxyl released this 20 Jan 08:50
· 60 commits to master since this release
9382219

Added:

Removed:

  • deprecated support of migration from legacy file based context into database
    • to migrate the legacy file based context into the database, the user will have to use v3.0.0 and run it with the --migrate flag once
  • removed support of --migrate flag
    • schema version will be checked upon startup automatically and migrated if necessary

Changed:

  • to set the configuration directory, the path to the configuration file now has to be passed as command line flag in the form -configdirectory path/to/configdir