Skip to content

Releases: STARIONGROUP/COMET-SDK-Community-Edition

Version 2.0.1

02 Nov 17:55
Compare
Choose a tag to compare

The following has been updated in this release:

  • [Fix] PermissionService to support multi-iterations; fixes #35
  • [Add] ActualFiniteStateComparer

Version 2.0.0

26 Oct 18:06
Compare
Choose a tag to compare

The following has been updated in this release:

  • [Implement] proxy authentication; fixes #33
  • [Refactor] refresh and reload to take frozen iterations into account; fixes #34
  • [Update] to NLog version 4.5.10
  • [Upgrade] to NUnit 3.11
  • [Update] to System.Reactive version 4.1.2
  • [Update] to Microsoft.NET.Test.Sdk version 15.9.0
  • [Update] to System.Net.Http version 4.3.4

Version 1.7.3

18 Sep 21:37
Compare
Choose a tag to compare

The following has been updated in this release:

  • [Add] updateOption parameter to the nestedElementTreeGenerator.Generate methods. fixes #31 and fixes #32
  • [Set] NestedElement.Container in NestedElementTreeGenerator
  • [Refactor] NestedParameter.Path computation based on 10-25 specification
  • [Set] Option and ValueSet on NestedParameter

Version 1.6.0

18 Sep 21:39
Compare
Choose a tag to compare

The following has been updated in this release:

  • [Refactor] ISession / Session Close() method now returns a Task and is awaitable
  • [Add] TokenGenerator and token property to OperationContainer; fixes #14
  • [Update] Moq to 4.10.0
  • [Update] NLog to version 4.5.9
  • [Update] NUnit.Console to version 3.9.0

Version 1.5.2

14 Sep 14:27
Compare
Choose a tag to compare

The following has been updated in this release:

  • [Refactor] Clear method of Assembler; add messages for EngineeringModelSetup and IterationSetup

Version 1.5.1

18 Aug 13:26
Compare
Choose a tag to compare

The following has been updated in this release:

  • [Add] ArrayParameterType to collection of PossibleContainers of ParameterTypeComponentMetaInfo; fixes #29
  • [Refactor] UpdateThingRevisions method of Assembler

Version 1.5.0

18 Aug 13:24
Compare
Choose a tag to compare

The following has been updated in this release:

  • [Add] QuerySelectedDomainOfExpertise method to ISession and Session; fixes #25
  • [Refactor] SerializerHelper.ToOrderedItemCollection to take "m" (move key) deserialization into account; fixes #27
  • [Refactor] Assembler and Thing to keep track of revisions of Thing during a running session; fixes #28

Version 1.4.0

05 Aug 16:02
Compare
Choose a tag to compare

The following has been updated in this release:

  • [Add] Nested-Parameters-function, this fixes #22
  • [Update] JsonFileDal to prevent duplicates in Annex C.3 zip archive, this fixes #23
  • [Update] to NLog 4.5.7
  • [Update] to System.Reactive 4.0.0
  • [Update] to DotNetZip 1.11.0
  • [Update] to Moq 4.9.0
  • [Update] to Microsoft.NET.Test.Sdk 15.8.0
  • [Add] Support for net471 and net472

The SDK is available on Nuget

Version 1.3.0

19 Jun 15:18
Compare
Choose a tag to compare

Issue #20 has been fixed in this release:

  • [Add] DefaultPermissionProvider GetDefaultParticipantPermission and GetDefaultPersonPermission with ClassKind as argument
  • [Add] NotThing to DefaultPermissionProvider with default permission set to NOT_APPLICABLE
  • [Add] MEF Export attribute to DefaultPermissionProvider

The SDK is available on Nuget

Version 1.2.1

11 May 17:47
Compare
Choose a tag to compare

The following issues have been fixed:

  • [Improve] (de)serialization of ValueArray, fixes #19