- Monitoring: track issues with Bugsnag
- Monitoring: add Akka cluster management
- dev: Define location of PFA evaluator script
- dev: Update woken-messages to 2.9.1
- dev: Update cats-core to 1.4.0
- dev: Update Akka to 2.5.8, akka-http to 10.1.5
- dev: Update base image to java-base:11.0.1-1
- dev: Improve Docker build
- fix: Fix bug validation match error
- fix: Improve configuration of Kamon
- Monitoring: Add dead letter monitor
- Monitoring: Add monitoring with Kamon
- Use Artery TCP for Akka remoting
- dev: Align configuration with Woken
- dev: Update to Akka 2.5.11
- dev: Update woken-messages to 2.7.5
- dev: Register actors with the dist pubsub mediator
- dev: Easy switch between Netty and Artery remoting
- test: Add tests for naive bayes model
- test: Test gradient boosting model
- fix: Fix json results for string categories
- fix: Validate more models using Titus
- fix: Use Titus for gradient_boosting model
- fix: Remove cluster constraint on Woken
- fix: Optimise size of Docker image
- fix: Replace ActorLogging by LazyLogging
- fix: Increase size of Akka payloads
- fix: Add Akka Coordinated shutdown
- fix: Health checks should not throw exceptions
- dev: Update woken-messages to 2.6.3
- test: Test model for kNN
- fix: Increase pauses in Akka cluster
- fix: Use Titus for the evaluation of some PFA models
- API: Add /health and /readiness routes
- Display url of the cluster on startup
- Accept Json strings containing double values
- Log errors during scoring
- dev: Move common config into reference.conf
- dev: Update Scala to 2.11.12
- dev: Update woken-messages to 2.6.0
- fix: Fix configuration for Akka cluster
- fix: Fix JVM options at startup
- Docker image contains the configuration of the application. Environment variables can be used to tune the configuration
- Add health checks on /health endpoint and a web server
- dev: Migrate classes to package ch.chuv.lren.woken.validation.*
- dev: Update to Akka 2.5.9
- Add scoring of models using Spark MLLib.
- Migrate classes to package eu.hbp.mip.woken.*
- Add domain objects, in particular Error which can be send to clients in some cases.
- First stable version