Skip to content

Releases: Bynder/bynder-sitecore-connector

2.3.1

01 Feb 08:34
Compare
Choose a tag to compare

IMPORTANT deprecation notice:

This variant of the Bynder Sitecore integration is DEPRECATED and no longer supported for new customers!
It has been replaced by the Bynder DAM Connector for Sitecore XP/XM.

This repository only exists as a reference for existing customers and only existing customers will continue to receive support for this connector.

DO NOT DOWNLOAD/INSTALL THIS PACKAGE IF YOU ARE NOT ALREADY USING THIS CONNECTOR!
Use the new Bynder DAM Connector for Sitecore XP/XM instead.


MAKE SURE TO READ THE DOCUMENTATION BEFORE UPGRADING!!

Breaking changes:

  • No breaking changes with version 2.2

Enhancements:

  • Webdam is now supported for the importer functionality.
  • OAuth application scope asset:write is no longer required.
  • Released a separate Webdam C# SDK library that third parties may use to connect to Webdam. Available on NuGet.

Bug fixes:

  • The Description property was missing on the CompactViewResponse model (used in Bynder Asset Fields).

2.2.0

20 Jan 14:19
Compare
Choose a tag to compare

IMPORTANT deprecation notice:

This variant of the Bynder Sitecore integration is DEPRECATED and no longer supported for new customers!
It has been replaced by the Bynder DAM Connector for Sitecore XP/XM.

This repository only exists as a reference for existing customers and only existing customers will continue to receive support for this connector.

DO NOT DOWNLOAD/INSTALL THIS PACKAGE IF YOU ARE NOT ALREADY USING THIS CONNECTOR!
Use the new Bynder DAM Connector for Sitecore XP/XM instead.


THIS RELEASE CONTAINS BREAKING CHANGES
MAKE SURE TO READ THE DOCUMENTATION BEFORE UPGRADING!!

Breaking changes:

  • The data stored by Bynder asset fields uses a different JSON format than previous versions of the connector. Legacy data is still supported by the Bynder extension methods.
  • The extension methods GetBynderSingleAssetField and GetBynderMultiAssetsField now return a CompactViewResponse object instead of a Media object.
  • Only public derivatives can be imported. Previous versions imported all derivatives, which was unintended and also produced unexpected results when blobs were not stored.

Enhancements:

  • Implemented the new Universal Compact View.
  • Support for Webdam in Bynder asset fields.
  • Allow a single asset derivative to be selected in a Bynder asset field.
  • Allow a single asset derivative to be selected for import.
  • Added NuGet as distribution channel for the connector.
  • Added a custom MediaRequestHandler for instances that run Sitecore Experience Accelerator (SXA).
  • Certain Bynder environment settings can be overridden on the media folder item.

Bug fixes:

  • DAT URL could not be resolved for Bynder asset fields.
  • ClientId and ClientSecret fields on Environment template were not set to Shared.
  • Importer would cause an error if the Compact View was closed without making a selection.
  • Thumbnail visual proportions in Bynder asset fields improved.
  • Media items without stored blob did not function properly.
  • Incorrect media URL was resolved for items that had no blob stored.

2.1.1

26 Nov 13:32
Compare
Choose a tag to compare

IMPORTANT deprecation notice:

This variant of the Bynder Sitecore integration is DEPRECATED and no longer supported for new customers!
It has been replaced by the Bynder DAM Connector for Sitecore XP/XM.

This repository only exists as a reference for existing customers and only existing customers will continue to receive support for this connector.

DO NOT DOWNLOAD/INSTALL THIS PACKAGE IF YOU ARE NOT ALREADY USING THIS CONNECTOR!
Use the new Bynder DAM Connector for Sitecore XP/XM instead.


MAKE SURE TO READ THE DOCUMENTATION BEFORE UPGRADING!!

Breaking changes:

  • We are no longer supporting Sitecore 9.0 to 9.2. This release will not run on those versions of Sitecore.
    • If you need to use the connector on one of these versions, please contact Bynder Support for assistance.
  • OAuth 1 authentication is no longer supported.
  • Fields from the Environment template related to OAuth 1 have been removed and new fields related to OAuth2 have been added.

Enhancements:

  • Updated to latest version of Bynder C# SDK.
  • Implemented OAuth2 support which is the preferred authentication method by Bynder.
  • Implemented Asset Tracker support.
  • Added a progress indicator for the import process.
  • Assets that are not public are no longer imported if Skip Blobs is enabled.
  • Renamed template Movie to Video.
  • Imported video assets now include their thumbnail and preview URL.
  • Derivatives to import and Skip Blobs settings can now be overridden on Bynder Media Folder items.
  • Improved logging.

Bug fixes:

  • Certain media information such as width, height and description was not being stored in Sitecore.

Hotfixes:

  • 2.1.1 : Incorrect SDK build caused Newtonson.Json exception in the Bynder Asset Fields.