Releases: cognitedata/cognite-sdk-dotnet
Releases · cognitedata/cognite-sdk-dotnet
Release v5.11.0
What's Changed
- chore(deps): update codecov/codecov-action digest to e79a696 by @renovate[bot] in #486
- Add support for state time series by @evertoncolling in #482
Full Changelog: v5.10.0...v5.11.0
Release v5.10.0
What's Changed
- chore(deps): update github artifact actions (major) by @renovate[bot] in #475
- chore(deps): update codecov/codecov-action digest to 75cd116 by @renovate[bot] in #477
- chore(deps): update actions/setup-dotnet digest to c2fa09f by @renovate[bot] in #470
- chore(deps): update codecov/codecov-action action to v6 by @renovate[bot] in #479
- Support pushing error types to integrations API by @Toshad in #485
New Contributors
Full Changelog: v5.9.0...v5.10.0
Release v5.9.0
What's Changed
- chore(deps): update dependency paket to v10 by @renovate[bot] in #473
- test(simint): use unique external ID for simulator model revision by @mohammad-arif662 in #484
- Expand DM resource capabilities for querying additional views by @ozangoktan in #483
Full Changelog: v5.8.0...v5.9.0
Release v5.8.0
Release v5.7.0
What's Changed
- chore(deps): update actions/checkout digest to de0fac2 by @renovate[bot] in #474
- test: fix time series tests by @mohammad-arif662 in #481
- feat(simint): Add support for /poll endpoint for load-balanced simulation runs by @mohammad-arif662 in #478
Full Changelog: v5.6.1...v5.7.0
Release v5.6.1
What's Changed
- fix(ci): Enable automatic changelog generation and update README by @evertoncolling in #469
- fix(datamodels): Fix HasDataFilter serialization by @evertoncolling in #471
Full Changelog: v5.6.0...v5.6.1
Release v5.6.0
What's Changed
- Fixes for create release by @dbrattli in #429
- Add MaxDatapoint and MinDatapoint to AggregateDatapoint (#420) by @muradsater in #421
- fix(simint-alpha): model revision data types by @polomani in #432
- Need to checkout code for create release by @dbrattli in #434
- chore : remove templates api + disable streams tests by @abdullah-cognite in #438
- chore: enable Gemini review by @lpereiracgn in #437
- feat(simint) : add support for external dependencies by @lpereiracgn in #440
- chore(gh-publish): skip duplicate when pushing to nuget by @polomani in #441
- chore(tests): exit test runner if any command fails by @polomani in #442
- test(simulators): duplicated model revision externalId by @lpereiracgn in #443
- chore(deps): update dependency fantomas to 7.0.3 by @renovate[bot] in #433
- chore: update renovate.json to use Cognite defaults by @polomani in #444
- feat: add stream template settings by @abdullah-cognite in #439
- fix(simulators-alpha): typo in class name by @polomani in #447
- chore(deps): update actions/download-artifact action to v5 by @renovate[bot] in #446
- chore(deps): update actions/checkout action to v5 by @renovate[bot] in #448
- chore(deps): pin dependencies by @renovate[bot] in #445
- fix: rename flowsheet to flowsheets in model revision data by @lpereiracgn in #449
- feat(simint): add simulator update model deps by @polomani in #451
- chore(deps): update codecov/codecov-action digest to 5a10915 by @renovate[bot] in #450
- chore(deps): update actions/setup-dotnet action to v5 by @renovate[bot] in #452
- feat(simint): add support for filtering model revisions by simulator by @mohammad-arif662 in #455
- feat(streams): Update SDK to match latest API spec with breaking changes by @evertoncolling in #453
- [SEC-4668] Fix Nuget package signing by updating code sign github action to v5. by @petergasper in #458
- feat(simint-alpha): remove unused predefined routines by @polomani in #457
- chore(deps): update actions/checkout digest to 93cb6ef by @renovate[bot] in #456
- chore(deps): update github artifact actions (major) by @renovate[bot] in #454
- chore(deps): update actions/checkout action to v6 by @renovate[bot] in #459
- chore(deps): update actions/setup-dotnet digest to 2016bd2 by @renovate[bot] in #461
- feat(simint): support request payload Gzip compression by @mohammad-arif662 in #462
- chore(deps): update actions/checkout digest to 8e8c483 by @renovate[bot] in #463
- test: Unit tests to increase code coverage for simint resources by @mohammad-arif662 in #467
- chore(deps): update github artifact actions (major) by @renovate[bot] in #466
- chore(deps): update dependency fantomas to v7.0.5 by @renovate[bot] in #464
- chore(deps): update codecov/codecov-action digest to 671740a by @renovate[bot] in #465
- feat(streams): Add aggregation support and minor fixes to match API spec by @evertoncolling in #460
- fix(ci): Fix GitHub release creation and add README to NuGet packages by @evertoncolling in #468
New Contributors
- @mohammad-arif662 made their first contribution in #455
Full Changelog: v4.16.0...v5.6.0
Release v4.16.0
Update NuGet token and dependencies (#428) * Update dependencies and NuGet token * Mark files as auto-generated
Release v4.15.0
Add timestamp to integrations StartupRequest (#427) * Add timestamp to integrations StartupRequest This is an alpha API. The timestamp was recently added. * Update CogniteSdk.Types/Alpha/Integrations/CheckIn.cs Co-authored-by: Ozan Göktan <72358629+ozangoktan@users.noreply.github.com> --------- Co-authored-by: Ozan Göktan <72358629+ozangoktan@users.noreply.github.com>
Release v4.14.0
Breaking changes to streams and records (#423) * Breaking changes to streams and records * Bump version * Fix tests