Releases: FAForever/faf-java-api
Releases · FAForever/faf-java-api
v2.7.5
Upgrade & cleanup dependencies
v2.7.4
Security updates on dependencies
v2.7.3
Split User and Player class properly to avoid side filter attacks
v2.7.3-RC1
Split User and Player class properly to avoid side filter attacks
v2.7.2
Temporarily disable broken tests
v2.7.1
Update faf-stack in .travis.yml
v2.8.0-RC1
Move ssh keys into dedicated files
v2.7.0
Breaking changes:
- The healthcheck endpoint was moved from
localhost:8011/manage/health
tolocalhost:8011/actuator/health
(going back to Spring default) - Using asymetric token signing needs a set of ssh-keygen files to be configured in JWT_PRIVATE_KEY_PATH and JWT_PUBLIC_KEY_PATH and mounted into the docker container
- The env variable JWT_KEY was removed
v2.6.5-RC2
Move ssh keys into dedicated files
v2.6.5-RC1: Replace the MacSigner with RsaSigner/RsaVerifier. (fixes #318)
Move ssh keys into dedicated files