...
Added a folder check for existence before creating a subfolder, avoiding a 500 server error if a folder is not found (https://bitbucket.org/7dots_eu/bf-filenize/issues/3/creating-a-subfolder-in-a-nonexisting )
Added the API to move a folder to a different location
Added the API to copy a folder to a different location
Introducing context folder, which allows you to get folders asynchrously in Salesforce Flow, and reference that folder location in the next action. This allows you to retrieve folder locations by recordid/metadata instead of a hardcoded path.
v2.9
Removed the need for a callout to get domain information for every UI to server interaction
Fixes the “Connect API’s hourly request limit“ that is relevant now with the support of External Credentials
Improves UI loading performance
Fixed an issue with the flow diagnose UI polling and the queueable server polling that would cause DML conflicts and the server to wait endlessly. This issue started after 2.8.
...