Skip to content

Releases: FAForever/faf-java-api

v2.8.4-RC1- Removed Layered docker image workaround

16 Jul 07:33
Compare
Choose a tag to compare

Testing purposes only

v2.8.3 Layered docker image & db v98

10 Jul 22:22
Compare
Choose a tag to compare
Add compatibility for db v98

v2.8.3-RC1 Layered docker image

05 Jul 18:50
Compare
Choose a tag to compare
Pre-release
Closes #403 Configure SB 2.3 layered docker image support

v2.8.2 - Fix avatar url encoding

01 Jul 20:26
Compare
Choose a tag to compare
Fix test after changing url encoding

v2.8.2-RC1 - Layered docker

27 Jun 19:52
Compare
Choose a tag to compare
Pre-release

Release candidate for testing the new layered docker image by Spring Boot 2.3

v2.8.1 - NodeBB support

21 Jun 20:11
Compare
Choose a tag to compare

Requires faf-db v96

v2.8.1-RC3 - NodeBB support preview 3

16 Jun 20:28
Compare
Choose a tag to compare
Pre-release
Remove obsolete authorization data from nodebb lookup call

v2.8.1-RC2 - NodeBB support preview 2

13 Jun 19:39
Compare
Choose a tag to compare
Pre-release
Fix wrong url on nodebb user lookup and _uid reference

Also fix prepDefaultUser.sql to be compatible with test-data.sql

v2.8.1-RC1 - NodeBB support preview

12 Jun 19:15
Compare
Choose a tag to compare
Pre-release
Add logging and clean up

v2.8.0

23 May 21:24
Compare
Choose a tag to compare

Security improvements to no longer send user passwords in the email token.

  • Change account activation and and password reset confirmation endpoints name and method (POST)
  • PASSWORD_RESET_URL_FORMAT config has changed (needs to point to a new confirmation page on the website now )
  • ACTIVATION_URL_FORMAT config has changed (needs to point to a new confirmation page on the website now )
  • ACTIVATION_SUCCESS_REDIRECT_URL dropped
  • PASSWORD_RESET_SUCCESS_REDIRECT_URL dropped

Requires matching website version (v1.8.0+)