Izanami v1.3.1 is out
Support for Kotlin
The version 1.3.1 of Izanami is out. This version brings kotlin as a new supported language for scripting.
You can find more information about scripting following this link : https://maif.github.io/izanami/manual/features/scripts.html
Spring config examples
Spring config is now documented. Since version 1.1.0 Izanami can be used as a spring config server (thanks to Mathieu Ancelin). Even if this feature was present, it was not documented.
Following the links, you will find the documentation, the tutorial and the example application.
Some bug fixes
The dashboard page for A/B testing was impacted by a performance issue. All the datas were loaded and could freeze the pages if there were a huge number of collected event.
This is now fix aggregating event by period of time. It was already done with elasticsearch as database and it is now the same for all other databases.
Changelog
The changelog is available here : https://github.com/MAIF/izanami/issues?utf8=%E2%9C%93&q=milestone%3Av1.3.1+