Difference between revisions of "Version 3.6 (Server)"
(→Bugfixes) |
(→Build History UBIK.Studio) |
||
(34 intermediate revisions by 5 users not shown) | |||
Line 3: | Line 3: | ||
! Version !! Release Date | ! Version !! Release Date | ||
|- | |- | ||
− | | 3.6.0 || | + | | 3.6.0 || 2022.01.19 |
|- | |- | ||
|} | |} | ||
Line 15: | Line 15: | ||
* {{UBIK}} Views can derive from each other now. Using this technique can reduce the amount of necessary work when configuring Views and much more important, will increase maintainability. | * {{UBIK}} Views can derive from each other now. Using this technique can reduce the amount of necessary work when configuring Views and much more important, will increase maintainability. | ||
* {{UBIK}} provides the possibility to distribute customizing related binaries via the database now. They do not need to be stored on a server file share anymore. | * {{UBIK}} provides the possibility to distribute customizing related binaries via the database now. They do not need to be stored on a server file share anymore. | ||
− | * {{UBIK}} supports Shape files | + | * {{UBIK}} supports Shape files for representing geospatial vector data on the map now (https://wiki.openstreetmap.org/wiki/Shapefiles) |
** [[SYSCLS_MAPSHAPE|Map Shape Classification Object]] | ** [[SYSCLS_MAPSHAPE|Map Shape Classification Object]] | ||
* {{UBIK}} supports the configuration of objects being automatically synced (make offline available) on clients | * {{UBIK}} supports the configuration of objects being automatically synced (make offline available) on clients | ||
Line 35: | Line 35: | ||
* UBIK supports the definition of Logins being limited to login via specific Operation Systems (e.g. an Android User can only login using an Android device but cannot log in using Windows or iOS) | * UBIK supports the definition of Logins being limited to login via specific Operation Systems (e.g. an Android User can only login using an Android device but cannot log in using Windows or iOS) | ||
* Extended the {{UBIK}} [[OSIPI_(Plugin)|OSIPI Plugin]] to be able to read data from the [https://docs.osisoft.com/bundle/ocs/page/ocs-content-portal-overview.html OSIsoft Cloud Services (OCS)]. | * Extended the {{UBIK}} [[OSIPI_(Plugin)|OSIPI Plugin]] to be able to read data from the [https://docs.osisoft.com/bundle/ocs/page/ocs-content-portal-overview.html OSIsoft Cloud Services (OCS)]. | ||
+ | * There is a new customizable event "OnBeforeRevertUnsavedChanges" which is triggered just before unsaved changes of one object get reverted | ||
+ | * UBIK Interface management provides a possibility to schedule the execution of an interface task now | ||
+ | * {{UBIK}} supports to change the type (MetaClass) of an instance event if it was already created. This provides a full set of new possibilities for the customizing as well as being able to react on new/changed project requirements | ||
+ | ** The mechanism to convert the type of one instance is used when importing proxies via the new member (FindOrPrepareProxy) on the Proxymanager. | ||
+ | * {{UBIK}} now provides [[ServiceLogins]], a solution for managing service credentials to third-party systems easily and securely. | ||
+ | * [[HowTo:Configure_Dynamic_Selective_Lists|Dynamic Selective Lists]] | ||
+ | * {{UBIK}} supports to configure the min and max length of string properties now (https://wiki.augmensys.com/index.php?title=MetaProperty#Text_2). | ||
+ | |||
+ | |||
=== Bugfixes === | === Bugfixes === | ||
Line 47: | Line 56: | ||
* An issue with remaining MetaProperties (in the Sandbox-table) after Metaclass is released is fixed now. | * An issue with remaining MetaProperties (in the Sandbox-table) after Metaclass is released is fixed now. | ||
* Sequential (MRO) Tasks forward their progress to their owners correctly now | * Sequential (MRO) Tasks forward their progress to their owners correctly now | ||
− | * A potential problem occuring during the start UBIK.Studio was fixed | + | * A potential problem occuring during the start of UBIK.Studio was fixed |
− | + | * The object replication feature supports the enabled - property feature now. | |
− | + | * The processing of Command Files on the Enterprise Server was improved and runs less error prone | |
=== Enhancements === | === Enhancements === | ||
Line 73: | Line 82: | ||
* More performant object saving. | * More performant object saving. | ||
* Update mechanism provide LDAP System Metaclasses and their properties now. | * Update mechanism provide LDAP System Metaclasses and their properties now. | ||
− | * | + | * The UBIK Excel Module provides workflow activities to import data from MS Excel files. |
* UBIK Clients terminate their tokens when logging out now (erroneous SessionManagement). | * UBIK Clients terminate their tokens when logging out now (erroneous SessionManagement). | ||
+ | * The UBIK OLEDB Module now always uses the provider MSOLEDBSQL, instead of the deprecated SQLOLEDB. | ||
+ | * The relation replication feature provides the possibility to configure (using customizing code) for every single Relation Item whether it should be replicated or not. | ||
+ | * TLS 1.2 is now supported by the Web Services automatically, provided that .NET Framework 4.6.1 is installed on the server. | ||
+ | * A set of new Custom - Metaclasses are provided via the database update now: | ||
+ | ** CustomAbstractScopeMetaClass | ||
+ | ** CustomDocumentReplicationConfigurationMetaClass | ||
+ | ** CustomInstanceReplicationConfigurationMetaClass | ||
+ | ** CustomMetaQueryScopeMetaClass | ||
+ | ** CustomMetaQueryViewItemMetaClass | ||
+ | ** CustomRelationReplicationConfigurationMetaClass | ||
+ | ** CustomReplicationConfigurationMetaClass | ||
= Build History Web Service = | = Build History Web Service = | ||
− | + | * 3.6.0 Build 13704 on 2022.01.18 | |
+ | ** Initial release. | ||
+ | * 3.6.0 Build 13820 on 2022.02.18 | ||
+ | ** A problem in Property.DisplayValue was fixed | ||
+ | ** A problem when preloading of RelationViewItems (View Cache) is solved now | ||
+ | * 3.6.0 Build ????? on 2022.??.?? | ||
+ | ** A bug when downloading a broken file from the WebService is fixed now | ||
= Build History UBIK.Studio = | = Build History UBIK.Studio = | ||
+ | * 3.6.0 Build 13704 on 2022.01.18 | ||
+ | ** Initial release. | ||
+ | * 3.6.0 Build 13820 on 2022.02.18 | ||
+ | ** A problem in Property.DisplayValue was fixed | ||
+ | ** A problem when preloading of RelationViewItems (View Cache) is solved now | ||
+ | ** Importing of dead Links via the Interface Execution could lead to crashes. This problem is solved now. | ||
+ | ** The Proxy property UBIK_UID Property is filled after updating to 3.6.0 now | ||
+ | ** The orphaned Relation MetaClass "SYSREL_ADMINRIGHTS" gets deleted when updating to 3.6.0 now | ||
+ | * 3.6.0 Build ????? on 2022.??.?? | ||
+ | ** A bug in scoping the initial and default values for DateTime Properties is solved now. | ||
+ | ** Performance improvements when processing Replication - References | ||
+ | ** A problem 01_MRO.Workpackage.sql script was fixed when the REF_TASKOWNER was pointing to the wrong MetaClass UID | ||
− | + | [[Category:Version 3.6|Version 3.6(Server)]] | |
− | + | ||
= Build History UBIK.Plugins = | = Build History UBIK.Plugins = | ||
+ | * 3.6.0 Build 13704 on 2022.01.18 | ||
+ | ** Initial release. | ||
+ | * 3.6.0 Build 14255 on 2022.07.05 | ||
+ | ** Hotspotting.CreateRevision does create a thumbnail for created revision documents now | ||
+ | ** The implementation of the file based Comos Interface does support the new proxy linking technique now | ||
+ | ** Support of SAP Plugin | ||
<headertabs /> | <headertabs /> |
Latest revision as of 13:02, 25 July 2022
Version | Release Date |
---|---|
3.6.0 | 2022.01.19 |