Difference between revisions of "Version 4.5.0 (Server)"
(→Bugfixes) |
(→Bugfixes) |
||
Line 22: | Line 22: | ||
== Bugfixes == | == Bugfixes == | ||
− | '' | + | ''Upcoming 'Release 4.5.0.100??'' |
* Filebased CUI - A problem with writing xml files for Comos export is solved now. | * Filebased CUI - A problem with writing xml files for Comos export is solved now. | ||
* Opacity level on Annotations is applied when flattening into pdfs now. | * Opacity level on Annotations is applied when flattening into pdfs now. | ||
− | + | * Now every UI Action has to be confirmed before it gets executed, to avoid accidents. | |
+ | * The UBIK database access layer was stabilized wrt. concurrency, in order to avoid DB-deadlocks. | ||
'''Release 4.5.0.10007''' | '''Release 4.5.0.10007''' |
Revision as of 11:26, 14 December 2023
Contents
Kernel
Features
General
- It is now possibile to extend the Live Value MetaClass with any properties having the SYSCLS_LIVEVALUE_ATTRIBUTE classification. Their values are sent as Live Value Attributes to the clients when reading Live Values.
- UBIK Live Values support two properties now (UI_DESCR and UNIT) which are sent to the client as LiveValue Attributes if filled out.
- UBIK Provides the possibility to reset proxies now. Reseting enables a proxy to be reimported it a 2nd time into a new (with new id) ubiqule.
- This feature is only supported via custom code. An UI Integration will be provided with the next release.
CUI (Comos UBIK Interface)
- CUI supports the import of Comos DocObj now
- CUI supports the import and export of Comos Reference Documents now
Enhancements
Known Issues
- Exclusive Access Queries are currently not supported by the UBIK Kernel.
Bugfixes
Upcoming 'Release 4.5.0.100??
- Filebased CUI - A problem with writing xml files for Comos export is solved now.
- Opacity level on Annotations is applied when flattening into pdfs now.
- Now every UI Action has to be confirmed before it gets executed, to avoid accidents.
- The UBIK database access layer was stabilized wrt. concurrency, in order to avoid DB-deadlocks.
Release 4.5.0.10007
- An issue where the MRO task owner property caused exceptions was fixed.
- A problem in updating Comos Metaproxy properties to 4.5 is solved now.
- References to System.DirectoryServices where added to the UBIK Compiler.
Release 4.5.0.10005
- An issue where warnings were output when initializing system meta classes was fixed.
- Saving of Login Objects do not create unsaved and orphaned objects any more.
- A locally built customizing can now be loaded in all circumstances.
- SystemSelectiveLists can be saved now.
- *.zip is provided as standard SelectiveItem for FILE_TYPES now.
- An error during the Creation of Human readably Views was fixed: the naming of the Views is like in pre UBIK 4 Versions now.
- An issue where warnings were output when initializing system meta classes was fixed.
- An issue where attributes weren't loaded correctly was fixed.
- A bug in the OPC-UA plugin that led to an infinite loop when reading a link property of an OPC datapoint object was fixed.
- An issue where the system definitions were initialized in the wrong order when upgrading to version 4.4 or higher was fixed.
- UBIK release packages contain System.Net.Http.dll now
- The namespace for MRO - classification - properties changed from System.MRO to System.Classification.MRO.