README.md in fulmar-2.0.0 vs README.md in fulmar-2.0.1

- old
+ new

@@ -12,10 +12,18 @@ machine and allows a quick revert to the old version, as long as other dependencies are compatible (i.e. database). It has (yet limited) support for MySQL / MariaDB and git. +## Warning + +Version 1.10.0 of Fulmar removes some features that we (CORE4) rarely used and which +caused the deployments to slow down the gems needed to be compiled against the +installed libraries. If you need support to query databases (more than just dumps) +or use dependencies, you will need to explicitly specify version `~> 1.9.0`. +Fulmar 2.0 will support these features via plugins. + ## Prerequisites Fulmar 2.0 runs with Ruby >= 2.2.2. Plugins like [mariadb](https://github.com/CORE4/fulmar-plugin-mariadb) might have additional requirements. @@ -48,10 +56,10 @@ $ touch Fulmarfile $ mkdir Fulmar $ touch Fulmar/project.config.yml -You can now now test your configuration. +You can now test your configuration. $ fulmar test:config Everything should be fine. With `fulmar -T` you can get a quick overview on the available tasks. That is probably just one, the fulmar console. We'll come back to this later. \ No newline at end of file