24 May 2021 Release Notes¶
Version 1.1.217
Feature Highlights¶
Stay tuned for new DataKitchen features in coming releases!
Other Fixes & Enhancements¶
CLI Disregards Case in Object Names: Traditionally, the platform treated all names as case-sensitive. This validation system caused some problems because some operating systems and database schema names do recognize case. The new validation, introduced in the webapp in March, treats all object names as case-insensitive, so a user cannot create a kitchen named "Test_Kitchen" if "test_kitchen" already exists within her customer account. The validation also prevents duplication in variation, node, variable set, schedule, and graph names. This release extends that validation to objects created in Automation's command line interface (CLI) as well. See Naming Conventions for more information. [DEV-7774]
Case Validation Warning: This validation update may affect production recipes! If there are existing variations, nodes, variable sets, schedules, or graphs with duplicate names, any related order submitted will fail. Users should take steps to modify their recipes to prevent order run failures.
Kitchen Vault Secrets Inherit Properly: The platform was not loading or resolving secrets correctly in kitchens that have disabled global vaults and inherited kitchen vaults. These issues have been resolved, and kitchen vaults function as expected. [DEV-8288 and various]