Difference between revisions of "Version 4.3.0 (Server)"
m |
|||
(42 intermediate revisions by 4 users not shown) | |||
Line 16: | Line 16: | ||
|- | |- | ||
| Studio/ES/WS/Plugins: 4.0.0.15523 BETA<br>SmartStudio: 4.0.0.15372 BETA <br>Revision G: 08533f6b067b0b8ecc9746f09ed4df12d0b2c26e || 2023.03.03 | | Studio/ES/WS/Plugins: 4.0.0.15523 BETA<br>SmartStudio: 4.0.0.15372 BETA <br>Revision G: 08533f6b067b0b8ecc9746f09ed4df12d0b2c26e || 2023.03.03 | ||
+ | |- | ||
+ | | Studio/ES/WS/Plugins: 4.0.0.15535 BETA<br>SmartStudio: 4.0.0.15373 BETA <br>Revision H: a0b38df6b075b98e3c6a2bb77d615017b42f2c56 || 2023.03.13 | ||
+ | |- | ||
+ | | Studio/ES/WS/Plugins: 4.3.0.15521 <br>SmartStudio: 4.3.0.15521 <br>Revision I: 6a9a707c46af2752a2a2d69094e1b330bc0ed029 || 2023.04.11 | ||
+ | |- | ||
+ | | Studio/ES/WS/Plugins/SmartStudio: 4.3.0.15534<br>Revision J: 47eec642dd0f1e5a504a2f5ce45ad92ff6a51d66 || 2023.04.25 | ||
|- | |- | ||
|} | |} | ||
+ | {{Hint|UBIK 4.3 was released; the beta phase has ended. <br>SmartStudio will be treated as a release candidate until further notice. }} | ||
+ | <!-- | ||
{{Attention|This page is under construction.}} | {{Attention|This page is under construction.}} | ||
Line 32: | Line 40: | ||
Depending on the resulting feedback, we will plan the further QA and release of UBIK.Server version 4.0.0. | Depending on the resulting feedback, we will plan the further QA and release of UBIK.Server version 4.0.0. | ||
}} | }} | ||
+ | --> | ||
{{Hint|[[HowTo:Transfer_Data_from_3.7_to_4.0| How To Upgrade to {{UBIK}} 4.0]]}} | {{Hint|[[HowTo:Transfer_Data_from_3.7_to_4.0| How To Upgrade to {{UBIK}} 4.0]]}} | ||
Line 57: | Line 66: | ||
|- | |- | ||
| 4.0.0.15523/15372-SmartStudio (Revision G) || 2023.03.03 || Bug fixes | | 4.0.0.15523/15372-SmartStudio (Revision G) || 2023.03.03 || Bug fixes | ||
+ | |- | ||
+ | | 4.0.0.15535/15373-SmartStudio (Revision H) || 2023.03.13 || Several bug fixes and enhancements | ||
+ | |- | ||
+ | | 4.3.0.15521/15521-SmartStudio (Revision I) || 2023.04.11 || Several bug fixes and enhancements | ||
+ | |- | ||
+ | | 4.3.0.15534 (Revision J) || 2023.04.25 || No Kernel changes | ||
|- | |- | ||
|} | |} | ||
+ | |||
+ | |||
+ | |||
== Features == | == Features == | ||
Line 92: | Line 110: | ||
* Added descriptions for system meta properties. | * Added descriptions for system meta properties. | ||
* Consolidated all NuGet package dependencies in the server solutions. | * Consolidated all NuGet package dependencies in the server solutions. | ||
+ | Revision H: | ||
+ | * GetLinkedObject and SetLinkedObject do not ignore customized property (getter and setter) any more. | ||
+ | * UBIK Enterprise Service provides access to an UBIK Content Controller via it's Web Service interface. This controller can be used to create ubik objects. | ||
+ | Revision I: | ||
+ | * UBIK Kernel and data are able to process double.NaN now. | ||
+ | * Hotspotting provides a new method MergeToRevisionDoc now (analogue to MergeToSourceDoc) | ||
+ | * MRO Task Owner uses a Metareference now. Linked objects are displayed as such - and not only their UID. | ||
+ | * Importing a proxy which refers to itself does not create a 2nd (broken) proxy with the same external primary key. The proxy reference (to itself) is correct now. | ||
== Bug Fixes == | == Bug Fixes == | ||
Line 115: | Line 141: | ||
* Fixed an issue where query criteria with "LIKE" operator didn't automatically have a trailing wildcard. | * Fixed an issue where query criteria with "LIKE" operator didn't automatically have a trailing wildcard. | ||
* Fixed an issue where the customizing wasn't applied to some classes . | * Fixed an issue where the customizing wasn't applied to some classes . | ||
− | + | Revision H: | |
+ | * Fixed a race condition (multi-threading issue) in the Kernel. | ||
+ | * Fixed an issue where queries didn't yield all results if the criterion value is null. | ||
+ | * Fixed an issue where it wasn't possible to add custom meta properties to a custom MetaClass delivered by default. | ||
+ | Revision I: | ||
+ | * Fixed an issue when importing Comos Data via the file based interface | ||
+ | * File based import of Comos Data takes interface timestamps in account now | ||
+ | * Creation of MRO Objects (with a link property) does not crash UBIK any more. | ||
+ | * The module based Dataabse update dialogue cannot be closed before the target versions are fully configured | ||
+ | * Fixed issues when using components from plugins in Workflows | ||
+ | Revision K: | ||
+ | * Importing of system configured MetaProxies and MetaProxyProperties works now. | ||
+ | * A bug in the calculation of MRO related values during imports is fixed now. | ||
+ | * Fixed an issue where the EditableFileDocumentClassification couldn't be found due to the EDIT_FILE_ALLOWED meta property having the same ID, by adjusting the latter. | ||
+ | * An issue where geo property values sometimes weren't read correctly from the database was fixed. | ||
== Known Issues == | == Known Issues == | ||
Line 142: | Line 182: | ||
|- | |- | ||
| 4.0.0.15523 (Revision G) || 2023.03.03 || Bug fixes | | 4.0.0.15523 (Revision G) || 2023.03.03 || Bug fixes | ||
+ | |- | ||
+ | | 4.0.0.15535 (Revision H) || 2023.03.13 || Several bug fixes and enhancements | ||
+ | |- | ||
+ | | 4.3.0.15521 (Revision I) || 2023.04.11 || Several bug fixes and enhancements | ||
+ | |- | ||
+ | | 4.3.0.15534 (Revision J) || 2023.04.25 || No Studio changes | ||
|- | |- | ||
|} | |} | ||
Line 149: | Line 195: | ||
== Features == | == Features == | ||
+ | https://install.appcenter.ms/orgs/releaseportal/apps/ubik-studio/distribution_groups/releasecandidate | ||
Revision A: | Revision A: | ||
* {{UBIK}} Server Kernel version 4 compatibility. | * {{UBIK}} Server Kernel version 4 compatibility. | ||
Line 178: | Line 225: | ||
* See Kernel, and: | * See Kernel, and: | ||
* Applied several fixes to custom code compilation. | * Applied several fixes to custom code compilation. | ||
+ | Revision I: | ||
+ | * An issue where the custom code library couldn't be loaded in the code editor before a customizing exists was fixed. | ||
+ | |||
+ | |||
− | |||
− | |||
= {{UBIK}} SmartStudio = | = {{UBIK}} SmartStudio = | ||
Line 202: | Line 251: | ||
| 4.0.0.15356 (Revision F) || 2023.02.10 || Bug fixes | | 4.0.0.15356 (Revision F) || 2023.02.10 || Bug fixes | ||
|- | |- | ||
− | | 4.0.0.15372 (Revision G) || 2023.03. | + | | 4.0.0.15372 (Revision G) || 2023.03.03 || Bug fixes |
+ | |- | ||
+ | | 4.0.0.15373 (Revision H) || 2023.03.13 || Several bug fixes and enhancements | ||
+ | |- | ||
+ | | 4.3.0.15521 (Revision I) || 2023.04.11 || Several bug fixes and enhancements | ||
+ | |- | ||
+ | | 4.3.0.15534 (Revision J) || 2023.04.25 || Smart Import bugfix | ||
|- | |- | ||
|} | |} | ||
+ | |||
+ | |||
+ | |||
== Download == | == Download == | ||
https://release.augmensys.com/download/modules/Studio/ | https://release.augmensys.com/download/modules/Studio/ | ||
+ | |||
+ | install.appcenter.ms/orgs/releaseportal/apps/ubik-studio/distribution_groups/releasecandidate | ||
== Features == | == Features == | ||
Line 217: | Line 277: | ||
* Added multilanguage flag for metaproxyproperty | * Added multilanguage flag for metaproxyproperty | ||
* Added targetindex member for metaproxyproperty | * Added targetindex member for metaproxyproperty | ||
+ | Revision H: | ||
+ | * See Kernel, and: | ||
+ | * For the Comos meta data import, one can now specify the full name (including namespace) of a UBIK root meta class of a class to be imported, e.g. "System.NAMEDBASECLASS". | ||
== Bug Fixes == | == Bug Fixes == | ||
Line 226: | Line 289: | ||
Revision G: | Revision G: | ||
* See Kernel, and: | * See Kernel, and: | ||
− | * Fixed an issue with matching meta classes and meta properties . | + | * Fixed an issue with matching meta classes and meta properties. |
* Turning off the change notification poller during instance data transfer to avoid errors. | * Turning off the change notification poller during instance data transfer to avoid errors. | ||
* Fixed custom code library migration during instance data transfer. | * Fixed custom code library migration during instance data transfer. | ||
+ | Revision H: | ||
+ | * See Kernel, and: | ||
+ | * A meta proxy property for the ComosUid property is now created automatically when importing meta data from Comos. | ||
+ | Revision J: | ||
+ | * An issue where the SmartImport from Comos led to erroneous results was fixed. | ||
= {{UBIK}} Web Services = | = {{UBIK}} Web Services = | ||
Line 251: | Line 319: | ||
|- | |- | ||
| 4.0.0.15523 (Revision G) || 2023.03.03 || Bug fixes | | 4.0.0.15523 (Revision G) || 2023.03.03 || Bug fixes | ||
+ | |- | ||
+ | | 4.0.0.15535 (Revision H) || 2023.03.13 || Several bug fixes and enhancements | ||
+ | |- | ||
+ | | 4.3.0.15521 (Revision I) || 2023.04.11 || Several bug fixes and enhancements | ||
+ | |- | ||
+ | | 4.3.0.15534 (Revision J) || 2023.04.25 || Session management bug fix | ||
|- | |- | ||
|} | |} | ||
+ | |||
+ | |||
+ | |||
== Download == | == Download == | ||
Line 261: | Line 338: | ||
* {{UBIK}} Server Kernel version 4 compatibility. | * {{UBIK}} Server Kernel version 4 compatibility. | ||
− | == | + | == Enhancements == |
Revision G: | Revision G: | ||
* Introduced build configuration based config transforms (e.g., transform for Web.Debug.Config) to avoid erroneous release configurations. | * Introduced build configuration based config transforms (e.g., transform for Web.Debug.Config) to avoid erroneous release configurations. | ||
+ | Revision I: | ||
+ | * CUI Notification Endpoint uses an UBIK.Enterprise Service to save data in UBIK | ||
+ | * CUI Notification Endpoint provides extended logging mechanism now | ||
+ | * CUI Notification Endpoint provides the possibility to enable / disable logging now | ||
== Bug Fixes == | == Bug Fixes == | ||
Line 274: | Line 355: | ||
* Updated Bindings config base. | * Updated Bindings config base. | ||
* Included createSymbolicLinks.cmd. | * Included createSymbolicLinks.cmd. | ||
+ | Revision J: | ||
+ | * UBIK Session management differs between Windows UWP and Windows Xamarin clients now. The correct UI customizing packages can be provided to the clients now. | ||
+ | Revision K: | ||
+ | * SSO Authentication manages OS Specific information now. This enables the UIcustomizing download to work again. | ||
+ | |||
+ | |||
+ | |||
+ | |||
= {{UBIK}} Enterprise Service = | = {{UBIK}} Enterprise Service = | ||
Line 296: | Line 385: | ||
|- | |- | ||
| 4.0.0.15523 (Revision G) || 2023.03.03 || Bug fixes | | 4.0.0.15523 (Revision G) || 2023.03.03 || Bug fixes | ||
+ | |- | ||
+ | | 4.0.0.15535 (Revision H) || 2023.03.13 || Several bug fixes and enhancements | ||
+ | |- | ||
+ | | 4.3.0.15521 (Revision I) || 2023.04.11 || Several bug fixes and enhancements | ||
+ | |- | ||
+ | | 4.3.0.15534 (Revision J) || 2023.04.25 || No ES changes | ||
|- | |- | ||
|} | |} | ||
+ | |||
+ | |||
+ | |||
== Download == | == Download == | ||
https://release.augmensys.com/download/modules/Studio/ | https://release.augmensys.com/download/modules/Studio/ | ||
+ | |||
+ | install.appcenter.ms/orgs/releaseportal/apps/ubik-studio/distribution_groups/releasecandidate | ||
== Features == | == Features == | ||
Line 316: | Line 416: | ||
[[Category:Server|Version 4.0 (Server)]] | [[Category:Server|Version 4.0 (Server)]] | ||
[[Category:Version 4.0|Version 4.0 (Server)]] | [[Category:Version 4.0|Version 4.0 (Server)]] | ||
+ | [[Category:Version 4.3|Version 4.3.0 (Server)]] |
Latest revision as of 06:59, 23 May 2023
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.15218 BETA (Revision C) | 2022.12.14 |
4.0.0.15316 BETA (Revision D) | 2023.01.02 |
4.0.0.15352 BETA (Revision E) | 2023.01.10 |
Studio/ES/WS/Plugins: 4.0.0.15473 BETA SmartStudio: 4.0.0.15356 BETA Revision F: 02392026a1dc637c7d500a85b2d9eb3e3a83fc2e |
2023.02.10 |
Studio/ES/WS/Plugins: 4.0.0.15523 BETA SmartStudio: 4.0.0.15372 BETA Revision G: 08533f6b067b0b8ecc9746f09ed4df12d0b2c26e |
2023.03.03 |
Studio/ES/WS/Plugins: 4.0.0.15535 BETA SmartStudio: 4.0.0.15373 BETA Revision H: a0b38df6b075b98e3c6a2bb77d615017b42f2c56 |
2023.03.13 |
Studio/ES/WS/Plugins: 4.3.0.15521 SmartStudio: 4.3.0.15521 Revision I: 6a9a707c46af2752a2a2d69094e1b330bc0ed029 |
2023.04.11 |
Studio/ES/WS/Plugins/SmartStudio: 4.3.0.15534 Revision J: 47eec642dd0f1e5a504a2f5ce45ad92ff6a51d66 |
2023.04.25 |
UBIK 4.3 was released; the beta phase has ended. SmartStudio will be treated as a release candidate until further notice. |