Release Notes

Version Changes Available
from DMS version
8.8.23 Packages from LSB version 1.11.3 and User Management version 1.11.0 are built in the OnPremise Server API. independent
8.8.22 Packages from LSB version 1.11.2 and User Management version 1.9.3 are built in the OnPremise Server API. independent
8.8.16 ILsbConfiguration.LicenseString license for OnPremise API.
Transient queue set as IsExclusive to prevent a 0 consumer queue.
independent
8.8.6 dms.IsDocumentsOnPremiseServerAlive() checks the reachability of the DMS server #98669
ms.IsLsbAvailable() checks the reachability of RabbitMQ #98668
dms.Import(Stream stream, DmsDocumentDto docDto) Import document with stream content and DmsDocumentDto #98672
dms.DownloadContent(Guid documentId, Action<Stream> streamContents, DocumentDownloadConfig downloadConfig = null) Download documents via stream
independent
8.8.4 MaxRetriesForDocumentDownload in ILsbConfiguration. The API application can register a log handler so that exceptions from the API and RabbitMQ are logged in your logfile.
#94769
8.8.1
8.8.3 Queue name changed, queue name with PersistentIdentifier and TransientIdentifier in ILsbConfiguration. Persistent queue for durable messages 8.8.1
8.7.0 New interface GetMultiObjectKeyValuePairList returns KeyValueList from ValueStore 8.7.3
8.6.0 Import can now start a task list at the same time. ImportNewDocumentRequest extended with new property TaskListData 8.7.3
8.2.3 New field DocumentClass in DmsDocumentDto 8.2.3
8.2.2 Support for renditions 8.2.2
8.1.1 DmsDocumentDto property DocumentSource enum value extended by GIS and InsoUP, which can be used in the import method.
#45684
8.3.0
2023.11.221 For the "Update" method, there is a new variant with an UpdateCount for transactional safety. The old method is obsolete and will be removed in a future version. (LoadDocument() loads this UpdateCount in the DTO.)
#36643
8.1.113
2022.10.27.104 Change to DmsDocumentDto. The columns AttachmentStatus, TaskStatus, and NoticeStatus are now Enum instead of Int32. 8.0.134
2022.09.14.98 Method dms.Container.SearchContainersByString(...) extended with additional optional parameters:
* statusFilter
* topicFilter
#36166
8.0.100
2022.08.13.97 DmsDocumentDto model extended with fields TaskStatus and NoticeStatus. 8.0.99
2022.09.05.92 TaskReadDto extended with properties: CreatedBy, ModifyDate (DateTime), and ModifiedBy (String) 8.0.92
2022.08.05.89 New function dms.RollContainer.ModifyClip(...) 8.0.70
2022.08.02.88 New functions dms.RollContainer.CreateClip(...) and dms.RollContainer.DeleteClip(id).
Additionally, DocumentClipInfo extended with access rights and a date.
8.0.67
2022.07.26.87 Additional functions for RollContainer 8.0.61
2022.07.20.86 New area dms.RollContainer
Here you'll find functions for processes, as well as My Imports, Unassigned Documents, and Trash combined.
8.0.58
2022.05.13.74 New function dms.TasksAndNotices.LoadNoticesForDocument(id)
7.7
Bug fixed that blocked the API when an error occurred during document import. independent
2022.04.12.69 Functions extended: dms.Container.GetDocumentIdsForContainer(..., filter) and dms.Container.GetDocumentsIdsForContainerTray(..., filter) can now optionally be called with a filter.
#33390
7.6
2022.03.28.61 New function: dms.ValueStore.GetKeys(ids). This is an overload of the existing function, but accepts a list of object IDs as a parameter.
#33253
7.6.302
2022.03.25.60 Function extended with modus parameter dms.Favorites.LoadContainersByFavorites(...)
#33251
7.6.299
2022.02.17.59 FilingSystemTemplateInfo extended with register structure 7.6.258
2022.02.11.58 DmsDocument extended with file size 7.6.257
2022.02.10.57 New function dms.Mail.GetLuggageTagData(id) to query data for a tag. 7.6.251
2022.02.09.56 New CheckoutReason CoAuthoring added 7.6.250, 7.5.2026 (not 7.5.25xx)
2022.02.03.55 New API area: dms.Mail, which contains mail-specific functions. First function GetLuggageTagDataId()
#31632
7.6.244
2022.01.21.54 New API area: dms.ValueStore, which provides access to the key-value store that can store additional data for each DMS object. 7.6.250, 7.5.2018 (not 7.5.25xx)
2022.01.14.53 Correction: SimpleExpression now correctly interprets compound field names.
#31206
2021.12.16.52 Custom task types can now be set via the TaskCreator. There was a bug in the Collector where this type was not applied to tasks defined in the Collector. 7.5
2021.12.08.50 Method TasksAndNotices.CheckTaskList(...) removed, as it does not work in DMS. Alternatively, checklist entries can be completed with FinishTaskListStep(...).
2021.12.03.49 LSB+Usermanagement updated to 1.5.500. Fix for occasional file transfer issues. 7.5.2015
2021.12.01.47 New function Tools.ConvertIds(ids) for converting IDs to LegacyGuids and vice versa.
This function should not be used and is marked as obsolete.
#30257
7.5.2013
2021.11.30.46 Correction for connection to LSB + PrefetchCount set to number of processors.
2021.11.22.45 Cache for TaskLists added and timeout for loading increased to 100 seconds.
2021.11.22.44 Timeouts during content transfer are thrown as exceptions (StreamError)
#29965
2021.11.15.43 NRE fixed in Document.DownloadContent.
2021.10.28.37 Bug fixed in framework detection. Single sign-on is aborted with an exception if a full .Net Framework is not active. Projects for 4.6.1 and 4.8 are recognized. SSO is not possible for all others.
2021.10.27.36 * If an error occurs during document conversion, an empty file is created and a corresponding exception is thrown.
* There is a new main object DmsServerQuery, which can be used to query the DMS servers connected to an LSB.
2021.10.20.29 The method Document.DownloadContent is now async.
#28932
2021.10.12.28 New function
Document.MarkDocumentForDelete() and
Document.UnmarkDocumentForDelete()
#28736
7.0
2021.10.7.26 New function:
Document.ReattachToCheckout(document, filename)
7.4
2021.10.6.24 Extension:
Document.GetAttachments(id, modus).
New hierarchy mode to flexibly determine the desired result set from a hierarchical attachment structure.
7.5.2002
2021.10.5.15 Loading topic definitions. New function:
Schema.LoadTopicVisualLayers()
7.0
2021.10.5.14 Impersonation fixed
2021.10.04 New function:
Container.CreateDossier(az, bez, topic, filingSystemId) and
Container.CreateFolder(name, topic, filingSystemId)
6.5
2021.09.30 Versioning scheme changed. New format: yyyy.MM.dd.build.
7.5.55 New function:
Container.GetFilingSystemTemplates(...)
#28357
7.4
7.5.54 New function:
Document.Move(...)
7.4
Filter by modified/created date of documents
#28130
7.5.2001
7.5.40 New function:
Document.GetAttachments(docId)
#27427
7.5.2000
------------------------------------------------------------------------------------------------------------------
This article has been automatically translated by an AI and may therefore contain errors.

Related to