Releases: NiceAesth/aiosu
Releases · NiceAesth/aiosu
v2.3.1
What's Changed
- fix: hotfix score_type nullable in pinattributes by @NiceAesth in #236
Full Changelog: v2.3.0...v2.3.1
v2.3.0
What's Changed
- chore(deps): update dependency pytest-cov to v5 by @renovate in #231
- fix: artist tracks endpoint, array url param by @NiceAesth in #233
- feat: add
exclusive_only
parameter toget_featured_artists()
by @NiceAesth in #235
Full Changelog: v2.2.2...v2.3.0
v2.2.2
What's Changed
- chore: misc changes by @NiceAesth in #228
- deprecated close()
Full Changelog: v2.2.1...v2.2.2
v2.2.1
What's Changed
- feat: update artist models with osu-web attributes by @NiceAesth in #223
- feat: preserve status code on content type exceptions by @NiceAesth in #225
- feat: change score models, add
legacy_only
, update tests by @NiceAesth in #227
Full Changelog: v2.2.0...v2.2.1
v2.2.0
Breaking changes
Client.close()
andClientStorage.close()
methods are now deprecated with a warning. Useaclose()
instead. Will be removed on 2024-03-01
Smaller changes
- added
RefreshTokenExpiredError
to be handled when_refresh()
fails. Bad tokens will be deleted from the repository.
What's Changed
- feat: add
RefreshTokenExpiredError
, useaclose
by @NiceAesth in #217 - fix: refactor
score_url
property by @NiceAesth in #215
Full Changelog: v2.1.9...v2.2.0
v2.1.9
What's Changed
- feat: add
legacy_only
param toget_beatmap_scores
by @NiceAesth in #214
Full Changelog: v2.1.8...v2.1.9
v2.1.8
What's changed
Full Changelog: v2.1.7...v2.1.8
v2.1.7
What's Changed
- feat: make missing scope exceptions more verbose by @NiceAesth in #208
- fix: re-add pass validator by @NiceAesth in #213
Full Changelog: v2.1.6...v2.1.7
v2.1.6
What's Changed
- feat: update models to be in line with osu-web by @NiceAesth in #198
- chore(deps): update actions/setup-python action to v5 by @renovate in #203
- chore(deps): update dependency pytest-asyncio to ^0.23.0 by @renovate in #202
- feat: add new lazer replay attributes by @NiceAesth in #205
- fix (docs/types): double-check typing definitions by @NiceAesth in #207
Full Changelog: v2.1.5...v2.1.6
v2.1.5
What's Changed
- feat: add support for multiple tournament banners by @NiceAesth in #196
- chore: update test data by @NiceAesth in #197
Full Changelog: v2.1.4...v2.1.5