Logging was updated so that an entry is now created when digital assets are deleted.
As the add-on is undergoing revision, the documentation's images and descriptions of some components might not exactly match the current UI.
This release includes no changes to functionality.
This release includes the following changes to third-party libraries:
Updated Apache POI and related libraries (poi, poi-ooxml, poi-ooxml-full, poi-scratchpad) to version 5.4.1.
Updated Apache Commons IO (commons-io) to version 2.18.0.
Updated Microsoft Azure Client Library For Blob Storage (azure-storage-blob) to version 12.30.0.
Updated Microsoft Azure Client Library For Identity (azure-identity) to version 1.16.1.
Updated Netty/All In One (netty-all) to version 4.2.1.Final.
Updated PDF.js to version 4.8.69. Please note that deployment updates are required as a result of this library update. See the Upgrade information section below.
This release contains no closed issues.
This release contains the following known issues:
[EBXDAMA-751] After a media type field is set to Hidden in all views and the data model is published, it is no longer possible to upload or edit assets in that field. This issue occurs even after permissions are set back to Visible in all views and the model is re-published.
[EBXDAMA-2583] The add-on is not stable when deployed on a WebLogic application server. Fatal errors can occur when trying to use the add-on's services. The root cause is under investigation.
Searching for assets in the media-type field using quick search is not supported. However, when previewing some file types, such as PDFs, you can search for text within the file.
The configuration is not updated for the supported file extensions after users access the Digital Asset Manager widget.
Document previews cannot display Vietnamese text.
When accessing assets in an external Drive, error messages may display when selecting all assets. This can be the result of access limitations put in place by the third-party tool.
Thumbnails of some uploaded SVG files do not display correctly.
Previews of PPT, PPTX, DOC and DOCX files cannot display charts due to a limitation of the library used to generate the preview.
Depending on your deployment environment, you might need to make the following updates when upgrading to the latest version of the add-on:
Upgrade to the latest supported version of Tomcat 9.x.
Ensure that your Tomcat web.xml
file contains the following configuration for the .mjs
MIME type:
<mime-mapping><extension>mjs</extension><mime-type>text/javascript</mime-type></mime-mapping>