Skip to content

Releases: FAForever/faf-java-api

v2.17.3

16 Dec 22:22
Compare
Choose a tag to compare
  • Make gradle setup compatible for dependabot
  • Mass update of dependencies thanks to dependabot
  • Rework application.yml defaults to require less env variables for regular use
  • Leagues image url fix
  • #508 Fix healthcheck

v2.17.2 - League service polishing

16 Dec 09:53
Compare
Choose a tag to compare

v2.17.1 - Java 17 Fixed Docker image

29 Oct 08:16
Compare
Choose a tag to compare
Fix Dockerfile (move to JDK17)

v2.17.0 - Java 17 baseline

29 Oct 07:30
Compare
Choose a tag to compare
  • Update to Java 17
  • Update to db v122
  • Fix #232 Minimum mod name length
  • Fix #209 Uploading mod packs
  • New validity state "unranked by host"
  • Several changes in CI

v2.16.0 - Gog linking

29 Sep 21:08
Compare
Choose a tag to compare
  • Enable linking to GOG.com
  • Add update permission on GroupPermission to allow updates to userGroup assigned permissions

v2.15.11 - db v121 compatibility

04 Sep 19:39
Compare
Choose a tag to compare
Add compatibility to db v121

v2.15.10

01 Sep 21:46
Compare
Choose a tag to compare
  • Add short lived caching for game results
  • Remove deprecated Ladder1v1/Global-Leaderboard controllers

v2.15.9

27 Aug 21:18
Compare
Choose a tag to compare
  • Add caching for CoopResult
  • Suppress stacktraces on broken pipes

v2.15.8 - Add slow request logging

23 Aug 15:58
Compare
Choose a tag to compare
Add logging for slow http requests

The threshold is 1s by default and can be configured.

v2.15.7 - Fix Hydra scope handling

31 Jul 22:08
Compare
Choose a tag to compare
Update faf-java-commons