All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
- default allow all hosts, see play.filters.hosts in application.conf
- Working default configuration:
- log configuration now in conf/logback.conf
- configure application secret with play.http.secret.key in application.conf
- configure key- and truststore with play.ws.ssl in application.conf
- HTTP client does not do SNI #21
- Change log.
- Release all artifacts to GitHub.
- Upgrade Play framework:
- Play 2.7.9
- Scala 2.13.7
- Sbt 1.5.5
- Using default Akka web server instead of Netty