Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • v0.11.0 protected Release: v0.11.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/connectormanager/-/blob/v0.11.0/CHANGELOG.md
  • v0.10.0 protected Release: v0.10.0
    Maintenance release - dependency updates only.
    
    For more details see the changelog: https://gitlab.com/reductech/sequence/connectormanager/-/blob/v0.10.0/CHANGELOG.md
  • v0.9.0 protected Release: v0.9.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
    - Bux fixes and dependency updates
    
    For more details see the changelog: https://gitlab.com/reductech/sequence/connectormanager/-/blob/v0.9.0/CHANGELOG.md
  • v0.8.0 protected Release: v0.8.0
    ## Summary of Changes
    
    
    - Consolidated connector registry and manager settings
    - The connector manager `appsettings.json` key has changed from `sequence` to `connectorManager`
    - `ConnectorRegistrySettings` type has been removed
    - It's now possible to specify more than one registry in the configuration:
    
    ```json
    "connectorManager": {
      "connectorPath": "c:\\connectors",
      "configurationPath": "c:\\connectors\\connectors.json",
      "autoDownload": false,
      "registries": [
          {
              "uri": "https://registry/packages/index.json"
          },
          {
            "uri": "https://another-registry/packages/index.json",
            "User": "ci-login-token",
            "Token": "abc123"
          }
      ],
      "enableNuGetLog": true
    }
    ```
    
    For more details see the changelog: https://gitlab.com/reductech/sequence/connectormanager/-/blob/v0.8.0/CHANGELOG.md
  • v0.7.0 protected Release: v0.7.0
    Bug fix and maintenance release.
    
    For more details see the changelog: https://gitlab.com/reductech/sequence/connectormanager/-/blob/v0.7.0/CHANGELOG.md
  • v0.6.0 protected Release: v0.6.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.
    
    For more details see the changelog: https://gitlab.com/reductech/sequence/connectormanager/-/blob/v0.6.0/CHANGELOG.md
  • v0.5.1 protected Release: v0.5.1
    Bug fix release.
    
    For more details see the changelog: https://gitlab.com/reductech/edr/connectormanager/-/blob/v0.5.1/CHANGELOG.md
  • v0.5.0 protected Release: v0.5.0
    Moving from `Newtonsoft.Json` to `Text.Json`.
    
    For more details see the changelog: https://gitlab.com/reductech/edr/connectormanager/-/blob/v0.5.0/CHANGELOG.md
  • v0.4.0 protected Release: v0.4.0
    Dependency updates only
    
    For more details see the changelog: https://gitlab.com/reductech/edr/connectormanager/-/blob/v0.4.0/CHANGELOG.md
  • v0.3.0 protected Release: v0.3.0
    For more details see the changelog: https://gitlab.com/reductech/edr/connectormanager/-/blob/v0.3.0/CHANGELOG.md
  • v0.2.1 protected Release: v0.2.1
    Bug fixes to support runtime-independent connector packages.
    
    For more details see the changelog: https://gitlab.com/reductech/edr/connectormanager/-/blob/v0.2.1/CHANGELOG.md
  • v0.2.0 protected Release: v0.2.0
    Directory structure is now preserved when extracting connector packages.
    
    ### New Features
    
    - Preserve subdirectory structure #10
    
    # v0.1.0 (2021-05-15)
    
    Initial release of the Connector Manager which provides functionality to:
    
    - Add/Update/Remove connectors from an in-memory or file-based configuration
    - Find and install connectors from a remote registry
    - Load the connector assemblies, including any dependencies
    - Bootstrap a configuration, downloading any missing connectors
    
    For more details see the changelog: https://gitlab.com/reductech/edr/connectormanager/-/blob/v0.2.0/CHANGELOG.md
  • v0.1.0 protected Release: v0.1.0
    Initial release of the Connector Manager which provides functionality to:
    
    - Add/Update/Remove connectors from an in-memory or file-based configuration
    - Find and install connectors from a remote registry
    - Load the connector assemblies, including any dependencies
    - Bootstrap a configuration, downloading any missing connectors
    
    For more details see the changelog: https://gitlab.com/reductech/edr/connectormanager/-/blob/v0.1.0/CHANGELOG.md