Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

v1.0.7-beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@SKevo18 SKevo18 released this 30 Jul 10:00
· 75 commits to main since this release
  • Lots of new documentation
  • Bug fixes and improvements

Breaking changes:

  • FlarumUser.all_discussions(), .all_posts(), etc. got renamed to .get_discussions(), .get_posts()...
  • FlarumUser.username got renamed to FlarumUser.username_or_email, so logging with E-mail is now possible. Please, use FlarumUser(username_or_email=...) instead of FlarumUser(username=...)
  • Type hints for extensions broke - this will be addressed in next updates, I still need to figure it out

1.1 will most likely be a stable release.