Releases: FAForever/faf-java-api
Releases · FAForever/faf-java-api
v2.6.4
Mass dependency upgrade
v2.6.4-RC1: Replace the MacSigner with RsaSigner/RsaVerifier. (fixes #318)
This allows us to hand out the public key to other services. Especially the JWT needs to be verified by the lobby server to get rid of multiple services accessing the user passwords.
v2.6.3
Fix unsafe Integer comparison, potential cause of #373
v2.6.2: Throw 404 instead of 500 if no leaderboard entry could be found.
This happens regularly if the leaderboard record is inactive. Fixes #371, also fixes #302
v2.6.1
Fix crash on startup with prod profile
v2.6.0
Important change: Upgrade to OpenJDK 11 and Spring Boot 2.2
v2.6-RC1
Migrate to OpenJDK 11
v2.5.2
Add @Inject where it was unintentionally removed (fixes #357)
v2.5.1
Merge pull request #352 from cougil/feature/migrate-tests-to-junit-5
v2.5.1-RC2: Fix charset on /data controller
The global http settings in the application.yml seem to not work with manually defined media types.