Skip to content

Releases: cloud-py-api/nc_py_api

v0.24.1

25 Feb 13:22

Choose a tag to compare

Fixed

  • ExApps: Use FileLock with atomic rename for safe concurrent model downloads. #396
  • Upgrade caldav dependency for icalendar 7.x compatibility. #397

v0.24.0

04 Feb 07:52

Choose a tag to compare

Added

  • Include the Response object in NextcloudException #394

v0.23.1

16 Jan 08:59

Choose a tag to compare

Fixed

  • Fix custom progress bar with huggingface_hub >= 1.1.0. #391 Thanks to @danxuliu

v0.23.0

25 Nov 08:05

Choose a tag to compare

Added

  • TaskProcessing: Add next_task_batch endpoint (#383)

Fixed

  • handle bot join messages properly to get conversation id and name (#385)

v0.22.0

24 Oct 11:02

Choose a tag to compare

v0.22.0 [publish]

Signed-off-by: bigcat88 <bigcat88@icloud.com>

v0.21.1

27 Aug 12:50

Choose a tag to compare

Changed

  • ExApps: Now exception is raised during model download if there was error to prevent incorrect ExApp installation. #376

Fixed

  • ExApps: Broken models download ue a typo in the previous PRs. #376

v0.21.0

26 Aug 08:38

Choose a tag to compare

Added

Changed

  • Switch from httpx library to the niquests library. #375 Thanks to @Ousret

v0.20.2

29 May 15:55

Choose a tag to compare

Added

  • ExApps(NC32+): field sensitive to the SettingsField class (Declarative Settings) and to the PreferencesExAPI class. #357

v0.20.1

06 May 17:01

Choose a tag to compare

Fixed

  • ExApps: AppAPIAuthMiddleware: correct handling of disable_for parameter. #357 Thanks to @BerengarWLehr

v0.20.0

28 Apr 13:45

Choose a tag to compare

Changed

  • ExApps: nc_py_api.ex_app.events_listener.EventsListener was removed in favor of nc_py_api.webhooks. #348

Fixed

  • Method download2stream not working correctly when Nextcloud returns compressed content. #352 Thanks to @PatrickPromitzer for reporting this.