Editor Service 4.1.0

Compatibility

  • Lambda - Image Metadata >= 2.1< 3.0
  • Lambda - Image Publish >= 2.0< 3.0
  • Lambda - Image Resizing >= 1.2< 2.0
  • Digital Writer Integration Service >=1.2< 2.0

Released 2018-05-09

Release overview

Store binaries in OC

It is possible to store binaries in OC (as primary file) by specifying config parameter CREATE_BINARY_IN_REPO=true in editor service task definition. Please note that this feature is only applicable if you are not using a custom transformation service. Also note that if you have image metadata objects already stored in OC with xml as primary file, these cannot be edited by Writer.

Updating of correct metadata file in OC

Until this release, it has not been possible to have more than one metadata file for an OC object without risking to overwrite the wrong metadata file when updates from Writer are sent. Note, if not using a custom transformation service, Editor Service will look for the correct metadata file to update for the object instead of updating the first metadata file it finds.

Changes in this release

New Feature

  • EDSE-111 - Disable use of publish lambda function
  • EDSE-110 - Update binary as primary file in OC
  • EDSE-109 - Save binary as primary file in OC
  • EDSE-108 - Read metadata-file from OC

Improvement

Bug

  • EDSE-113 - Fail saving article with more than one metadata file in writer

Upgrade notes