Skip to content

v0.2.14

Compare
Choose a tag to compare
@doctrino doctrino released this 15 Jul 12:50
· 395 commits to main since this release
8bd9fdd

cdf-tk

Fixed

  • If a container with a direct relation property with a required constraint on another container, the cdf-tk build
    would not give a warning if the required container was missing. This is now fixed.
  • [Feature Preview] In the feature preview, robotics, the properties inputSchema or dataHandlingSchema
    in RobotCapability and DataPostProcessing were not updated correctly. This is now fixed.
  • When running cdf-tk build, with a Node resource. You would get a MissingRequiredIdentifierWarning even though
    the Node had a space/externalId. This is now fixed.
  • In the cdf-tk deploy/clean command, the -i short flag was used for --interactive and --include at the same time.
    This is now fixed, and the -i flag is only used for --interactive.
  • Require cognite-sdk>=7.54.1, this version fixed a bug in the cognite-sdk that caused the cdf-tk to raise
    an CogniteAPIError when deploying or cleaning more than 10 functions.

Templates

No changes to templates.

Details

Full Changelog: v0.2.13...v0.2.14