Skip to content

Releases: PhlexPlexico/G5API

Version 2.0.2.5

29 Dec 23:23
5c8c5c0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: V2.0.2.4...V2.0.2.5

Version 2.0.2.4

16 May 18:41
2bd9e60
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: V2.0.2.3...V2.0.2.4

Version 2.0.2.3

05 Apr 20:47
23d253b
Compare
Choose a tag to compare

What's Changed

Full Changelog: V2.0.2.2...V2.0.2.3

Version 2.0.2.2

18 Dec 21:18
9d919e4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: V2.0.2.1...V2.0.2.2

Version 2.0.2.1

26 Jul 15:33
5df29b5
Compare
Choose a tag to compare

Just a small update that swaps out a 400 error code on non-registered events to 202, indicating that they are not implemented on this service.

V2.0.2.0

01 Jul 17:22
Compare
Choose a tag to compare

What's Changed

Moved over some information that was being sent as rcon to the game cvars. This should ensure all the values remain on a per match basis, even in a series during match changes.

Full Changelog: V2.0.1.1...V2.0.2.0

V2.0.1.1

30 Jun 20:55
Compare
Choose a tag to compare

Small patch in the match_bomb_plants table to include the time_remaining.

V2.0.1.0

30 Jun 01:18
c8a595b
Compare
Choose a tag to compare

What's Changed

  • More changes in OnPlayerDeath, leading up to the removal of updating player stats.
  • Fixed post call in matches that had an incorrect spelling for match spectators.

Full Changelog: V2.0.1...V2.0.1.0

Thanks to @Bunker56 for giving me a hand in testing on servers as well!

Version 2.0.0.1

26 Jun 23:01
7172950
Compare
Choose a tag to compare

What's Changed

Full Changelog: V2.0.0.1...V2.0.1

Version 2.0.0.1

26 Jun 21:54
fff92cd
Compare
Choose a tag to compare

What's Changed

  • Update packages, update queries in API.
  • Tons of bug fixes and hopefully resolves client headers not being sent.
  • Update api.ts
  • Include a debug log to check the body of requests being sent in.
  • Update case statement due to missing breaks.
  • De-duplicate match check codes and move them up to the api.
  • Adjust onplayerdeath to take care of any issues with sql pains.
  • Include default case to throw 400 on API calls that are not implemented and reply accordingly.
  • Find a better way for concurrent match restores.
  • Update to implement round_end.
  • Update demos to properly upload to folder.
  • Update map stats on round end as well.
  • Remove unused import in backupapi
  • Fixed demoapi to rename the demo to zip as we are zipping the file, just not renaming the extension.
  • Update veto picks in maplflow service to choose the correct maps from the in-game veto pool.
  • Move updatePlayerStats to the Utils class as it's used in seriesflow and mapflow services.
  • Update seriesflowservice to update the stats a final time to ensure data correctness at the end of a map.
  • Update map flow to catch an edge case where player stats do not exist yet.

Full Changelog: V2.0.0...V2.0.0.1

Special Thanks

To @Bunker56 for helping me test out all the basic cases. I know there are some edge cases that were most likely missed, but please if there are any, create an issue so it can be patched accordingly!

  • Phlex 🤙