v2.10
...
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 an option to the Lightning Component to enable/disable folder creation
Added an option to the Lightning Component to enable/disable folder pinning
Added an option to the Lightning Component to enable/disable file uploads
Added an option to the Lightning Component to enable/disable global searching
Added an option to the API Lightning Component to move show a screen if no matching SharePoint folder is found by the Salesforce record
Added the option to a different locationshow/hide a button to show the root folder as a fallback
Added the API option to copy a folder to a different locationIntroducing context folder, which allows you to get folders asynchronously in Salesforce Flow, and reference that folder location in the next asynchronous Filenize action. This allows you to retrieve folder locations by recordid/metadata instead of a hardcoded path.show a custom message to the end-user
...
Added server and client URL validation to prevent a server relative URL greater than 400 characters (SharePoint limitation)
Added a new invocable action to rename files and folders
Added a new invocable action to copy files
Added a new invocable action to move files and folders
Fixed an issue where some actions were failing if the given path was not explicit
Fixed an issue that caused too many ConnectAPI calls to query the new Named Credential
Some changes to improve performance
Some minor bug fixes
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.
...