Skip to content

v1.2.2

Compare
Choose a tag to compare
@null8626 null8626 released this 03 Jan 17:32
· 64 commits to main since this release

What's Changed

  • refactor: changed how the autoposter's thread loop works!

    in older versions, it would be like this:

    • if new stats is available, post new stats to Top.gg servers
    • sleep for x minutes, then repeat

    now it would be like this:

    • wait for new stats to be available
    • post new stats to Top.gg servers
    • sleep for x minutes, then repeat
  • perf: remove unnecessary dependance on reqwest's json feature
  • refactor: refactor several functions to be lazy-evaluated
  • refactor: use reqwest's built-in header keys instead of string literals

Full Changelog: v1.2.1...v1.2.2