Changelog v2.x

v2.6.0

  • In progress

v2.5.0

  • Released 2025-04-09
  • Auth
    • Removed function getIsAdmin
    • Removed function getHasSecurityRecursive
    • Removed function getHasTaskManagerAdmin
    • Removed function getIsPasswordExpired
  • Document
    • Removed function getLiveEditRestrictedMimeTypes
  • Node
    • Removed function getPaginatorPlugins
    • Removed function getPaginatorConfig
  • OCR
    • Removed function hasOCRDataCapture
  • Search
    • Removed function getMimeTypes
    • Removed function getSearchPlugins
  • Wizard
    • Added function getWizardNodeQueue
    • Added function cancelPostponedWizardNode
    • Added functiondeleteWizardNode

v2.4.0

  • Released 2025-01-30
  • AI (new service)
    • Added function executePrompt.
    • Added function executePromptInText.
    • Added function executeUserPrompt.
    • Added function executeUserPromptInText.
    • Added function getTodayAIPromptsHistory.
    • Added function getThisWeekAIPromptsHistory.
    • Added function getThisMonthAIPromptsHistory.
    • Added function getLastMonthAIPromptsHistory.
    • Added function deleteAIPromptHistory.
    • Added function getAIPromptHistory.
  • Frontend (new service)
    • Added function getConfiguration.
  • Node
    • Added function deleteHistoryVersion.
    • Added parameters to the function generateDownloadToken(uuid, preview, oneTimeUse, validUntil).
    • Added parameters to the function exportZip(uuids, withPath, background, excludeProperties).
    • Internal change in the function getPaginatorConfig.
  • Pdf
    • Added function optimize.
  • Repository
    • Added function getExternalPreviewers.

v2.3.0

  • Released 2024-08-07
  • Added a specific thumbnail parameter for the mobile UI.
  • Mail
    • Fixed issue with the order parameter when creating an email filter.

v2.2.0

  • Released 2024-06-12
  • Warning: The internal change in the functions indicates their parameters are now sent in JSON format. This is a major change to the REST API for these functions.
  • Wizard
    • Internal change in the function addShowWizardKeywords.
    • Internal change in the function addShowWizardCategories.
    • Internal change in the function addGroup.
    • Internal change in the function removeGroup.
    • Internal change in the function addWorkflow.
    • Internal change in the function removeWorkflow.
  • Stamp
    • Internal change in the function stampTextCustom.
    • Internal change in the function stampImageCustom.
  • Property
    • Internal change in the function removeKeyword.
  • Node
    • Internal change in the function unzip.
    • Internal change in the function generateDownloadToken.
    • Two unused variables were removed from the function generateDownloadToken(uuid, preview, oneTimeUse, validUntil). The final function is generateDownloadToken(uuid, preview).
  • Folder
    • Internal change in the function create.
  • Document
    • Internal change in the function cancelCheckout.
    • Internal change in the function setIndexable.
    • Internal change in the function liveEditCancelCheckout.
  • Mail
    • Changed the name of the variable messageId to messageIds in the function importMessages.
  • Tasks
    • Fixed an issue when a document was assigned to a task during the creation stage.
  • Search
    • Deleted functions
      • findPaginated({
            offset, limit, content, name, domain, keywords, categories, properties, author, language,
            mimeType, title, description, notes, lastModifiedFrom, lastModifiedTo, mailSubject, mailFrom, mailTo, folder,
            folderRecursive, promotedAsRecord, nodeClass, propertiesPlugin, sortField, sortReverse
          })
      • findByQueryPaginated({ offset, limit, query, sortField, sortReverse, propertiesPlugin })
  • FilePlan
    • Renamed functions
      • The function getRootSectionsIdWithChilds() was renamed to getRootSectionsIdWithChildren().
      • The function getChildrenSectionsIdByTenantWithChilds(parentId) was renamed to getChildrenSectionsIdByTenantWithChildren(parentId).

v2.1.0

  • Released 2024-04-18
  • All functions in autocad.js have been moved to document.js

v2.0.0

  • Released 2024-03-07
Table of contents [ Hide Show ]