This migration guide applies for 7.10.38.14-LTS and 7.10.32.21-LTS.
The pipelet BrowseDirectory (bc_foundation) indicated a different behavior regarding the boolean configuration parameters "Recursive" and "Include Parent Directories". It could be possible that the value TRUE was used, but the checkboxes in the Pipeline Properties View are not checked.
Both configuration default values are changed to FALSE. Their values will be only changed in case the condition configurationValue != null && "true".equals(configurationValue)
is satisfied.
Check the pipelet configuration in your custom pipelines using the Text Editor and verify the pipelet contains the origin settings if missing:
[...] <configurationValues name="IncludeParentDirectories" value="true"/> <configurationValues name="Recursive" value="true"/> <pipelet href="enfinity:/bc_foundation/pipelets/BrowseDirectory.xml"/> [...]