Skip to content
Tags give the ability to mark specific points in history as being important
  • v0.18.0 protected Release: v0.18.0
    ## Summary of Changes
    
    - Sequence has a new home: https://gitlab.com/sequence
    - The namespace has been updated from `Reductech.Sequence` to `Sequence`
    
    For more details see the changelog: https://gitlab.com/sequence/connectors/rest/-/blob/v0.18.0/CHANGELOG.md
  • v0.17.0 protected Release: v0.17.0
    Maintenance release - dependency updates only.
    
    For more details see the changelog: https://gitlab.com/reductech/sequence/connectors/rest/-/blob/v0.17.0/CHANGELOG.md
  • v0.16.0 protected Release: v0.16.0
    - Enabled [Source Link](https://docs.microsoft.com/en-us/dotnet/standard/library-guidance/sourcelink)
    - Enabled publish to [Nuget.org](https://www.nuget.org) including symbols
    - Update Core to v0.16.0
    
    For more details see the changelog: https://gitlab.com/reductech/sequence/connectors/rest/-/blob/v0.16.0/CHANGELOG.md
  • v0.15.0 protected Release: v0.15.0
    Maintenance release - dependency updates only.
    
    For more details see the changelog: https://gitlab.com/reductech/sequence/connectors/rest/-/blob/v0.15.0/CHANGELOG.md
  • v0.14.0 protected Release: v0.14.0
    ## Summary of Changes
    
    ### Steps
    
    The following steps have been moved from Core:
    
    - RESTDelete
    - RESTGetJson
    - RESTGetStream
    - RESTPatch
    - RESTPost
    - RESTPut
    
    For more details see the changelog: https://gitlab.com/reductech/sequence/connectors/rest/-/blob/v0.14.0/CHANGELOG.md
  • v0.13.0 protected Release: v0.13.0
    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
  • v0.12.0 protected Release: v0.12.0
    Initial release. Version numbers are aligned with [Core](https://gitlab.com/reductech/edr/core/-/releases).
    
    ## Summary of Changes
    
    ### Steps
    
    - Added `IDynamicStepGenerator` which allows connectors to generate steps dynamically based on configuration
    
    For more details see the changelog: https://gitlab.com/reductech/edr/connectors/rest/-/blob/v0.12.0/CHANGELOG.md