Skip to content

v3.3.0

Compare
Choose a tag to compare
@Sheppsu Sheppsu released this 15 Feb 08:09
· 2 commits to main since this release

New changes

  • Added three new forum endpoints: get_forums, get_forum, and get_forum_topics.
  • Added Forum object and endpoint result objects accordingly.
  • Added BeatmapCompact.owners attribute and BeatmapOwner object

Deprecated

  • BeatmapCompact.user is deprecated and will always be None

Tests

  • Added tests for the new forum endpoints.