Skip to content

Latest commit

 

History

History
104 lines (60 loc) · 1.92 KB

CHANGELOG.md

File metadata and controls

104 lines (60 loc) · 1.92 KB

Changelog

All notable changes to this project will be documented in this file.

[0.2.5] - 2023-11-10

Bug fixes

  • Overview query
  • Including storm map pack
  • Avoiding cloning maps name and uids
  • Moved last_rank field to MappackMap struct
  • Avoiding hashmap usage for map pack scores calculations

Features

  • Using sql transaction for /player/finished route
  • Returning request id for graphql errors
  • Mappack branch for graphql
  • Added /info route

[0.2.4] - 2023-11-04

Bug fixes

  • Fix wrong version for ladder_score package

  • Wrong latest records shown for a player on the website

  • Logging wrong message in console

  • Not using transaction for /player/finished route

  • Avoiding retrieving object from redis pool in loop

Features

  • Added /player/report_error route
  • Returning request id on error

Refactor

  • Grouped arguments of some util functions
  • Using sql transaction for a record insert

[0.2.3] - 2023-10-25

Bug fixes

  • Fix weird issue triggered on server

  • Fix missing auth guard on /player/finished route

  • Temporary system for benchmark

  • /player/pb routes returning wrong cps times

  • Optimized sql queries for graphql route

  • Benchmark maps leaderboard not showing

Miscellaneous Tasks

  • Upgrading dependencies

Refactor

  • Refactored update_or_insert function body

[0.2.1] - 2023-07-30

Bug fixes

  • Full update after missing rank
  • Redis leaderboard updating incorrectly

[0.2.0] - 2023-07-24

Bug fixes

  • Avoided sql syntax error with wrong map id
  • Permanent ban not retrieved
  • Auth state not shared across server
  • Not compiling without feature

Documentation

  • Documented part of the API and server deployment

  • Documented auth system and other stuff

Features

  • Logging info when client token deleted
  • Added times route

Miscellaneous Tasks

  • Using explicit flow for MP oauth system

Testing

  • Test v0