Jump to: navigation, search

Difference between revisions of "Version 4.3.0 (Server)"


(Bug Fixes)
Line 65: Line 65:
  
 
Revision C:
 
Revision C:
* An issue where document related system definitions were incomplete was fixed. The Kernel system definitions version was raised to 4.0.0.1.
+
* An issue where document related system definitions were incomplete was fixed.  
 +
* The UIDs and indexes for the default languages were corrected.
 +
* The Kernel system definitions version was raised to 4.0.0.2.
 +
 
 +
[[Category:Server|Version 4.0 (Server)]]
 +
[[Category:Version 4.0|Version 4.0 (Server)]]
  
 
== Known Issues ==
 
== Known Issues ==

Revision as of 16:13, 13 December 2022

Version Release Date
4.0.0.15042 BETA (Revision A) 2022.11.17
4.0.0.15076 BETA (Revision B) 2022.11.23
4.0.0.? BETA (Revision C) 2022.12.??
IC Attention.pngThis page is under construction.
IC Attention.png

Beta Version

Currently, UBIK® Server version 4.0.0 is in Beta testing stage.

Previously, in addition to the automatic tests, we've done a complete manual test of the Alpha version and have gone through a QA process fixing all defects blocking a release from R&D's point of view.

Now, we want to get feedback from our internal users to make sure we provide our products with the highest quality we can. Thus, the current version 4.0.0 is being distributed to engineers in our Service Department, who will test according to their needs and experience.

Depending on the resulting feedback, we will plan the further QA and release of UBIK.Server version 4.0.0.


[edit]

Kernel

Revision History

Revision Release Date Comment
4.0.0.15042 (Revision A) 2022.11.17 Initial Release
4.0.0.15076 (Revision B) 2022.11.23 Saving performance improvements
4.0.0.? (Revision C) 2022.12.?? Several bug fixes and enhancements

Features

Revision A:

  • Managed System Definitions - No SQL scripts are required to update a database anymore. For installing a new UBIK® Environment, you only need an empty database and UBIK® Studio or SmartStudio.
  • Dynamic Live Mode (DLM) - All MetaClasses are always in Live Mode now. If you change a MetaClass, UBIK® adapts the database automatically.
  • Relational Polymorphism - Override MetaProperty assignments for MetaClasses and MetaProxyProperty assignments for MetaProxies.

Revision B:

  • All of Revision A
  • Better saving performance: The saving performance was improved, especially for individual instances via the network.
  • Better bulk saving performance: The saving performance was improved, especially for many instances via the network.

Revision C:

  • All of Revisions A and B

Enhancements

Revision C:

  • A base implementation for the ISystemDefinitionProvider interface was created, to make system definition version management easier for plugin developers.
  • Added default instances for View, Application and Context.
  • For system definitions, (read-only and customizable) property values are now accessible.

Bug Fixes

Revision C:

  • An issue where document related system definitions were incomplete was fixed.
  • The UIDs and indexes for the default languages were corrected.
  • The Kernel system definitions version was raised to 4.0.0.2.

Known Issues

  • System meta classes do not have icons and international descriptions at the moment. This does not affect instances or meta classes created by the user.
  • Not all property values for system meta classes and meta properties are visible at the moment. This does not affect instances or meta classes created by the user.
  • The automatic creation of database views for reporting and human readability requires further polishing.


UBIK® Studio

Build History

Revision Release Date Comment
4.0.0.15042 (Revision A) 2022.11.17 Initial Release
4.0.0.15076 (Revision B) 2022.11.23 Saving performance improvements
4.0.0.? (Revision C) 2022.12.?? Several bug fixes and enhancements

Features

Revision A:

  • UBIK® Server Kernel version 4 compatibility.
  • There is no database manager view anymore, because database management happens automatically now. Languages can be maintained using the Bulk Editor for the Language meta class.
  • You can now use the Class Details browser or the Relation Editor to override inherited MetaProperties for MetaClasses, and to override inherited MetaProxyProperties for MetaProxies. This way, you can specify a different External Key for a MetaProxyProperty in the context of a specialized MetaProxy, for example.

Enhancements

Revision C:

  • For system definitions, (read-only and customizable) property values are now visible in the Bulk Editor and accessible programmatically.

Bug Fixes

Revision C:

  • An issue where drag & drop in the relation editor didn't work was fixed.
  • Fixed an issue where initial values weren't applied for inherited properties when creating a new instance in the Bulk Editor.

Known Issues

  • The order of columns in the Bulk Editor for system meta classes has to be improved.

UBIK® SmartStudio

Build History

Revision Release Date Comment
4.0.0.15042 (Revision A) 2022.11.17 Initial Release
4.0.0.15076 (Revision B) 2022.11.23 Saving performance improvements
4.0.0.? (Revision C) 2022.12.?? Several bug fixes and enhancements

Features

Revision A:

  • UBIK® Server Kernel version 4 compatibility.
  • Data Transfer from 3.7 Environments
  • You can now use the Inheritance Graph to override inherited MetaProperties for MetaClasses, or the Meta Proxy Graph to override inherited MetaProxyProperties for MetaProxies. This way, you can specify a different External Key for a MetaProxyProperty in the context of a specialized MetaProxy, for example.



Bug Fixes

Revision A:

  • Fixed several issues with the loading of meta proxy properties in the Meta Proxy Graph worksheet.

UBIK® Web Services

Build History

Revision Release Date Comment
4.0.0.15042 (Revision A) 2022.11.17 Initial Release
4.0.0.15076 (Revision B) 2022.11.23 Saving performance improvements
4.0.0.? (Revision C) 2022.12.?? Several bug fixes and enhancements

Features

Revision A:

  • UBIK® Server Kernel version 4 compatibility.

Bug Fixes

UBIK® Enterprise Service

Build History

Revision Release Date Comment
4.0.0.15042 (Revision A) 2022.11.17 Initial Release
4.0.0.15076 (Revision B) 2022.11.23 Saving performance improvements
4.0.0.? (Revision C) 2022.12.?? Several bug fixes and enhancements

Features

Revision A:

  • UBIK® Server Kernel version 4 compatibility.

Enhancements

Revision C:

  • Created a base system definition provider class for easier version management for plugin developers. Existing plugins were refactored respectively.

Bug Fixes