Skip to content

Releases: FAForever/faf-java-api

v3.4.4 - Dependency updates

02 Apr 10:00
Compare
Choose a tag to compare

What's Changed

  • Fix logging bug in parseSteamIdFromLoginRedirect by @Ivan-Shaml in #824
  • Bump elideVersion from 7.0.1 to 7.0.2 by @dependabot in #828
  • Bump commons-codec:commons-codec from 1.16.0 to 1.16.1 by @dependabot in #830
  • Bump org.json:json from 20231013 to 20240303 by @dependabot in #838
  • Bump org.testcontainers:junit-jupiter from 1.19.3 to 1.19.7 by @dependabot in #839
  • Bump com.google.guava:guava from 33.0.0-jre to 33.1.0-jre by @dependabot in #844
  • Bump org.kohsuke:github-api from 1.318 to 1.321 by @dependabot in #846
  • Bump org.springframework.boot from 3.2.1 to 3.2.4 by @dependabot in #847
  • Bump org.springdoc:springdoc-openapi-starter-webmvc-ui from 2.3.0 to 2.5.0 by @dependabot in #848
  • Bump org.testcontainers:mariadb from 1.19.3 to 1.19.7 by @dependabot in #840
  • Bump org.apache.commons:commons-compress from 1.25.0 to 1.26.1 by @dependabot in #841
  • Bump org.eclipse.jgit:org.eclipse.jgit from 6.8.0.202311291450-r to 6.9.0.202403050737-r by @dependabot in #842

Full Changelog: v3.4.3...v3.4.4

v3.4.3 - Improved logging common cases

15 Jan 19:52
Compare
Choose a tag to compare

What's Changed

Chores

  • Bump elideVersion from 7.0.0 to 7.0.1 by @dependabot in #813
  • Bump org.jsoup:jsoup from 1.17.1 to 1.17.2 by @dependabot in #817
  • Bump org.springframework.boot from 3.2.0 to 3.2.1 by @dependabot in #815
  • Bump com.google.guava:guava from 32.1.3-jre to 33.0.0-jre by @dependabot in #814
  • Bump org.eclipse.jgit:org.eclipse.jgit from 6.7.0.202309050840-r to 6.8.0.202311291450-r by @dependabot in #811
  • Bump org.springdoc:springdoc-openapi-starter-webmvc-ui from 2.2.0 to 2.3.0 by @dependabot in #810

New Contributors

Full Changelog: v3.4.2...v3.4.3

v3.4.2 - Remove Anope database password

02 Dec 00:07
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.4.1...v3.4.2

v3.4.1 - Spring Boot 3.2 bugfix

29 Nov 10:38
Compare
Choose a tag to compare

What's Changed

  • update dockerimage to use new launcher by @fcaps in #808

New Contributors

Full Changelog: v3.4.0...v3.4.1

v3.4.0 - M2M Token support

29 Nov 07:58
Compare
Choose a tag to compare

!! Broken due to a bug solved in #808 -- Please use v3.4.1 !!

What's Changed

  • Upgrade to Java 21 and Gradle 8.4 by @Brutus5000 in #806
  • Allow API access to Elide for services without user authentication by @bukajsytlos in #802
  • Bump org.kohsuke:github-api from 1.317 to 1.318 by @dependabot in #804
  • Bump org.testcontainers:mariadb from 1.19.1 to 1.19.3 by @dependabot in #800
  • Bump org.jetbrains:annotations from 24.0.1 to 24.1.0 by @dependabot in #797
  • Bump com.github.codacy:codacy-coverage-reporter from 13.13.12 to 13.13.13 by @dependabot in #798
  • Bump org.apache.commons:commons-compress from 1.24.0 to 1.25.0 by @dependabot in #799
  • Bump org.testcontainers:junit-jupiter from 1.19.1 to 1.19.3 by @dependabot in #801
  • Bump org.jsoup:jsoup from 1.16.2 to 1.17.1 by @dependabot in #805
  • Allow API access to Elide for services without user authentication tests by @bukajsytlos in #807
  • Bump org.springframework.boot from 3.1.5 to 3.2.0 by @dependabot in #803

Full Changelog: v3.3.1...v3.4.0

v3.4.0-RC1 M2M Token support

28 Nov 11:57
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: v3.3.1...v3.4.0-RC1

v3.3.1 - Remove obsolete tables + db v133 compatibility

10 Nov 20:15
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.3.0...v3.3.1

v3.3.0 - Elide 7

10 Nov 09:31
Compare
Choose a tag to compare

It's not just a bugfix release, because it contains major dependency updates.

What's Changed

  • Bump elideVersion from 7.0.0-pr6 to 7.0.0 by @dependabot in #788
  • Bump org.springframework.boot from 3.1.3 to 3.1.5 by @dependabot in #787
    • This switches from Jetty to Tomcat due to dependency issues
  • Bump org.jsoup:jsoup from 1.16.1 to 1.16.2 by @dependabot in #785
  • Bump org.kohsuke:github-api from 1.316 to 1.317 by @dependabot in #786
  • Bump com.github.codacy:codacy-coverage-reporter from 13.13.7 to 13.13.12 by @dependabot in #792

Full Changelog: v3.2.0...v3.3.0

v3.2.0 - Authorized Personell Only

18 Oct 18:34
Compare
Choose a tag to compare

What's Changed

  • Close down /data endpoint to authorized users as this was misued for DoS attacks
  • Add gameId column to LeagueScoreJournal by @BlackYps in #772

Deps

  • Bump com.github.jasminb:jsonapi-converter from 0.12 to 0.13 by @dependabot in #771
  • Bump org.springframework.boot from 3.1.2 to 3.1.3 by @dependabot in #776
  • Bump org.eclipse.jgit:org.eclipse.jgit from 6.6.0.202305301015-r to 6.6.1.202309021850-r by @dependabot in #777
  • Bump org.kohsuke:github-api from 1.315 to 1.316 by @dependabot in #773
  • Bump com.google.guava:guava from 32.1.1-jre to 32.1.2-jre by @dependabot in #767
  • Bump com.github.codacy:codacy-coverage-reporter from 13.13.2 to 13.13.7 by @dependabot in #769
  • Bump org.testcontainers:junit-jupiter from 1.18.3 to 1.19.0 by @dependabot in #775
  • Bump org.testcontainers:mariadb from 1.18.3 to 1.19.0 by @dependabot in #774
  • Bump org.springdoc:springdoc-openapi-starter-webmvc-ui from 2.1.0 to 2.2.0 by @dependabot in #770
  • Bump com.google.guava:guava from 32.1.2-jre to 32.1.3-jre by @dependabot in #783
  • Bump org.json:json from 20230618 to 20231013 by @dependabot in #784
  • Bump org.testcontainers:mariadb from 1.19.0 to 1.19.1 by @dependabot in #782
  • Bump org.eclipse.jgit:org.eclipse.jgit from 6.6.1.202309021850-r to 6.7.0.202309050840-r by @dependabot in #778
  • Bump org.testcontainers:junit-jupiter from 1.19.0 to 1.19.1 by @dependabot in #781
  • Bump org.apache.commons:commons-compress from 1.23.0 to 1.24.0 by @dependabot in #779

Full Changelog: v3.1.2...v3.2.0

v3.1.2

30 Jul 20:57
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.1...v3.1.2