Skip to content

v0.4.0

Compare
Choose a tag to compare
@bigcat88 bigcat88 released this 15 Oct 21:39
· 180 commits to refs/heads/main since this release
af1d1d7

As the project moves closer to beta, final unification changes are being made.
This release contains some breaking changes in users, notifications API.

Added

  • Support for users avatars(get_avatar). #149
  • __repr__ method added for most objects(previously it was only present for FsNode). #147

Changed

  • users.get_details renamed to get_user and returns a class instead of a dictionary. #145
  • Optional argument displayname in users.create renamed to display_name.
  • The apps.ExAppInfo class has been rewritten in the same format as all the others. #146
  • notifications.Notification class has been rewritten in the same format as all the others.

Fixed

  • users.get_details with empty parameter in some cases was raised exception.
  • ClientMode: in case when LDAP was used as user backend, user login differs from user id, and most API failed with 404. #148