Releases: tybug/ossapi
Releases · tybug/ossapi
v5.2.1
- return
list[UserRelation]
instead oflist[UserCompact]
fromapi.friends
onapi_version >= 20241022
- add
Beatmap.{current_user_tags, rating}
- add
BeatmapsetCompact.current_user_playcount
- add
Beatmapset.rating
- add
BeatmapScores.score_count
- add
BeatmapDifficultyAttributes.{aim_difficult_slider_count, aim_difficult_strain_count, speed_difficult_strain_count}
v5.2.0
v5.1.3
v5.1.2
v5.1.1
v5.1.0
- add new
api.scores
endpoint - fix some
OssapiAsync
methods not actually being async - add many attributes to
MultiplayerScore
- fix
MultiplayerScore.rank
type - mark
BeatmapsetEvent.comment
as optional - mark
BeatmapsetEventType.DISQUALIFY
andBeatmapsetEventType.NOMINATION_RESET
as acceptingstr
- mark
BeatmapsetDiscussion.last_post_at
as optional - mark
Room.ends_at
as optional