Skip to content

Releases: cognitedata/cognite-sdk-dotnet

Release v4.3.1

14 Aug 11:26
7728107
Compare
Choose a tag to compare
alpha(simint): fix optional data sampling (#396)

Release v4.3.0

05 Aug 09:06
36618a0
Compare
Choose a tag to compare
Release 4.3.0 (#395)

Release v4.2.0

22 Jul 09:29
0607f7f
Compare
Choose a tag to compare
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

07 Jun 05:22
3377d6f
Compare
Choose a tag to compare
Base type for custom DM resources (#385)

* Base type for custom DM resources

* Review comments

* Bump version

Release v4.0.0

05 Jun 08:22
fde5c03
Compare
Choose a tag to compare

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

24 May 14:50
6580758
Compare
Choose a tag to compare
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

21 May 08:36
3db2393
Compare
Choose a tag to compare
Bump Oryx version and release (#381)

Release v3.32.1

15 May 13:41
762f293
Compare
Choose a tag to compare
bump minor version to retrigger release (#380)

prev release was released only partially due to a API key misconfig

Release v3.31.0

07 May 08:55
5b20b7d
Compare
Choose a tag to compare
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

30 Apr 07:43
8790e4c
Compare
Choose a tag to compare
[Simulators/alpha] add retrieve simulator models endpoint  (#377)

* [Simulators/alpha] add retrieve simulator models endpoint

- add retrieve simulator models endpoint
- refactor test token retrieval