Skip to content

Releases: STARIONGROUP/COMET-SDK-Community-Edition

Version 6.0.0-rc1

11 Jun 05:40
Compare
Choose a tag to compare

The following has been updated in this release:

  • [Refactor] Utility classes; fixes #47
  • [Improve] caching of revisions; fixes #96
  • [Update] test projects to netcore3.1

Version 5.1.0

28 Jan 22:17
Compare
Choose a tag to compare

The following has been updated in this release:

  • Solution settings
    • [Add] Resharper DotSettings file
  • CDP4Common
    • [Add] BooleanParameterType comparison in Requirement Verification is now case insensitive; fixes #268

Version 5.0.5

05 Dec 16:24
Compare
Choose a tag to compare

The following has been updated in this release:

  • CDP4Common

    • [Update] DefaultPermissionProvider to expose additional data and ParticipantRole and PersonRole to utilize it.
    • [Add] clone method to OrderedItemList
    • [Add] GuidComparer and OrderedItemComparer
    • [Add] DTO Thing comparer for equality comparison for collections
    • [Add] userfriendly, scientific representation for RelationalOperators
  • CDP4Dal

    • [Add] check for Owner in PermissionService
  • CDP4JsonSerializer

    • [Implement] stable serialization of properties
  • CDP4Rules

    • [Implement] MA-0900
  • CDP4ServicesSal

    • [Implement] stable serialization of properties
  • CDP4WspDal

    • [Implement] stable serialization of properties

Version 5.0.3

01 Sep 18:22
Compare
Choose a tag to compare

The following has been updated in this release:

  • CDP4Common:

    • [Update] TypeResolver with QueryBaseClassesAndInterfaces method
    • [Refactor] CategorizableThingExtensions.GetAllCategories method
    • [Update] ReferenceDataLibrary with Is-XXX-InChainOfRdls methods
  • CDP4JsonFileDal:

    • [Remove] unused code
  • CDP4Rules:

    • Add rule checkers, release version 1.0.0

Version 5.0.1

26 Apr 20:18
Compare
Choose a tag to compare

The following has been updated in this release:

  • [Remove] unused logger field from CDP4Common.CommonData.Thing class; fixes #44
  • [Add] generation of XML docs and pdb to nuget; fixes #49
  • [Add] Convenience methods to query reference data; fixes #48
  • [Update] to Newtonsoft.Json version 12.0.2
  • [Update] to DotNetZip version 1.13.3
  • [Update] NLog to version 4.6.2

Version 5.0.0

17 Mar 10:56
Compare
Choose a tag to compare

The following has been updated in this release:

  • [Refactor] copy protocol, rename Type property to ClassKind on CdpPostOperation class
  • [Fix] ThingTransaction for Copy operation
  • [Improve] code coverage of ActualFiniteStateComparer

Version 4.0.2

02 Feb 18:23
Compare
Choose a tag to compare

The following has been updated in this release:

  • [Fix] dependencies of CDP4JsonSerializer
  • [Update] CDP4JsonFileDal - DotNetZip to version 1.13.2

Version 4.0.1

25 Jan 20:01
Compare
Choose a tag to compare

The following has been updated in this release:

  • [Add] Relationships property to Thing to reference Relationships that have the Thing as source or Target; fixes #40.
  • [Refactor] Assembler.RemoveThingFromCache to clean Thing.Relationships
  • [Add] DomainChangedEvent and ISession.SwitchDomain

Version 4.0.0

21 Jan 21:26
Compare
Choose a tag to compare

The following has been updated in this release:

  • [Refactor] the Cache to make use of CacheKey instead of a Tuple; fixes #30.

Version 2.0.3

22 Dec 21:45
Compare
Choose a tag to compare

The following has been updated in this release:

  • [Remove] creation of subscription on override from DAL
  • [Add] User-Agent HTTP header; fixes #37
  • [Refactor] refresh and reload to take frozen iterations into account; fixes #34
  • [Update] to NLog version 4.5.11
  • [Update] NUnit3TestAdapter version 3.12.0
  • [Update] Moq version 4.10.1
  • [Update] Newtonsoft.Json version 12.0.1; fixes #36
  • [Update] DotNetZip version 1.13