Releases: cognitedata/toolkit
Releases · cognitedata/toolkit
0.7.230
0.7.229
Changelog
Fixed
- Fix a permission error when deploying DM instances with a service
account that hasdatamodelinstances:writebut not
datamodelinstances:write_properties.
0.7.228
Changelog
Fixed
- Fixes an issue with duplicate CLI short flags in the
cdf dev run workflowcommand. Some short flags are renamed:--external-idnow
maps to-xand and--versionmaps to-n.
0.7.227
Changelog
Improved
- Improved the wording of the project confirmation prompt in
cdf data upload dir
0.7.226
Changelog
Fixed
- Fixed an issue that caused large sets of highly interconnected views
to fail to deploy
0.7.225
Changelog
Fixed
- Neat is no longer a required dependency. This bug was introduced in
0.7.223.
0.7.224
Changelog
Fixed
- Sensitive flag values (e.g.
--project,--env-file) are no longer
sent to Mixpanel. Only known CLI command/subcommand names are tracked.
0.7.223
Changelog
Added
- Updates to usage tracking
0.7.222
Changelog
Improved
- [alpha] When running
cdf migrate assets/events/files/timeseries/annotations, Toolkit will now check that
the target instance space(s) exist before starting.
0.7.221
Changelog
Fixed
- [alpha] When running
cdf migrate assets/events/files/timeserisein
interactive mode, Toolkit will no longer fail withValueError: Limit must be between 1 and 1000, got -1..