Skip to content

Releases: NiceAesth/aiosu

v1.1.0

22 Feb 13:12
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.1.0

v1.0.0

06 Jan 13:15
Compare
Choose a tag to compare

Hello there!

aiosu v1.0.0 has been released. The following changes have happened since the last version:

Breaking changes:

  • classes have been moved to models
  • events and exceptions are now in the top level folder
  • models/token has been renamed to models/oauthtoken
  • Cursor models require explicit json serialization (via .dict() or .json()

Other changes:

  • Mod is now an IntEnum
  • API v1 now provides a function to download .osu beatmap files
  • API v2 now provides functions for all non-lazer endpoints
  • Added partial function next() to models with cursors
  • Default ratelimits have been lowered
  • Apply ratelimit to token authentication requests
  • Ratelimit parameter is now a tuple[num_reqs: int, time: int] instead of AsyncLimiter
  • Added binary data util for file-like objects
  • Added replay parser util
  • Added better scoping support
  • Added generate_url to utils/auth

v0.2.0

19 Dec 20:03
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.3...v0.2.0

v0.1.3

17 Dec 17:52
Compare
Choose a tag to compare

What's Changed

  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #31
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #32
  • Add request_beatmap() for API v1 scores, fix null values in API v1, fix default limits by @NiceAesth in #30

Full Changelog: v0.1.2...v0.1.3

v0.1.2

05 Dec 12:28
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.1.2

v0.1.1

04 Dec 22:39
Compare
Choose a tag to compare

Full Changelog: v0.1.0...v0.1.1

v0.1.0

04 Dec 21:41
Compare
Choose a tag to compare
  • Added mode kwarg to get_me
  • Added events + tests
  • Added token refreshing
  • Added __get_headers
  • Fixed get_user API v2 URL

v0.0.1

04 Dec 17:23
Compare
Choose a tag to compare

What's Changed

Full Changelog: https://github.com/NiceAesth/aiosu/commits/v0.0.1