-
v0.11.0 protectedefa6eb04 · ·
## 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.9.0 protectedba83e634 · ·
- 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 protected4f7aacc3 · ·
## 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.6.0 protected32b2e0cb · ·
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.2.0 protected06325ad5 · ·
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 protectedb4ee2c14 · ·
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