Added support for managing glossaries
TextTranslate and DocumentTranslate now have an optional GlossaryId input parameter to use an existing glossary. Please note that DeepL glossaries are immutable. Meaning there is no direct way to "change" a glossary. Instead you would have to create a new glossary with the new entries and delete the old one.
This new version of the DeepL Connector is now based on the official C# SDK provided by DeepL. Mainly to reduce the amount of AO usage.
Breaking Changes
This new version has some breaking changes