Difference between revisions of "Release 2.2.0"
(→Updates for {{UBIK}} Android Client) |
(→Updates for {{UBIK}} Server) |
||
Line 12: | Line 12: | ||
* The validation Timestamp for properties can easily be edited via the UBIK View now. | * The validation Timestamp for properties can easily be edited via the UBIK View now. | ||
* UBIK Queries provide a function to evaluate their recordcount now - this mechanism can be used even before loading the set of objects. | * UBIK Queries provide a function to evaluate their recordcount now - this mechanism can be used even before loading the set of objects. | ||
+ | |||
+ | === New workflow activities === | ||
+ | * [[GetObjectByID (Activity)|GetObjectByID]] | ||
+ | * [[GetObjectsByView (Activity)|GetObjectsByView]] | ||
=== Performance improvements === | === Performance improvements === | ||
Line 17: | Line 21: | ||
* Restructured WebServices will deliver data to the clients more efficient now. This will result in a performance improvement when browsing through UBIK data. | * Restructured WebServices will deliver data to the clients more efficient now. This will result in a performance improvement when browsing through UBIK data. | ||
* The maximum allowed size of a document that can be uploaded on the UBIK Web Service can be configured now. | * The maximum allowed size of a document that can be uploaded on the UBIK Web Service can be configured now. | ||
− | |||
== Bugfixes for {{UBIK}} Server == | == Bugfixes for {{UBIK}} Server == |
Revision as of 16:49, 29 October 2013
Release Date: 2013.10.31 (PLANNED)
Contents
Updates for UBIK® Server
New features
- The Customizing Version is related to the UBIK Kernel Version now. This gives the possibility to use UBIK Clients having different Kernel Versions side by side.
- A new Property Type (Encrypted Text) is supported now. Properties with this type can be used to store text that may not be readable by humans.
- Password protected text values are supported now.
- Passwords for Logins can now easily be maintained by editing the data on the corresponding Login object.
- New structures for UBIK Session and Mobile UBIK Session were implemented.
- The validation Timestamp for properties can easily be edited via the UBIK View now.
- UBIK Queries provide a function to evaluate their recordcount now - this mechanism can be used even before loading the set of objects.
New workflow activities
Performance improvements
- Optimized database access when accessing relation data will reduce database statements and will result in general performance improvements.
- Restructured WebServices will deliver data to the clients more efficient now. This will result in a performance improvement when browsing through UBIK data.
- The maximum allowed size of a document that can be uploaded on the UBIK Web Service can be configured now.
Bugfixes for UBIK® Server
- Persisted MetaDefinitions are capable to serve clients using different data languages now
- Improved checking mechanism ensure that released MetaClasses and released MetaProperties may not be deleted any more
- Fixed indentation issues of coding component
Updates for UBIK® Android Client
- New Android UI optimized for readability and simplicity
- Loading and Saving of Setting Profiles aka "PreSets"
- Additional Navigation Data (Maps Overlays, Spatialite DBs) for the Demo Application
- Performance Improvements related to the Initial Loading, the Offline Mode and Database Usage in general