Skip to content

Releases: cloud-py-api/app_api

v2.6.0

10 May 14:04
de235e2
Compare
Choose a tag to compare

[2.6.0 - 2024-05-10]

Added

  • Added File Actions v2 version with redirect to the ExApp UI. #284
  • Added async requestToExApp public functions. #290
  • Added OCS API for synchronous requestToExApp functions. #290

Changed

  • Reworked scopes for database/cache requests optimization, drop old ex_app_scopes table. #285
  • Corrected "Download ExApp logs" button availability in "Test deploy". #289

Fixed

  • Fixed incorrect init_timeout setting key in the UI. #288

v2.5.1

02 May 12:26
e145e36
Compare
Choose a tag to compare

[2.5.1 - 2024-05-02]

Added

  • Test deploy button in Admin settings for each Daemon configuration. #279

v2.5.0

24 Apr 09:14
0844622
Compare
Choose a tag to compare

[2.5.0 - 2024-04-23]

Added

  • Different compute device configuration for Daemon (NVIDIA, AMD, CPU). #267
  • Ability to add optional parameters when registering a daemon, for example OVERRIDE_APP_HOST. #269
  • API for registering OCC commands. #272
  • Correct support of the Docker HEALTHCHECK instruction. #273
  • Support of pulling "custom" images for the selected compute device. #274

Fixed

  • Fixed notification icon absolute url. #268

v2.4.0

04 Apr 17:27
cb4dfa2
Compare
Choose a tag to compare

Added

  • API for listening to file system events. #259

Changed

  • Optimizations(1) related to speed up handling the incoming ExApps requests. #262
  • occ app_api:scopes:list command removed as not needed. #262

Fixed

  • Corrected error handling for occ commands: register and update. #258
  • SensitiveParameter is applied to variables containing secrets, preventing them from being leaked to the logs. #261

v2.3.2

28 Mar 08:33
508ecaa
Compare
Choose a tag to compare

Added

  • --all and --showonly flags to occ app_api:app:update command. #256

Fixed

  • Fixed incorrect notifications handling which produce a lot of spam records in the log. #252
  • Replaced single ExApp caching with list caching, should improve performance. #253

v2.3.1

18 Mar 09:07
e0779c9
Compare
Choose a tag to compare

Added

  • TEXT_PROCESSING and MACHINE_TRANSLATION API scopes. #249

Fixed

  • Added missing check for the presence of header for AppAPI authentication, which could lead to increased load on the server. #251
  • Bump follow-redirects package from 1.15.5 to 1.15.6 #250

v2.3.0

13 Mar 08:43
d5235e1
Compare
Choose a tag to compare

Added

  • app_api_system session flag for Nextcloud server to bypass rate limits for system ExApps. #248

Changed

  • ExAppProxy: adjusted how headers are passing from ExApp to client. #246

Fixed

  • Declarative Settings API was merged into Nextcloud Server, adjusted AppAPI code. #247

v2.2.0

21 Feb 16:41
d140563
Compare
Choose a tag to compare

[2.2.0 - 2024-02-21]

Added

  • Support of L10N translations for ExApps. #227

Fixed

  • Allowed removing of ExApp from UI during "init" stage. #235
  • Reset of "Error" state for ExApp in Update/Enable actions. #236
  • PublicFunctions.php: exAppRequestWithUserInit can accept empty userId. #238
  • ISpeechToTextProviderWithUserId is now available in STT implementation. #240

v2.1.0

19 Feb 15:54
c7d1c3e
Compare
Choose a tag to compare

[2.1.0 - 2024-02-19]

Changed

  • deploy command was deprecated, now register and deploy is one step. #233
  • Installation of ExApps algorithm has been rewritten to provide a more comfortable experience. #233

Fixed

  • Translation provider API correctly supports "language detection" feature. #232

v2.0.4

08 Feb 14:08
961458c
Compare
Choose a tag to compare

[2.0.4 - 2024-02-08]

Changed

  • Removed not needed -e parameter for occ:app_api:app:deploy. #222

Fixed

  • OCS API log always fail during ExApp init state. #224
  • AI providers: undefined method call to ExApp. #226