EDR is now Sequence. The following has changed:
- The GitLab group has moved to https://gitlab.com/reductech/sequence
- The root namespace is now `Reductech.Sequence`
- The documentation site has moved to https://sequence.sh
Everything else is still the same - automation, simplified.
The project has now been updated to use .NET 6.
## Summary of Changes
It's now possible to define aliases for steps in the REST connector
configuration. For example:
```json
"Aliases" : {
"Document_Post" : "GetDocument"
}
```
For more details see the changelog: https://gitlab.com/reductech/sequence/connectors/rest/-/blob/v0.13.0/CHANGELOG.md