Skip to content

topstats v1.1.3

Latest

Choose a tag to compare

@null8626 null8626 released this 12 Dec 09:20
· 32 commits to master since this release
351d392

topstats version 1.1.3 is here!

What's in store in this update:

  • Add proper unit tests with a 100% coverage guarantee.
  • Fix the Bot class failing in some cases because the topGGId property does not exist. (The topgg_id property is now nullable.)
  • Fix the DataPoint class failing in some cases because the value does not exist. (The DataPoint class' internal integer value is now nullable.)
  • Fix ratelimit handling not working because of namedtuple-adjacent AttributeErrors.
  • Refactor typings in accordance with Python 3.10's standards.

Full changelog: v1.1.2...v1.1.3