Releases: STARIONGROUP/COMET-SDK-Community-Edition
Releases · STARIONGROUP/COMET-SDK-Community-Edition
Version 6.0.0-rc1
Version 5.1.0
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
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
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
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
The following has been updated in this release:
- [Refactor] copy protocol, rename
Type
property toClassKind
onCdpPostOperation
class - [Fix]
ThingTransaction
for Copy operation - [Improve] code coverage of
ActualFiniteStateComparer
Version 4.0.2
The following has been updated in this release:
- [Fix] dependencies of CDP4JsonSerializer
- [Update] CDP4JsonFileDal - DotNetZip to version 1.13.2
Version 4.0.1
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
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
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