v0.4.0
·
232 commits
to refs/heads/main
since this release
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 forFsNode). #147
Changed
users.get_detailsrenamed toget_userand returns a class instead of a dictionary. #145- Optional argument
displaynameinusers.createrenamed todisplay_name. - The
apps.ExAppInfoclass has been rewritten in the same format as all the others. #146 notifications.Notificationclass has been rewritten in the same format as all the others.
Fixed
users.get_detailswith 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