Skip to content

Latest commit

 

History

History
76 lines (59 loc) · 2.44 KB

CHANGELOG.md

File metadata and controls

76 lines (59 loc) · 2.44 KB

Changelog

2.6.0 - 2019-01-22

  • 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

2.5.0 - 2018-05-14

  • 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

2.4.0 - 2018-03-28

  • 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

2.3.0 - 2018-03-16

  • 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

2.2.0 - 2018-02-16

  • 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

2.1.0 - 2017-12-11

  • Add scoring of models using Spark MLLib.

2.0.0 - 2017-11-07

  • Migrate classes to package eu.hbp.mip.woken.*
  • Add domain objects, in particular Error which can be send to clients in some cases.

1.0.0 - 2016-12-07

  • First stable version