[go: up one dir, main page]

Skip to content
## Summary of Changes

### Steps

- `Transform` can now round doubles to integers. This can be controlled with the `RoundingPrecision` parameter.
- Added `Round` Step to round doubles
- `GenerateDocumentation` now takes a `RootUri` parameter.

### Sequence Configuration Language

Steps whose outputs can be determined at compile time can now be folded into constants.

### Core SDK

- Step Parameters can now have any number of `[MetadataAttribute]` which allows you to designate custom metadata about the step.
- Added an extension method to get all step parameters and values in a sequence which will allow users to check the values being passed to marked parameters in a compiled sequence.
- Environment Variables can now be injected to sequences before compiling / running.
- Added a new `Reductech.Sequence.LanguageServer` project with Language Server features

For more details see the changelog: https://gitlab.com/reductech/sequence/core/-/blob/v0.14.0/CHANGELOG.md