Skip to content

Releases: STARIONGROUP/COMET-SDK-Community-Edition

Version 1.2.0

07 May 05:38
Compare
Choose a tag to compare

The following issues have been fixed:

  • [Add] Count property to ValueArray
  • [Add] ValueArrayUtils class
  • [Add] resetXXXValue methods to the IValueSet interface

Version 1.1.1

08 Apr 22:35
Compare
Choose a tag to compare

The following issues have been fixed:

  • [Improve] logging
  • [Refactor] Assembler.Synchronize
  • [Refactor] Read method of CdpServicesDal and WspDal to serialize read on reference data and iteration data
  • [Refactor] Thing.GetContainerOfType and CopyPermissionHelper
  • [Refactor] OrderedItemList
  • [Refactor] CanWriteEngineeringModelContainedThing: use of GetContainerOfType();
  • [Refactor] ParameterValueSet.ModelCode using string interpolation
  • [Update] to Newtonsoft.Json version 11.0.2. fixes #10
  • [Update] to NLog to version 4.5.2
  • [Add] QueryParameterType method to ParameterValueSet, fixes #13
  • [Add] cross model copy capability to CdpServicesDal, fixes #17
  • [Add] unauthenticated proxy support, fixes issue #18

Version 1.0.6

18 Feb 14:42
Compare
Choose a tag to compare

In order to foster use of the CDP4-SDK, starting from version 1.0.6, it is available with the LGPL license.

The following issues have been fixed:

  • Remove duplicate results from CategorizableThingExtensions.GetAllCategories
  • Refactor implementation of OrderedItemList
  • Fix typos in ValueValidator
  • update to NLog to version 4.5.0-rc05

Version 1.0.3

23 Jan 22:13
Compare
Choose a tag to compare

[Refactor] NestedElementTreeGenerator to compare options based on unique identifier

Version 1.0.2

13 Jan 10:49
Compare
Choose a tag to compare

[Add] content-type header with value "application/json" on POST (resolves #3)

Version 1.0.1-rc02

07 Jan 20:33
Compare
Choose a tag to compare

[Add] support for netstandard 2.0 in CDP4Common and CDP4JsonSerializer
[Add] support for netstandard 2.0 in CDP4Dal, CDP4ServicesDal and CDP4WspDal

Version 1.0.0-rc10

05 Jan 18:13
Compare
Choose a tag to compare

[Harmonize] ICdp4JsonSerializer interface
[Update] CDP4ServicesDal: visibilty to internal of classes and methods that should not be exposed outside of the library and are for internal use only
[Downgrade] to Nlog 4.5 as per Nlog recommendations

Version 1.0.0-rc9

28 Dec 17:48
Compare
Choose a tag to compare

[Remove] ArchivePassword property from Credentials class
[Refactor] ClasslessDTO and add ClasslessDtoFactory

Version 1.0.0-rc8

12 Dec 10:03
Compare
Choose a tag to compare

[Move] ThingTransaction and Operation related classes from CDP4Common to CDP4Dal
[Simplify] dependencies between the different CDP4-SDK libraries

Version 1.0.0-rc6

24 Nov 11:27
Compare
Choose a tag to compare

[Fix] XML deserialization of CDP4Common DTO derived properties.