Skip to content

Releases: STARIONGROUP/COMET-SDK-Community-Edition

8.1.0

03 Dec 15:12
a000683
Compare
Choose a tag to compare

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

01 Oct 13:57
ba2d6d6
Compare
Choose a tag to compare

Breaking changes:

  • CDP4Common.ValueArrayUtils.FromHstoreToValueArray<T>(string valueArrayString) method was moved to CDP4JsonSerializer.SerializerHelper.
  • CDP4Common.ValueArrayUtils.ToHstoreString(ValueArray<string> valueArray) method was moved to CDP4JsonSerializer.SerializerHelper.
  • CDP4Common.ValueArrayUtils.FromJsonToValueArray<T>(string valueArrayString) method was removed, but CDP4JsonSerializer.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

20 Sep 15:13
Compare
Choose a tag to compare

Package upgrades (Nlog, DotNetZip and NewtonSoft)

7.5.1-rc1

06 Aug 09:59
Compare
Choose a tag to compare
7.5.1-rc1 Pre-release
Pre-release

The following has been updated in this release:

  • [Upgrade] DotNetZip, Nlog and NewtonSoft.Json package upgrades

Version 7.5.0

10 Jul 12:44
fe5dc96
Compare
Choose a tag to compare

The following has been updated in this release:

  • [Implement] silent read on ISession (disable CDPMessageBus); #193, #194

Version 7.4.0

10 Jul 12:43
c3b67e5
Compare
Choose a tag to compare

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

10 Jul 12:38
ec2d263
Compare
Choose a tag to compare

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

23 Nov 13:36
c9064f0
Compare
Choose a tag to compare

The following has been updated in this release:

  • [Fix] Query DomainOfExpertise methods on ISession

Version 6.2.0

28 Sep 10:30
Compare
Choose a tag to compare

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

Version 6.1.0

11 Jun 05:36
Compare
Choose a tag to compare

The following has been updated in this release:

  • [Implement] support for FileStore; fixes #104, #109
  • [Update] MetaInfo classes (e.g. Book); fixes #111
  • [Update] appveyor configuration for improved continous integration