Releases: FrostHexABG/TimingSystemRESTApi
Version 1.1.2
Version 1.1.1
Fixes internal server error 500 when a track's item is null.
Full Changelog: 1.1...1.1.1
Version 1.1
This release adds event results to the REST api.
Driver finished time in milliseconds is only available on Makkuusen/TimingSystem@3d876f3.
What's Changed
New Contributors
Full Changelog: 1.0.1...1.1
Version 1.0.1
Version 1.0
This update introduces breaking changes. Please read the release notes carefully.
~
Adds support for TimingSystem 2.0. Drops support for all older versions.
~
Endpoint /api/v2/readonly/tracks
has been replaced by /api/v3/readonly/tracks
- Changes:
mode
has been removed from TimingSystem.options
is no longer an array of characters, but an array of option enum strings.
~
Endpoint /api/v1/readonly/tracks/:trackname
has been replaced by /api/v2/readonly/tracks/:trackname
- Changes:
mode
has been removed from TimingSystem.options
is no longer an array of characters, but an array of option enum strings.
~
Endpoint /api/v1/readonly/tracks/:trackname/withusernames
has been replaced by /api/v2/readonly/tracks/:trackname/withusernames
- Changes:
mode
has been removed from TimingSystem.options
is no longer an array of characters, but an array of option enum strings.
~
Endpoint /api/v1/readonly/players/:uuidorusername
has been updated internally in response to TimingSystem changes. JSON output should remain the same.
Version 0.0.8
~
Now supports TimingSystem version 1.2 to 1.9.
Version 0.0.7
+
Adds more supported versions of TimingSystem. Version 1.6 -> 1.8
This is a minor update that adds more supported versions of TimingSystem so that the console doesn't yell at you all of the time.
Version 0.0.6
+
[#14] Adds /api/v2/readonly/tracks
Version 0.0.5
+
[#13] Adds best_lap
value to running-heats driver details.
Version 0.0.4
+
Adds /api/v1/readonly/tracks/:trackname/withusernames
~
BREAKING CHANGE: Removes track_id
from each top_list best time object in /api/v1/readonly/tracks/:trackname responses.