- Code generation will now use block strings for common long string attributes - Allows any valid JSON value to be used for Prompt JSON inputs - Support for a new `is_nil` operator that can be used to check if a value is `null` or `undefined`. - Code generation support for `null` operators for Conditional Nodes as the new `is_nil` operator.
0.12.2
CodeResourceDefinition for Events now supports IDs
0.12.1
- Fixes another bug in code generation of conditional nodes referencing an `is_null` or `is_not_null` expression
0.12.0
- CodeExecutionNode now supports serialization of the `code` attribute - [Breaking] Expressions' and references' `is_none` and `is_not_none` methods were renamed to `is_null` and `is_not_null` - Fixes a bug in code generation of conditional nodes referencing an `is_null` or `is_not_null` expression - [Breaking] The Sdk's `VellumError` to a new `WorkflowError` to deconflict with `vellum.client.VellumError`
0.11.10
- Fixes a bug when importing Workflow's that define displays for Merge Nodes - Introduces support for the new `code` attribute on `CodeExecutionNode`s, which can be used instead of `filepath`
0.11.9
- Support a new `--workflow-deployment` flag for `vellum workflows pull` - Fixes a bug in the serialization of Conditional Nodes referencing the error output of a Prompt Node