Releases: SanityResort/FFBStats
Release list
Release 3.2.0
Update to latest client dependency
v3.1.3
Re-rolled uphill blocks were reported incorrectly
Release 3.1.2
Improve handling of halves in 2020
3.1.1
v3.1.0
Changed implementation of http client to allow setting gzip header.
To use gzip header pass http.addGzipHeader=true as property.
3.0.0
Can parse replays for 2016 and 2020: Rules version is determined from replay data
Improved resillience: Prevent exceptions from parsing game data to bubble to surface. Stats will still be generated but might miss some rolls. Errors will be logged.
Added HTTP-Endpoints: Use /stats/{replayId} for GET requests, loading data from a configurable url (property is http.replayEndpoint) using java string interpolation. Or send zipped replay data via POST to /stats, e.g. curl -T -X POST /stat
ZMQ is still supported.
Updated all libs to most current versions.
Release 2.4.3
v2.4.3 Do not add swarming rolls to drives/turns
Release 2.4.2
Bugfix for Rookies as the code tried to add it to a drive while there is none. Also null check to ignore old rookies reports.
Release 2.4.1
Add maven default properties to support older maven versions.
Use newest report class for Riotous Rookies.
Fix tests.
Release 2.4.0
Riotous Rookie reports are handled.