- Sequence has a new home: https://gitlab.com/sequence
- The namespace has been updated from
Reductech.SequencetoSequence
- Update namespace and paths after move to Sequence group #118
Maintenance release - dependency updates only.
- Enabled Source Link
- Enabled publish to Nuget.org including symbols
- Update Core to v0.16.0
Maintenance release - dependency updates only.
The following steps have been moved from Core:
- RESTDelete
- RESTGetJson
- RESTGetStream
- RESTPatch
- RESTPost
- RESTPut
- Move Rest Steps from Core into Rest Connector #45
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.
It's now possible to define aliases for steps in the REST connector configuration. For example:
"Aliases" : {
"Document_Post" : "GetDocument"
}- Allow aliases for steps in configuration #25
- Generated steps should have the correct parameter types #24
- Update license file and add notice #27
- Rename EDR to Sequence #19
- Update Core to support SCLObject types #16
- Upgrade to use .net 6 #15
Initial release. Version numbers are aligned with Core.
- Added
IDynamicStepGeneratorwhich allows connectors to generate steps dynamically based on configuration
- Enable Security Parameters #4
- Create an IDynamicStepGenerator to generate steps based on an OpenAPI Schema #2
- Use Text.Json Serializer for requests #6
- Run Rename Script #1
- Create more tests for REST connector #5