Skip to content

Releases: FrostHexABG/TimingSystemRESTApi

Version 2.0

10 Nov 02:13
46a2366

Choose a tag to compare

[~] Only supports TS 3.0+ and MC 1.21.4. Drops support for all previous TS versions.
[+] Adds medal times to track details.

What's Changed

Full Changelog: 1.2...2.0

Version 2.0-SNAPSHOT+2025.november.6

07 Nov 01:51

Choose a tag to compare

Pre-release

[~] Only supports TS 3.0+ and MC 1.21.4. Drops support for all previous TS versions.
[+] Adds medal times to track details.

Full Changelog: 1.1.3...2.0-SNAPSHOT+2025.november.6

Version 1.2

21 Jun 04:08

Choose a tag to compare

[+] Adds TimingSystem 3.0 as a supported version.
[+] Adds qualifying boolean to running heat information
[~] Fixes /api/v1/readonly/events/running-heats not returning any information

Version 1.1.3

07 May 01:15

Choose a tag to compare

[+] Adds TimingSystem 2.1, 2.2, and 2.3 as officially supported versions.

Version 1.1.2

28 Mar 00:35

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

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

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

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

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

Choose a tag to compare

~ Now supports TimingSystem version 1.2 to 1.9.