Releases: cognitedata/cognite-sdk-dotnet
Releases · cognitedata/cognite-sdk-dotnet
Release v4.3.1
alpha(simint): fix optional data sampling (#396)
Release v4.3.0
Release 4.3.0 (#395)
Release v4.2.0
simint(alpha): support string&double arrays for I/O (#389) - support string&double arrays for routine inputs/outputs - delete boundary conditions - point local simulator tests to Bluefield, refactor tests
Release v4.1.0
Base type for custom DM resources (#385) * Base type for custom DM resources * Review comments * Bump version
Release v4.0.0
What's Changed
- chore(deps): update codecov/codecov-action action to v4 by @renovate in #360
- chore(deps): update github artifact actions to v4 (major) by @renovate in #362
- chore(deps): update dependency fantomas to v6.3.4 by @renovate in #365
- Clean up SDK code base and remove/fix broken methods by @evertoncolling in #383
Full Changelog: v3.33.0...v4.0.0
Release v3.33.0
Simint/alpha remove legacy props (#382) remove legacy props: - remove simulator.enable property - remove simulatorIntegration.runApiEnabled property - remove BoundaryConditions related props - remove IsCalculationsEnabled prop NOTE: disabled simint tests due to a breaking change
Release v3.32.2
Bump Oryx version and release (#381)
Release v3.32.1
bump minor version to retrigger release (#380) prev release was released only partially due to a API key misconfig
Release v3.31.0
Promote status codes to GA (#378) This replaces the existing implementation, though in a backwards compatible way. Data points can now also be null if the quality is bad. Null was not actually covered properly by MultiValue, though you could insert null values using MultiValue.String that is somewhat confusing when dealing with numeric columns/timeseries. This PR adds a new MultiValue.Null that explicitly covers this case.
Release v3.30.0
[Simulators/alpha] add retrieve simulator models endpoint (#377) * [Simulators/alpha] add retrieve simulator models endpoint - add retrieve simulator models endpoint - refactor test token retrieval