We're happy to announce a new version of the Episerver/Optimizely Connector. Please note that this release introduces Breaking Changes so you will need to reconfigure the connector to work with the latest version.
Version 4.0.0 adds many highly requested improvements and updates including:
-
Upgraded to Optimizely CMS 12 and .NET 6
-
Added edit and admin security policies. Default is CmsEditors can edit/add assets and Administrators can update/delete API token when grant type is Authorization Code.
-
Changed from web.config AppSettings to options object for configuration. See documentation for details.
-
Removed JSON.NET dependency and replaced it with System.Text.Json. IBynderAssetMetaDataMapper.
-
MapMetaData signature has changed to: BynderAssetData MapMetaData(BynderAssetData bynderAsset, Dictionary<string, JsonElement> dictionary).
Please reach out to support for the installation file or if you have any questions.