Skip to content

Releases: cognitedata/toolkit

0.7.107

17 Feb 21:14
cb96b2a

Choose a tag to compare

Changelog

Improved

  • Added --format flag to cdf modules list to allow for
    machine-readable output. Available options: table (default) and
    json.

0.7.106

17 Feb 14:28
a3740c9

Choose a tag to compare

Changelog

Fixed

  • Fix a cyclic dependency error that could occur when deploying data
    models with views implementing other views.

0.7.105

17 Feb 12:46
76f099e

Choose a tag to compare

Changelog

Fixed

  • When build a CogniteFile, Toolkit no longer raises an
    `ToolkitAPIError: Request failed with status code 400: Unexpected field
  • items[0].instanceType. This bug was introduced in 0.7.98`.

0.7.104

17 Feb 12:41
6c0c0b2

Choose a tag to compare

Changelog

Improved

  • Serialization when working with instances in the data plugin.

0.7.103

17 Feb 07:24
5ab8f8c

Choose a tag to compare

Changelog

Added

  • Support for data products [alpha]

0.7.102

16 Feb 14:27
89a54fd

Choose a tag to compare

Changelog

Improved

  • Serialization of extraction pipeline and extraction pipeline configs.

0.7.101

16 Feb 12:26
6c84f6d

Choose a tag to compare

Changelog

Improved

  • The cdf data upload command now prints detailed failures when
    --verbose is set
  • The cdf data upload command will now terminate early upon detecting
    repeated and consistent errors when uploading data.

0.7.100

16 Feb 08:24
375c6dc

Choose a tag to compare

Changelog

Improved

  • Serialization of Transformations, transformation schedules, and
    transformation notifications.

0.7.99

16 Feb 08:18
3ae3e6a

Choose a tag to compare

Changelog

Improved

  • Serialization of 3D models, used in cdf deploy.

0.7.98

16 Feb 08:15
640ef5c

Choose a tag to compare

Changelog

Improved

  • Serialization of CogniteFile

Fixed

  • When deploying CogniteFile, Toolkit now checks it dependencies.