Izanami v1.2.0 is out
Published in
1 min readDec 28, 2018
Izanami is out and this version brings a lot of new features:
- scala is now a supported scripting langage for feature flipping
- Dynamo BD can now be used as a database with Izanami
New scripting language
You can now use scala as scripting language with the script and global script strategy on feature flipping.
Script debugging
You can now debug your script in the UI using `println` for scala and `console.log` for javascript.
The compile errors are also displayed in the UI.
Dynamo DB
Dynamo DB is now supported as a database thanks to Lucas Coatanlem (cbm-lcoatanlem) and Gabriel Plassard (gabriel.plassard@carboatmedia.fr).