Skip to content

Releases: top-stats/python-sdk

topstats v1.1.3

12 Dec 09:20
351d392

Choose a tag to compare

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

topstats v1.1.2

11 Dec 16:44
28bcad7

Choose a tag to compare

topstats version 1.1.2 is here!

What's in store in this update:

  • Drop support for Python 3.9.
  • Fix percentage changes being constantly None.
  • Fix search_bots()'s return type annotation.
  • Fix __aexit__() traceback type annotations.
  • Fix __eq__() argument type annotations.
  • Fix invalid URLs in the documentation. (#7)
  • Bump aiohttp dependency version from 3.11.18 to 3.13.2.

New contributors

  • @12LuA made their first contribution in #7.

Full changelog: v1.1.1...v1.1.2

topstats v1.1.1

09 May 03:11
3915cd7

Choose a tag to compare

topstats version 1.1.1 is here!

What's in store in this update:

  • Rename approved_at property to submitted_at for accuracy.
  • Add support for the review feature.
  • Add support for searching bots by name or tag.
  • Add support for built-in ratelimiting instead of relying solely on API 429s.
  • Replace many deprecated type aliases deprecated by Python 3.9.

topstats v1.1.0

18 Feb 12:51
58e4701

Choose a tag to compare

topstats version 1.1.0 is here!

This update drops support for all shard-related data, as the Top.gg API will no longer support it.

topstats v1.0.1

15 Feb 10:33
e0f9062

Choose a tag to compare

topstats version 1.0.1 is here!

This is a quick minor update that fixes outdated links in the documentation and adds links to the API token retrieval page.

topstats v1.0.0

15 Feb 09:52
859056f

Choose a tag to compare

topstats version 1.0.0 is finally here!

What this update brings:

  • Huge overhaul for the entire library, deprecating some features while also adding newer things from the latest version of the topstats.gg API.
  • Add support for newer Python versions by using pyproject.toml instead of the outdated setup.py file.
  • Add a documentation website.

Thank you everyone for supporting topstats! Much love! ❤️

Little type hinting fix.

16 Dec 16:19

Choose a tag to compare

v0.2.1

➕ Version bump.

Added dblstatistics.com widgets and core changes.

16 Dec 15:42

Choose a tag to compare

Transfering package to official dbl-marcorennmaus-de organisation.

04 Dec 06:24

Choose a tag to compare