Skip to content

Releases: FAForever/faf-java-api

v2.6.5-RC2

01 Mar 22:25
Compare
Choose a tag to compare
v2.6.5-RC2 Pre-release
Pre-release
Move ssh keys into dedicated files

v2.6.5-RC1: Replace the MacSigner with RsaSigner/RsaVerifier. (fixes #318)

08 Feb 23:02
Compare
Choose a tag to compare
Move ssh keys into dedicated files

v2.6.4

24 Jan 09:15
Compare
Choose a tag to compare
Mass dependency upgrade

v2.6.4-RC1: Replace the MacSigner with RsaSigner/RsaVerifier. (fixes #318)

08 Jan 22:54
Compare
Choose a tag to compare
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

04 Jan 23:05
Compare
Choose a tag to compare
Fix unsafe Integer comparison, potential cause of #373

v2.6.2: Throw 404 instead of 500 if no leaderboard entry could be found.

18 Dec 19:17
Compare
Choose a tag to compare
This happens regularly if the leaderboard record is inactive.
Fixes #371, also fixes #302

v2.6.1

17 Dec 13:26
Compare
Choose a tag to compare
Fix crash on startup with prod profile

v2.6.0

10 Nov 23:03
Compare
Choose a tag to compare

Important change: Upgrade to OpenJDK 11 and Spring Boot 2.2

v2.6-RC1

06 Nov 23:04
Compare
Choose a tag to compare
v2.6-RC1 Pre-release
Pre-release
Migrate to OpenJDK 11

v2.5.2

04 Nov 21:32
Compare
Choose a tag to compare
Add @Inject where it was unintentionally removed (fixes #357)