Skip to content

Releases: cloud-py-api/nc_py_api

v0.19.2

17 Mar 18:00
d4a32c6
Compare
Choose a tag to compare

Added

  • Optional response_type parameter of nextcloud.ocs method for calling OCS endpoints that return raw data. #341 Thanks to @janepie

v0.19.1

07 Mar 11:35
Compare
Choose a tag to compare

Fixed

  • ExApps(NC32+): When using HaRP, use unix-socket instead of host:port.

v0.19.0

15 Feb 10:33
a693c12
Compare
Choose a tag to compare

Added

Changed

  • ExApps: no longer require the AA-VERSION header. (Nextcloud 32+) #336
  • ExApps: AppAPIAuthMiddleware now secures the websocket connection. (Nextcloud 32+) #338

v0.18.2

19 Jan 16:25
f6ecab8
Compare
Choose a tag to compare

Changed

  • Default "User-Agent" for ExApps now set to ExApp/appid/version (httpx/version). #329
  • System Trust Store from now are used by default. #328

v0.18.1

14 Jan 08:13
78a6f76
Compare
Choose a tag to compare

Fixed

  • Chunked Upload V2 not working on Nextcloud 30 and later. #324 Thanks to @DrZoidberg09

v0.18.0

09 Oct 17:36
acf0a46
Compare
Choose a tag to compare

Added

  • New webhooks.unregister_all method. #309

Fixed

  • Files: user and user_path properties in FSNode when Nextcloud located in the sub-path. #297 Thanks to @vwbusguy
  • files.download_directory_as_zip method now supports upcoming Nextcloud 31. #304

v0.17.1

05 Sep 18:32
8aebf16
Compare
Choose a tag to compare

Added

  • NextcloudApp: setup_nextcloud_logging function to support transparently sending logs to Nextcloud. #294

Fixed

  • NextcloudApp: nc.log now suppresses all exceptions to safe call it anywhere(for example in exception handlers). #293

v0.17.0

05 Sep 08:14
ed23e05
Compare
Choose a tag to compare

Added

  • message_type property to TalkBotMessage. #292

Changed

  • NextcloudApp: TextProcessing, Speech2Text and Translation AI Providers API was removed. #289

v0.16.0

11 Aug 21:41
ed86056
Compare
Choose a tag to compare

Changed

  • NextcloudApp: rework of TaskProcessing provider API. #284

Fixed

  • nc.files.makedirs not working properly on Windows. #280 Thanks to @Wuli6

v0.15.1

30 Jul 17:27
83d712d
Compare
Choose a tag to compare

Fixed

  • Corrected behaviour of ocs function for Group Folders app routes(they are not fully OCS API). #279
  • NextcloudApp: get_computation_device function now correctly returns result in upper_case. #278