Changelog v2.x
v2.12.0
Section titled “v2.12.0”- In progress
- Workflow
- Updated getSuggestBoxKeyValue(uuid, pdId, taskName, propertyName, key); now the value of the uuid may be null.
- Updated getSuggestBoxKeyValuesFiltered(uuid, pdId, taskName, propertyName, filter); now the value of the uuid may be null.
v2.11.0
Section titled “v2.11.0”- Released 2026-07-21
v2.10.0
Section titled “v2.10.0”- Released 2026-04-16
- Workflow
- Added runProcessDefinitionWithoutNode method for running a workflow without a node
v2.9.0
Section titled “v2.9.0”- Released 2026-03-10
- Auth
- Added isValidPassword method for password validation
- Added getUserIdentity method to get user identity
- Added updateUserIdentity method to update user identity
- Added getAllPersonalAccessTokens method to get all the personal access tokens
- Added createPersonalAccessToken method to create a new personal access token
- Added deletePersonalAccessToken method to delete a personal access token
- UserConfig
- Added setConfig method to set the user configuration
v2.8.0
Section titled “v2.8.0”- Released 2026-01-27
- Auth
- Added getExternalAuthentication method for external validation
- Workflow
- Added new function searchAssignedTasks.
- Added new function searchStartedByMe.
- Added new function searchOverview.
- Allowed starting a workflow without an associated node.
v2.7.0
Section titled “v2.7.0”- Released 2025-11-19
- Fix
- Fixed path in common-utils
- PDF
- Added function insertPDFPages(uuid, insertOperations, dstId, name)
- PropertyGroup
- Updated function getAllGroups(uuid) with an optional uuid parameter.
v2.6.0
Section titled “v2.6.0”- Released 2025-07-08
- PropertyGroup
- Added function autocompleteForm(uuid, grpName, className, properties)
v2.5.0
Section titled “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
Section titled “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
Section titled “v2.3.0”- Released 2024-08-07
- Added a specific thumbnail parameter for the mobile UI.
- Mail
- Fixed an issue with the order parameter when creating an email filter.
v2.2.0
Section titled “v2.2.0”- Released 2024-06-12
- Warning: The internal change to the functions indicates that 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 })
- findPaginated({
- Deleted functions
- FilePlan
- Renamed functions
- The function getRootSectionsIdWithChilds() was renamed to getRootSectionsIdWithChildren().
- The function getChildrenSectionsIdByTenantWithChilds(parentId) was renamed to getChildrenSectionsIdByTenantWithChildren(parentId).
- Renamed functions
v2.1.0
Section titled “v2.1.0”- Released 2024-04-18
- All functions in autocad.js have been moved to document.js
v2.0.0
Section titled “v2.0.0”- Released 2024-03-07