Releases: top-stats/python-sdk
Releases · top-stats/python-sdk
topstats v1.1.3
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
Botclass failing in some cases because thetopGGIdproperty does not exist. (Thetopgg_idproperty is now nullable.) - Fix the
DataPointclass failing in some cases because the value does not exist. (TheDataPointclass' internal integer value is now nullable.) - Fix ratelimit handling not working because of
namedtuple-adjacentAttributeErrors. - Refactor typings in accordance with Python 3.10's standards.
Full changelog: v1.1.2...v1.1.3
topstats v1.1.2
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
Full changelog: v1.1.1...v1.1.2
topstats v1.1.1
topstats version 1.1.1 is here!
What's in store in this update:
- Rename
approved_atproperty tosubmitted_atfor 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
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
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
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.tomlinstead of the outdatedsetup.pyfile. - Add a documentation website.
Thank you everyone for supporting topstats! Much love! ❤️
Little type hinting fix.
v0.2.1 ➕ Version bump.
Added dblstatistics.com widgets and core changes.
v0.2.0 ➕ Version bump.
Transfering package to official dbl-marcorennmaus-de organisation.
v0.1.8 Package builder change