Skip to content

v3.3.4

Choose a tag to compare

@Liam-DeVoe Liam-DeVoe released this 05 Sep 01:26
· 226 commits to master since this release
  • update api#rooms with new parameters and search modes
  • add Scope.{CHAT_WRITE_MANAGE, CHAT_READ}
    • No chat endpoints are implemented yet. Coming soon tm.
  • always return floats for float properties
    • previously, if float properties were an integer in the json (7 instead of 7.0), they would be returned as int. This could cause issues for some type checkers.
  • port automatic reauth to OssapiAsync