Releases: cloud-py-api/nc_py_api
Releases · cloud-py-api/nc_py_api
v0.8.0
Added
download_log
method to downloadnextcloud.log
. #199- NextcloudApp: API for registering
Speech to Text
providers(avalaible from Nextcloud 29). #196 - NextcloudApp: API for registering
Text Processing
providers(avalaible from Nextcloud 29). #198 - NextcloudApp: added
get_model_path
wrapper around huggingface_hub:snapshot_download. #202
Fixed
- OCS: Correctly handling of
HTTP 204 No Content
status. #197
v0.7.2
v0.7.1
v0.7.0
v0.6.0
v0.5.1
v0.5.0
v0.4.0
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_details
renamed toget_user
and returns a class instead of a dictionary. #145- Optional argument
displayname
inusers.create
renamed todisplay_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
v0.3.1
v0.3.0
Added
- TalkAPI:
send_file
to easy sendFsNode
to Talk chat.receive_messages
can return theTalkFileMessage
subclass of usualTalkMessage
with additional functionality.
- NextcloudApp: The
ex_app.verify_version
function to simply check whether the application has been updated.
Changed
- NextcloudApp: Updated
info.xml
in examples to reflect upcoming changes in the AppStore