Releases: STARIONGROUP/COMET-SDK-Community-Edition
Version 1.2.0
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
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
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
[Refactor] NestedElementTreeGenerator to compare options based on unique identifier
Version 1.0.2
[Add] content-type header with value "application/json" on POST (resolves #3)
Version 1.0.1-rc02
[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
[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
[Remove] ArchivePassword property from Credentials class
[Refactor] ClasslessDTO and add ClasslessDtoFactory
Version 1.0.0-rc8
[Move] ThingTransaction and Operation related classes from CDP4Common to CDP4Dal
[Simplify] dependencies between the different CDP4-SDK libraries
Version 1.0.0-rc6
[Fix] XML deserialization of CDP4Common DTO derived properties.