Releases: FAForever/faf-java-api
Releases · FAForever/faf-java-api
v2.10.0 - Review fixes
- Added MapReviewsSummary and ModReviewsSummary as a relationship on Maps and Mods (you can now view aggregated reviews across map/mod versions)
- Removed outdated review attributes
numberOfReviews
andaverageReviewScore
!!Breaking change!!
v2.9.6
v2.9.5 - JDK15 release
Updated to Spring Boot 2.3.5 (should fix #419)
v2.9.4 - Minor configuration changes
Relax zip bomb detection rules on map upload Also apply IntelliJ suggestions
v2.9.3 - DB Upgrade and expose map pool for matchmaker queues
Bump faf-db to v106
v2.9.3-RC1
Add relationship between map pool and matchmaker queue map pool
v2.9.2 - Pagination fix
fixes #415
v2.9.1 - Fix Swagger UI
Breaking changes:
The swagger endpoint has moved from /swagger-ui.html to /swagger-ui/index.html
v2.9.0 - Password reset via Steam
Breaking changes:
- env variable STEAM_LINK_REDIRECT_URL was renamed to STEAM_LINK_REDIRECT_URL_FORMAT
- new env variable: STEAM_PASSWORD_RESET_REDIRECT_URL_FORMAT
v2.9.0-RC4
Password recovery via Steam fixes #393