Releases: NiceAesth/aiosu
Releases · NiceAesth/aiosu
v2.3.5
Full Changelog: v2.3.4...v2.3.5
v2.3.4
v2.3.4
v2.3.3
What's Changed
- feat: update to py3.10+ by @NiceAesth in #289
- fix: change scorev2 acronym to match lazer
mods.jsonby @NiceAesth in #288 - fix: strip BOM from text/plain responses and fix types argument in get_beatmapset_events by @NiceAesth in #297
Full Changelog: v2.3.2...v2.3.3
v2.3.2
What's Changed
- feat: add new
profile_hueattribute to user model by @NiceAesth in #241 - fix: work around mypy's partial plugin being shit by @NiceAesth in #245
- feat: return
UserRelationfromget_own_friendsby @NiceAesth in #254 - Split get_score into get_score and get_lazer_score by @minisbett in #251
- feat: change scopes for replay downloading by @NiceAesth in #256
- feat: update PP calculators for standard, catch and mania by @minisbett in #257
- fix: mod lookup for beatmap leaderboards by @NiceAesth in #269
- feat: add user teams to user object by @NiceAesth in #270
- fix: only cast to BeatmapPackType if not instance by @NiceAesth in #276
New Contributors
- @minisbett made their first contribution in #251
Full Changelog: v2.3.1...v2.3.2
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_onlyparameter 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
RefreshTokenExpiredErrorto be handled when_refresh()fails. Bad tokens will be deleted from the repository.
What's Changed
- feat: add
RefreshTokenExpiredError, useacloseby @NiceAesth in #217 - fix: refactor
score_urlproperty by @NiceAesth in #215
Full Changelog: v2.1.9...v2.2.0
v2.1.9
What's Changed
- feat: add
legacy_onlyparam toget_beatmap_scoresby @NiceAesth in #214
Full Changelog: v2.1.8...v2.1.9