Skip to content

Version 5.1.0

Compare
Choose a tag to compare
@samatstariongroup samatstariongroup released this 01 Feb 15:36
· 289 commits to development since this release

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