10.0.40.202409112
This document describes the features that are either new or changed in the release version 10.0.40.202409112.
Build 10.0.40.202409112
Release 10.0.40.20240911
| Number |
Name |
Description |
| 18765 |
Field Label states “Blog Container Name” instead of “Blob Container Name” |
Corrected spelling for Blob Container field. |
| 18979 |
Error “Unable to update metadata of the uploaded file” |
When the Packing List is issued for a shipment “/n” was passed as part of the address string in the standard solution, this signifies a new line in FinOps code. This string is considered invalid by the blob storage client and has been replaced with a blank string before being passed to the blob storage. Smart Send does not update the values of addresses or other string values that are added in the token map, but just receives and translates them to the metadata of the blob. An additional method has been added that will look at removing these escape sequences before updating the metadata. |