v3.3.0
New changes
- Added three new forum endpoints:
get_forums
,get_forum
, andget_forum_topics
. - Added
Forum
object and endpoint result objects accordingly. - Added
BeatmapCompact.owners
attribute andBeatmapOwner
object
Deprecated
BeatmapCompact.user
is deprecated and will always beNone
Tests
- Added tests for the new forum endpoints.