Difference between revisions of "Version 5.1.0 (Server)"
m |
|||
| Line 17: | Line 17: | ||
* System.DataExchange | * System.DataExchange | ||
* System.DataExchange.Relation }} | * System.DataExchange.Relation }} | ||
| + | |||
| + | = 5.1.0.100?? - 2026-??-?? (Service Pack) = | ||
| + | |||
| + | <!-- | ||
| + | <div class="toccolours mw-collapsible mw-collapsed" style="width:100%; overflow:auto;"> | ||
| + | <div style="font-weight:bold;line-height:1.6;"><h2 style="text-decoration:none;border-style:none">UBIK.Studio</h2></div> | ||
| + | <div class="mw-collapsible-content"> | ||
| + | === Features === | ||
| + | === Bug Fixes === | ||
| + | === Enhancements === | ||
| + | === Known Issues === | ||
| + | </div></div> | ||
| + | --> | ||
| + | <!-- | ||
| + | <div class="toccolours mw-collapsible mw-collapsed" style="width:100%; overflow:auto;"> | ||
| + | <div style="font-weight:bold;line-height:1.6;"><h2 style="text-decoration:none;border-style:none">Kernel</h2></div> | ||
| + | <div class="mw-collapsible-content"> | ||
| + | === Features === | ||
| + | === Bug Fixes === | ||
| + | === Enhancements === | ||
| + | === Known Issues === | ||
| + | * Due to Configurable Unique Constraints not being implemented yet, Exclusive Access is not guaranteed on database level currently. | ||
| + | * Custom code assembly improvements have led to the effect that obsolete "legacy" MetaClasses originating from pre-version-4 databases get in the way of building the customizing and must be either deleted or marked as abstract (setting the ClassType property to 50). | ||
| + | </div></div> | ||
| + | --> | ||
| + | <!-- | ||
| + | <div class="toccolours mw-collapsible mw-collapsed" style="width:100%; overflow:auto;"> | ||
| + | <div style="font-weight:bold;line-height:1.6;"><h2 style="text-decoration:none;border-style:none">MATAP</h2></div> | ||
| + | <div class="mw-collapsible-content"> | ||
| + | === Features === | ||
| + | === Bug Fixes === | ||
| + | === Enhancements === | ||
| + | </div></div> | ||
| + | --> | ||
| + | <!-- | ||
| + | <div class="toccolours mw-collapsible mw-collapsed" style="width:100%; overflow:auto;"> | ||
| + | <div style="font-weight:bold;line-height:1.6;"><h2 style="text-decoration:none;border-style:none">MRO</h2></div> | ||
| + | <div class="mw-collapsible-content"> | ||
| + | === Features === | ||
| + | === Bug Fixes === | ||
| + | === Enhancements === | ||
| + | </div></div> | ||
| + | --> | ||
| + | <!-- | ||
| + | <div class="toccolours mw-collapsible mw-collapsed" style="width:100%; overflow:auto;"> | ||
| + | <div style="font-weight:bold;line-height:1.6;"><h2 style="text-decoration:none;border-style:none">SmartStudio</h2></div> | ||
| + | <div class="mw-collapsible-content"> | ||
| + | === Features === | ||
| + | === Bug Fixes === | ||
| + | === Enhancements === | ||
| + | === Known Issues === | ||
| + | </div></div> | ||
| + | --> | ||
| + | <!-- | ||
| + | <div class="toccolours mw-collapsible mw-collapsed" style="width:100%; overflow:auto;"> | ||
| + | <div style="font-weight:bold;line-height:1.6;"><h2 style="text-decoration:none;border-style:none">Archon</h2></div> | ||
| + | <div class="mw-collapsible-content"> | ||
| + | === Features === | ||
| + | === Bug Fixes === | ||
| + | === Enhancements === | ||
| + | === Known Issues === | ||
| + | </div></div> | ||
| + | --> | ||
| + | <div class="toccolours mw-collapsible mw-collapsed" style="width:100%; overflow:auto;"> | ||
| + | <div style="font-weight:bold;line-height:1.6;"><h2 style="text-decoration:none;border-style:none">Plugins</h2></div> | ||
| + | <div class="mw-collapsible-content"> | ||
| + | === Features === | ||
| + | * The [[UBIK_Plugin_Design]] feature now supports Language synchronization and Localizations for system objects. | ||
| + | <!-- | ||
| + | === Bug Fixes === | ||
| + | * | ||
| + | === Enhancements === | ||
| + | === Known Issues === | ||
| + | --> | ||
| + | </div></div> | ||
= 5.1.0.10003 - 2026-04-01 (Initial Release) = | = 5.1.0.10003 - 2026-04-01 (Initial Release) = | ||
Revision as of 08:41, 15 April 2026
5.1.0.100?? - 2026-??-?? (Service Pack)
Plugins
Features
- The UBIK Plugin Design feature now supports Language synchronization and Localizations for system objects.
5.1.0.10003 - 2026-04-01 (Initial Release)
Kernel
Features
- UBIK Jobs: UBIK provides a new concept about how to schedule and execute tasks asynchronous on a sperate (Enterprise) Service.
Bug Fixes
- An issue where changelogs couldn't be activated for system design MetaClasses was fixed.
- An issue where a rename & removal of a MetaProperty from a MetaClass led to an error during saving was fixed.
Enhancements
- ACM Management shows sorted lists now.
- UBIK now uses industry-standard JSON Web Token (JWT) technology for authorization, enhancing security and reliability. Session tokens are transmitted via HTTP headers instead of URLs for improved protection
Known Issues
- Due to Configurable Unique Constraints not being implemented yet, Exclusive Access is not guaranteed on database level currently.
- Custom code assembly improvements have led to the effect that obsolete "legacy" MetaClasses originating from pre-version-4 databases get in the way of building the customizing and must be either deleted or marked as abstract (setting the ClassType property to 50).
MRO
Features
- MRO Signature Tasks have been introduced, which automatically displays the signee as well as the validation timestamp after the task has been signed.
- MRO Picture Tasks have been introduced, which are used to document the task status by adding a photo as finished or not finished.
- MRO Numeric Tasks have been introduced. A Numeric Task records a numeric double value (e.g., from a temperature sensor). Once a value is entered (including Not Applicable), the task is considered complete. An acceptability range and measurement unit can be defined.
- MRO Material MetaClass and business logic, providing a structured and reliable foundation for managing material data was introduced.
- MRO Goods Movement data model and business logic, enabling structured and reliable handling of goods movement processes were introduced.
- MRO Notifications data model and business logic, providing a structured and reliable foundation for handling notifications were introduced.
- MRO Workpackage -Templates (Datamodel and business logic) and were introduced.
- The MRO Workpackage template mechanism supports scheduling and asynchronous execution on an Enterprise Service now.
- A standard Datamodel for Assets and Functional Locations was introduced in MRO.
Plugins
Features
- The UBIK Plugin Design feature now takes relation property values into account for MetaProperties assigned to a MetaClass.
- System definitions generated by the UBIK Plugin Design feature now include multi-language translations for References, Relations, Units and UnitItems.
Bug Fixes
- Fixed an issue where the Template Matap Users AdminTool use case did not include all properties of the Matap User.
