Jump to: navigation, search

Difference between revisions of "Version 2.6 (Server)"


(New features)
(Strikethrough 2.6.4 as it was never released and referred to 3.5.0 (live value page links here))
 
(3 intermediate revisions by one other user not shown)
Line 9: Line 9:
 
| 2.6.3 || 2018.12.10
 
| 2.6.3 || 2018.12.10
 
|-  
 
|-  
| 2.6.4 || ????
+
| <s>2.6.4</s> || see [[Version_3.5_(Server)#3_5_0]]
 
|-  
 
|-  
 
|}
 
|}
Line 139: Line 139:
 
* The Workflow Activity [[Activity:CreateXMLScope_(Activity)|CreateXMLScope]] has a new parameter for setting the desired [https://docs.microsoft.com/en-us/dotnet/api/system.text.encoding?view=netframework-4.5 Encoding]
 
* The Workflow Activity [[Activity:CreateXMLScope_(Activity)|CreateXMLScope]] has a new parameter for setting the desired [https://docs.microsoft.com/en-us/dotnet/api/system.text.encoding?view=netframework-4.5 Encoding]
  
 
= 2.6.4 =
 
=== New features ===
 
* UBIK supports sending additional information for an uploaded file to the server
 
** [[SYSCLS_FILEDETAILSCLASSIFICATION|File Details classification object]]
 
* UBIK Supports Downloading of 3D Models now
 
** [[SYSCLS_ARCHIVECLASSIFICATION|Archive classification object]]
 
** [[SYSCLS_3DMODELCLASSIFICATION|3D Model classification object]]
 
* UBIK provides destribution of UI Customizing objects
 
** [[SYSCLS_UI_CUSTOMIZING|UI Customizingclassification object]]
 
* Every relation between UserGroup (left) and Login (right) will be used as basement for Rights Evaluation.
 
* UBIK supports MetaQueryScopes and MetaQueryViewwItems now. This provides the possibility to define Online Queries (for Views and in ACM) just as you do for instances by configuring their MetaClasses.
 
* UBIK provides a set of Methods with a simplyfied interface designed to be used from external systems (e.g. IOT use case)
 
** [[UBIK_Web_ServiceV264]]
 
* UBIK provides the possibility to add Attributes to any Live Value. This feature can be used by the implementation of a Live Value Servers. It is possible to transport any specific Live Value Information (Property, QualityInformation, etc). to the clients using UBIK Standard.
 
* User Rights can be applied for Selective Items now. The rights evaluation happens during the assembling of the MetaDefintiions. If the current user does not have the right to see one Selective Item, it is removed from the Metadefinitions. If a SelectiveList does not have one single visible item, the entire list and all its references to it are removed.
 
* A new method (EvaluateBaseChildrenCollectionExt) on the UBIK ViewItems gives access to the current UBIK Session which provides a full set of new possibilities when customizing the children collection depending on (e.g.) the current login.
 
* UBIK provides a Numeric [[Sequence_Generator|Sequence Generator]] now. It gives the possibility to create unique sequential ids for different number groups.
 
* Verbose Logging is now available for Importing and Exporting Data using the Interface Administration.
 
* UBIK provides new Workflow Activities for Web Based Actions:
 
** [[Authenticate_(Activity)|Authenticate]]
 
** [[RESTGet_(Activity)|REST Get]]
 
** [[RESTPost_(Activity)|REST Post]]
 
 
[[Category:Version 2.6|Version 2.6 (Server)]]
 
 
=== Bugfixes ===
 
* Change Log Values for Properties without a VTS are delivered with the correct date now.
 
* A problem with configured Initial Values is solved now. It is possible to define them on both, the MetaProperty itself or on the relation between a MetaClass and a MetaProperty.
 
* UBIK Supports Initial - Index values now.
 
* WebService does not deliver false entries for ChangeLogs (happened with ViewCache being online) any more.
 
 
 
 
=== Enhancements ===
 
* Closed security gaps in the UBIK WebService
 
* Creation of a Reference does not create a "fake" Warning any more.
 
* UBIK provides the possibility to access the Content of an internal document as Base64 string (read and write).
 
* UBIK WebService persists and delivers information about the validation timestamp and validation user now (per property)
 
* The CreatePushScope Activity supports the usage of Authentication Tokens now.
 
  
 
<headertabs />
 
<headertabs />

Latest revision as of 11:38, 4 November 2020

Version Release Date
2.6.0 2017.06.14
2.6.2 2018.04.04
2.6.3 2018.12.10
2.6.4 see Version 3.5 (Server)
[edit]

2.6.0

New features

Bugfixes

  • A problem in managing Geo Properties with empty values was fixed.
  • A bug when changing the filetype (from *.jpg to *.jpeg and vice versa) during the upload of a "changed" document via the Web Service is fixed now.
  • Uploading a changed document (e.g. *.jpg) to the server (using the Web Service) updates the thumbnail image of the document object now.
  • Problems with own hosted Properties on Query Scopes are fixed: It is possible to Define the sort and group id from queries as well now.
  • A Problem when compiling the customizing after changing the UBIK Project is fixed now. (Build 42++)
  • A Problem when updating from Database Version 2.5.0 is fixed now. (Build 42++)
  • Updating to Database Version 2.6.0 removes unsupported Meta Structures (such as discontinued feature "ACM Userrights") now. (Build 42++)
  • Huge Bytestreams were not displayed in the bulk editor. This is fixed now. (Build 42++)
  • A bug in the evaluation of user rights for created/updated objects is fixed now. (Build 42++)
  • Metaclass can not be named "SYSTEM" any more
  • A bug in the update scripts for the MRO Module was fixed.


Enhancements

  • There is a new UBIK <-> MS Project interface (plugin) available since UBIK Version 2.6.0.
  • The memory management for View Cache has improved widely reducing the memory consumption when building up the View Cache by far.
  • New preloading mechanism (for the view) improve the initial View Cache setup time by up to 500%!
  • A refactoring in the UBIK Interface module reduced the need to add customized code and workflows by far.
  • UBIK supports different filetypes for Office documents now (Microsoft Excel, Microsoft Excel (97 - 2003), Microsoft Word, Microsoft Word (97 - 2003), Microsoft Powerpoint, Microsoft Powerpoint (97 - 2003))
  • There is a new PlugIn available that simplifies the interaction between UBIK Reports and SQL Server Reporting Services (SSRS)