Releases: FAForever/faf-java-api
Releases · FAForever/faf-java-api
v2.8.4-RC1- Removed Layered docker image workaround
Testing purposes only
v2.8.3 Layered docker image & db v98
Add compatibility for db v98
v2.8.3-RC1 Layered docker image
Closes #403 Configure SB 2.3 layered docker image support
v2.8.2 - Fix avatar url encoding
Fix test after changing url encoding
v2.8.2-RC1 - Layered docker
Release candidate for testing the new layered docker image by Spring Boot 2.3
v2.8.1 - NodeBB support
Requires faf-db v96
v2.8.1-RC3 - NodeBB support preview 3
Remove obsolete authorization data from nodebb lookup call
v2.8.1-RC2 - NodeBB support preview 2
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
Add logging and clean up
v2.8.0
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+)