- Files: `FSNode` now have `creation_date` property. 335 Thanks to SunnyFarmDay
Changed
- ExApps: no longer require the `AA-VERSION` header. (Nextcloud 32+) 336 - ExApps: `AppAPIAuthMiddleware` now secures the `websocket` connection. (Nextcloud 32+) 338
0.18.2
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
0.18.1
Fixed
- Chunked Upload V2 not working on Nextcloud 30 and later. 324 Thanks to DrZoidberg09
0.18.0
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
0.17.1
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
0.17.0
Added
- `message_type` property to TalkBotMessage. 292
Changed
- NextcloudApp: `TextProcessing`, `Speech2Text` and `Translation` AI Providers API was removed. 289