Releases: PhlexPlexico/G5API
Version 2.0.2.4
What's Changed
- Bump tar from 6.1.11 to 6.2.1 by @dependabot in #274
- Bump mysql2 from 2.3.3 to 3.9.4 by @dependabot in #275
- Fix Matches Stream by @Iwhite67 in #276
- Bump mysql2 from 2.3.3 to 3.9.4 by @dependabot in #277
- Bump mysql2 from 2.3.3 to 3.9.7 by @dependabot in #281
- Swap Overpass Default for Anubis. by @PhlexPlexico in #282
- Version 2.0.2.4 by @PhlexPlexico in #283
New Contributors
Full Changelog: V2.0.2.3...V2.0.2.4
Version 2.0.2.3
What's Changed
- Bump follow-redirects from 1.15.1 to 1.15.4 by @dependabot in #268
- Bump ip from 1.1.8 to 1.1.9 by @dependabot in #269
- Bump follow-redirects from 1.15.4 to 1.15.6 by @dependabot in #271
- Bump express from 4.17.3 to 4.19.2 by @dependabot in #272
- Version 2.0.2.3 by @PhlexPlexico in #273
Full Changelog: V2.0.2.2...V2.0.2.3
Version 2.0.2.2
What's Changed
- Updated Steam Passport to 1.0.18
- Fixed isCoach assignment while creating a new team by @shobhit-pathak in #262
- Bump systeminformation from 5.12.6 to 5.21.8 by @dependabot in #263
- Bump debug from 4.1.1 to 4.3.1 by @dependabot in #264
- Bump @babel/traverse from 7.18.13 to 7.23.2 by @dependabot in #265
- Fixed demo file extension on remote upload by @shobhit-pathak in #266
New Contributors
- @shobhit-pathak made their first contribution in #262
Full Changelog: V2.0.2.1...V2.0.2.2
Version 2.0.2.1
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
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.
- V2.0.2.0 by @PhlexPlexico in #257
Full Changelog: V2.0.1.1...V2.0.2.0
V2.0.1.1
Small patch in the match_bomb_plants
table to include the time_remaining
.
V2.0.1.0
What's Changed
- V2.0.1.0 by @PhlexPlexico in #256
- More changes in OnPlayerDeath, leading up to the removal of updating player stats.
- Fixed
post
call inmatches
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
What's Changed
- Include Wingman Option in Config by @PhlexPlexico in #254
Full Changelog: V2.0.0.1...V2.0.1
Version 2.0.0.1
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.
- V2.0.0.1 by @PhlexPlexico in #253
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 🤙
Version 2.0.0
Version 2 of the game server API is here! Now with support for get5 0.14, the plugin G5WS is no longer needed. The only thing missing from this is team logos, but those are seemingly fairly broken to begin with - so users will still be able to upload and use them on the website. For the entire list of changes, please see #251
What's Changed
- Bump vm2 from 3.9.10 to 3.9.11 by @dependabot in #230
- Bump json5 from 2.2.1 to 2.2.3 by @dependabot in #240
- Bump cookiejar from 2.1.3 to 2.1.4 by @dependabot in #241
- Bump vm2 from 3.9.11 to 3.9.15 by @dependabot in #243
- Bump vm2 from 3.9.15 to 3.9.16 by @dependabot in #245
- Bump vm2 from 3.9.16 to 3.9.17 by @dependabot in #246
- Bump vm2 from 3.9.17 to 3.9.18 by @dependabot in #248
- V2 API Route by @PhlexPlexico in #251
Full Changelog: V1.7.0...V2.0.0