Releases: STARIONGROUP/COMET-SDK-Community-Edition
Releases · STARIONGROUP/COMET-SDK-Community-Edition
8.1.0
The following has been updated in this release:
- [FIX] Beautify code based on SonarCube advice
- Model version checks for
- Category.PermissibleClass
- PersonPermission
- ParticipantPermission - [FIX] Requirement verification for RequirementsGroups
8.0.0
Breaking changes:
CDP4Common.ValueArrayUtils.FromHstoreToValueArray<T>(string valueArrayString)
method was moved toCDP4JsonSerializer.SerializerHelper
.CDP4Common.ValueArrayUtils.ToHstoreString(ValueArray<string> valueArray)
method was moved toCDP4JsonSerializer.SerializerHelper
.CDP4Common.ValueArrayUtils.FromJsonToValueArray<T>(string valueArrayString)
method was removed, butCDP4JsonSerializer.SerializerHelper.ToValueArray<T>(string valueArrayString)
can be used instead.
Non-breaking Changes:
- [Fix] Deserialization of ValueSets that contain special characters as literal text.
7.5.1
Package upgrades (Nlog, DotNetZip and NewtonSoft)
7.5.1-rc1
The following has been updated in this release:
- [Upgrade] DotNetZip, Nlog and NewtonSoft.Json package upgrades
Version 7.5.0
Version 7.4.0
The following has been updated in this release:
- [Fix] NestedElement.GetChildren; #171
- [Improve] Session cancellation support; #167
- [Reduce] CDPMessageBus memory consumption; #173
- [Replace] CDP4 logo with COMET logo
- [Remove] preprocessor statement where no longer required
- [Add] ThingNotFoundException
- [fix] Serialize ClassKind enum to string representation instead of int value; #184
- [Improve] JsoneFileDal; #188
Version 7.3.0
The following has been updated in this release:
- [Update] to COMET master model version 1.2.5
- [Add] support for net48
- [Add] BeforeWrite capability
- [Improve] TLS support
- [Implementation] of SonarQube improvements
Version 7.0.0
The following has been updated in this release:
- [Fix] Query DomainOfExpertise methods on ISession
Version 6.2.0
The following has been updated in this release:
- [Refactor] FileRevision.GetDerivedPath(); fixes #118
- [Refactor] Option.IsDefault; fixes #119
- [Add] Option.GetNestedParameterValuesByPath; extend NestedElementTreeGenerator fixes #134
- [Add] ValueSetConverter.TryParseDouble
- [Add] NestedElement convenience methods; fixes #130
- [Fix] serialization of Person related objects; fixes #131
- [Add] net48 and netstandard2.1 as target monikers; fixes #121
- [Update] DotNetZip 1.13.8