Tags give the ability to mark specific points in history as being important
-
v0.11.0
protectedRelease: v0.11.0efa6eb04 · ·## 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
protectedRelease: v0.9.0ba83e634 · ·- 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
protectedRelease: v0.8.04f7aacc3 · ·## 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
protectedRelease: v0.6.032b2e0cb · ·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
protectedRelease: v0.2.006325ad5 · ·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
protectedRelease: v0.1.0b4ee2c14 · ·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