We are pleased to announce the release of ARender version 4.8.20, a patch update focusing on resolving critical issues to improve your experience. Below are the details of the changes.
Reminder: Multiple major security fixes have been added since the version 4.8.8: if you have not update to 4.8.8 yet, we highly recommend all our customers to update to version 2023.x or 4.8.20!
Download links: https://www.arender.io/download
Starting from ARender version 4.8.20, the associated API version is now 4.8.0. This version introduces a change in the annotation model by adding the vendorVersion
field, which stores the version of ARender where the annotation was created/modified.
This new information enables ARender to migrate certain outdated annotations (e.g., text-based annotations like Post-it and Freetext) from V3 to the updated format.
For integrators upgrading to 4.8.20:
arondor-arender-annotation-api
, arondor-arender-rendition-api
, or arondor-arender-client-api
) in connectors, ensure the API version is updated to 4.8.0.vendorVersion
parameter. This parameter can be set to null
if unused.[Issue] Fixed an issue where some characters in HTML files were corrupted when using the tools.wkhtmltopdf.iframe.disabled=true
parameter. The regression has been corrected to prevent character corruption.
[Issue] The Popup for Differences is shown when the user puts the mouse onto a difference (see a screenshot below).
Case 1: Disable Popup for Differences
When the document.comparison.include.diff-fragments=false
property is set, the comparison feature remains enabled, but the sub-feature showing a popup on hover (which displays removed text in red and added text in green) is disabled. This prevents crashes or errors when comparing documents with a large number of differences.
Case 2: Enable Popup for Differences
When the document.comparison.include.diff-fragments=true
property is set, the hover popup is enabled and works correctly for small documents with limited differences. For documents with a high number of differences, performance has been optimized to minimize memory usage and avoid errors.
[Issue] Annotations created in ARender V3 for .tif
documents now appear correctly sized when opened in ARender V4 or V2023. Downloaded PDFs with annotations maintain proper font sizes for sticky notes and free text annotations.
[Issue] Resolved an issue where PDFA conversion returned a fake 200 OK
status code during socket timeouts. Now, such cases will correctly return a 500
status code.
[Issue] Fixed an issue where sticky note text created in V3 and imported into V4 via XFDF file disappeared in downloaded or printed documents. All annotations, including textual ones, are now correctly displayed.