Releases: STARIONGROUP/COMET-WebServices-Community-Edition
Version 6.1.1
The CDP4 Web Services are also published on Docker hub.
The following issues have been fixed:
[Improved] MeasurementScale side effects handled in a more generic fashion.
Version 6.1.0
The CDP4 Web Services are also published on Docker hub.
The following issues have been fixed:
- [Feature] Update CDP4 Data Model version 1.2 - Support for SampledFunctionParameterType, Organizational Participation and Thing Preference
- [Improvement] Side effects are now called for full inheritance chain
- [Improvement] SQL migration mechanism improvement
- [Feature] Capability to enable login with accounts migrated from OCDT WSP. - #158
- [Improvement] Cyclic checks for IterationSetup, DerivedQuantityKind and MeasurementScale implemented #160 #159 #161
6.1.0-RC3
[Feature] Update CDP4 Data Model version 1.2 - Support for SampledFunctionParameterType, Organizational Participation and Thing Preference
[Improvement] Side effects are now called for full inheritance chain
[Improvement] SQL migration mechanism improvement
6.1.0-RC1
Version 6.0.0
The CDP4 Web Services are also published on Docker hub.
The following issues have been fixed:
- [Fix] No more rollbacks or commits on completed transactions in migration engine
- [Fix] Editing StateKind of ActualFiniteState inside of ActualStateList update now possible. #99
- [Add] Added datetime possibility to RevisionFrom and RevisionTo query parameters.
- [Update] Corporate/Induvidual Contributor License Agreement version 2.1
- [Fix] Default option parameter generated a server error. #107
- [Fix] Multipart response message is now correct. #117
- [Add] Participant.SelectedDomain property validation. #108
- [Fix] Server returns internal exception when performing a revision parameter no longer exists. #106
- [Fix] IterationSetup.isDeleted behavior is as per 10-25. #66
- [Fix] Behaviour of DomainFileStore creation or deletion when EngineeringModelSetup is updated. #110
- [Fix] A rogue cast exception on request processing. #103
- [Add] Added Permission checks for File.IsLocked, DomainFileStore.IsHidden and ownership of DomainFileStore, File and Folder. #111
- [Update] npgsql 4.1
- [Fix] Statement timeout raised on database
- [Fix] Some await statement was not correctly awaited sometimes, leading to incomplete file downloads.
- [Fix] Files deleted correctly.
- [Fix] Required RDL looked up correctly now. #143
- [Add] Autovacuum statements added on all tables to improve long-term performance. #149
6.0.0-RC4
[Performance] Auto vacuum enabled to stop degradation of performance
6.0.0-RC3
Version 6.0.0-RC2
The CDP4 Web Services are published on Docker hub.
The following issues have been fixed:
- [Fix] rollbacks or commits on completed transactions; fixes #94
- [Fix] Editing StateKind of ActualFiniteState inside of ActualStateList; fixes #99
- [Disable] GEO location; fixes #100
- [Update] query parameters to support time travel; fixes 98
- [Fix] default Option of a Parameter when no default Option is present; fixes #107
- [Fix] multi-part header for improved file download; fixes #117
- [Fix] validation of Participant.SelectedDomain; fixes #108
- [Fix] bug when requestion revisionFrom - revisionTo on a non existing Parameter; fixes #106
- [Update] delete behavior of IterationSetup and Iteration; fixes #66 and #110
- [Fix] Option processor; fixes #103
- [Update] Permission handling of DomainFileStore; fixes #111
- [Update] npgsql to version 4.1; fixes #9
- [Update] SET statement_timeout migration
- [Fix] Delete File fix
Version 6.0.0-RC1
The CDP4 Web Services are published on Docker hub.
The following issues have been fixed:
- [Fix] rollbacks or commits on completed transactions; fixes #94
- [Fix] Editing StateKind of ActualFiniteState inside of ActualStateList; fixes #99
- [Disable] GEO location; fixes #100
- [Update] query parameters to support time travel; fixes 98
- [Fix] default Option of a Parameter when no default Option is present; fixes #107
- [Fix] multi-part header for improved file download; fixes #117
- [Fix] validation of Participant.SelectedDomain; fixes #108
- [Fix] bug when requestion revisionFrom - revisionTo on a non existing Parameter; fixes #106
- [Update] delete behavior of IterationSetup and Iteration; fixes #66 and #110
- [Fix] Option processor; fixes #103
- [Update] Permission handling of DomainFileStore; fixes #111
- [Update] npgsql to version 4.1; fixes #9
Version 5.1.0
The CDP4 Web Services are published on Docker hub.
The following issues have been fixed:
- [Fix] bug on cross model copy with deep ED tree level; fixes #46
- [Implement] Remove TopElement reference on Delete ElementDefinition; fixes #52
- [Fix] export of multiple models; fixes #54
- [Add] BeforeCreate method to OptionSideEffect to check that when a Model is a Catalogue, no more than one Option can be added; fixes #58
- [Update] to use default ValueArray (de)serialisation; fixes #65
- [Update] CDP4Authentication, CDP4DatabaseAuthentication, CDP4Orm to target netstandard2.0; CDP4WebService.Authentication, CDP4WebServices.API to only target net472; fixes #69
- [Fix] iteration increment when creating a model from source; fixes #49
- [Regenerate] service classes based on dotliquid templates; fixes 71
- [Fix] reordering of PossibleFiniteStateLists in ActualFiniteStateList; fixes #72
- [Fix] permission handling; fixes #77
- [Add] resource for (webbrowser) favicon functionality; fixes #83
- [Update] code generated DAO files, remove multi-column syntax from UPDATE statement when only one column is updated. Remove obsolete "ValueTypeDictionary" || from the UPDATE statement; fixes #85
- [Refactor] UPDATE command, remove mulit-column syntax (brackets) from the UPDATE statement; fixes #85
- [Add] SideEffect to that prohibits the removal of the last RelationalExpression in a ParametricConstraint; fixes #90
- [Update] CDP4Authentication project to Newtonsoft.Json version 12.0.2
- [Update] to CDP4JsonSerializer-CE version 4.0.1
- [Update] test projects to Microsoft.NET.Test.Sdk to 16.2.0, NUnit to 3.12.0, NUnit3TestAdapter to 3.13.0
- [Add] Resharper DotSettings file