2024-08
Models
- 🛠️ Testing out a Model while configuring it no longer uses the existing Configuration. You can now consistently re-configure Models, including those with pre-existing broken Configurations.
- 🛠️ Re-configuring a Model no longer automatically bumps it to
LIVE
.
Workflows
- ✨ Scripts are now versioned. You may now track changes to Scripts as you do with all other Workflow Components.
- ✨ Model nodes now support Feature Mapping. Feature Mapping allows you to use Models in a Workflow which might have conflicting Schemas by mapping the Model's features.
- 🛠️ Features imported into a Workflow's Schemas by a Model are now consistently removed from the Workflow's Schema when the Model is removed from the Workflow.
- 🛠️ Fixed an issue which resulted in Workflows and Workflow Components having a maximum of 10 minor versions per major version.
- 🛠️ Viewing a Script's code is now possible while the Workflow is in edit mode.
Export Tasks
- 🛠️ Some fields used to be represented incorrectly in the
CSV
file generated by an Export Task. This has now been corrected.