Skip to content

Releases: Anson-Quek/weverse.py

Version 1.0.3 Release Notes

29 Jan 05:46
Compare
Choose a tag to compare

Changes

As the logs have been throwing expected exceptions, it is of no use and serves as a false-positive, which is why the API wrapper has been changed to ignore them silently:

Raises NotFound exception when fetching Weverse System Notices. (Basically Notices that have no community ID.)

  • Silently ignores Forbidden exception in __notification_stream when fetching Media. (This is usually because the Media is membership-only.)
  • Silently ignores Forbidden exception in __notification_stream when fetching Notice. (This is usually because the Notice is membership-only.)
  • Silently ignores Forbidden exception in __notification_stream when fetching Post. (This is usually because the Post is membership-only.)
  • Silently ignores Forbidden exception in __notification_stream when fetching Live. (This is usually because the Live is membership-only.)
  • Silently ignores Forbidden exception in __notification_stream when fetching Comment. (This is usually because the Comment is membership-only.)
  • Ignores Weverse System Notices in __notification_stream.

Version 1.0.2.1 Release Notes

17 Jan 15:16
Compare
Choose a tag to compare

Changes

As the logs have been throwing expected exceptions, it is of no use and serves as a false-positive, which is why the API wrapper has been changed to ignore them silently:

  • Raises NotFound exception when fetching Weverse System Notices. (Basically Notices that have no community ID.)
  • Silently ignores Forbidden exception in __notification_stream when fetching Media. (This is usually because the Media is membership-only.)
  • Silently ignores Forbidden exception in __notification_stream when fetching Notice. (This is usually because the Notice is membership-only.)
  • Ignores Weverse System Notices in __notification_stream.

Version 1.0.2 Release Notes

17 Jan 15:07
Compare
Choose a tag to compare

Changes

As the logs have been throwing expected exceptions, it is of no use and serves as a false-positive, which is why the API wrapper has been changed to ignore them silently:

  • Raises NotFound exception when fetching Weverse System Notices. (Basically Notices that have no community ID.)
  • Silently ignores Forbidden exception in __notification_stream when fetching Media. (This is usually because the Media is membership-only.)
  • Ignores Weverse System Notices in __notification_stream.

Version 1.0.1 Release Notes

13 Jan 17:52
Compare
Choose a tag to compare

Bug Fixes

As group profiles do not have certain attributes, the Member class of the API wrapper has been changed to reflect it accordingly:

  • Made has_membership attribute for Member class optional.
  • Made is_hidden attribute for Member class optional.
  • Made is _blinded attribute for Member class optional.
  • Made first_joined_at attribute for Member class optional.

Version 1.0.0 Release Notes

11 Jan 16:02
Compare
Choose a tag to compare

Initial Release of Weverse.py