Skip to content

Releases: SanityResort/FFBStats

Release 3.2.0

Choose a tag to compare

@SanityResort SanityResort released this 27 Jan 21:42

Update to latest client dependency

v3.1.3

Choose a tag to compare

@SanityResort SanityResort released this 27 Jan 18:09

Re-rolled uphill blocks were reported incorrectly

Release 3.1.2

Choose a tag to compare

@SanityResort SanityResort released this 22 Oct 19:02

Improve handling of halves in 2020

3.1.1

Choose a tag to compare

@SanityResort SanityResort released this 13 Aug 15:50

Fix half evaluation

v3.1.0

Choose a tag to compare

@SanityResort SanityResort released this 13 Aug 10:00

Changed implementation of http client to allow setting gzip header.

To use gzip header pass http.addGzipHeader=true as property.

3.0.0

Choose a tag to compare

@SanityResort SanityResort released this 12 Aug 18:43

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

Choose a tag to compare

@SanityResort SanityResort released this 07 Sep 15:49
v2.4.3

Do not add swarming rolls to drives/turns

Release 2.4.2

Choose a tag to compare

@SanityResort SanityResort released this 04 Sep 10:29

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

Choose a tag to compare

@SanityResort SanityResort released this 03 Sep 16:34

Add maven default properties to support older maven versions.
Use newest report class for Riotous Rookies.
Fix tests.

Release 2.4.0

Choose a tag to compare

@SanityResort SanityResort released this 29 Aug 15:43

Riotous Rookie reports are handled.