Skip to content

Releases: FrostHexABG/TimingSystemRESTApi

Version 1.1.2

28 Mar 00:35
Compare
Choose a tag to compare

Fixes internal server error 500 caused by a track having a gui item that is null.

Version 1.1.1

28 Mar 00:23
Compare
Choose a tag to compare

Fixes internal server error 500 when a track's item is null.

Full Changelog: 1.1...1.1.1

Version 1.1

19 Mar 16:35
Compare
Choose a tag to compare

This release adds event results to the REST api.

Driver finished time in milliseconds is only available on Makkuusen/TimingSystem@3d876f3.

What's Changed

  • Add api for getting event result by @ho5h1 in #20

New Contributors

  • @ho5h1 made their first contribution in #20

Full Changelog: 1.0.1...1.1

Version 1.0.1

13 Jan 01:35
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @P-333 made their first contribution in #18

See the release notes for version 1.0 if updating from 0.x.x versions.

Full Changelog: 1.0...1.0.1

Version 1.0

19 Dec 20:19
Compare
Choose a tag to compare

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

19 Dec 19:15
Compare
Choose a tag to compare

~ Now supports TimingSystem version 1.2 to 1.9.

Version 0.0.7

10 Sep 01:22
Compare
Choose a tag to compare

+ 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

20 Jul 23:12
Compare
Choose a tag to compare

+ [#14] Adds /api/v2/readonly/tracks

Version 0.0.5

03 Jul 02:21
Compare
Choose a tag to compare

+ [#13] Adds best_lap value to running-heats driver details.

Version 0.0.4

02 Jul 00:45
Compare
Choose a tag to compare

+ 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.