Skip to content

v3.2.0

Latest
Compare
Choose a tag to compare
@andrey18106 andrey18106 released this 10 Sep 11:58
· 23 commits to main since this release
aae372b

[3.2.0 - 2024-09-10]

Added

  • ExAppProxy: added bruteforce protection option for ExApp routes. #368
  • ExAppOCS: added miscellaneous method to get Nextcloud instance base URL. #383

Changed

  • AppAPIAuth optimization: use throttler only when needed to lower the number of requests. #369
  • ExAppProxy: the order of checks of the ExApp routes was changed. #366
  • ExAppProxy: improve logic and logging with more explicit messages. #365
  • Drop support for Nextcloud 27. #374

Fixed

  • TaskProcessing: fixed bug when provider wasn't removed on unregister. #370
  • OCC: ExApp unregister command now doesn't remove volume by default. #381
  • WebhooksListener: added removal of the webhook listeners on ExApp unregister. #382

Removed

  • ApiScopes are deprecated and removed. #373