For the complete documentation index, see llms.txt. This page is also available as Markdown.

Breaking changes

Breaking changes and migration guides.

Version 19

Issue 1222

Change

Temporary files are now saved under different folders based on purpose.

Files for immediately processing are stored under <Core-Temp>/Processing, files to be persistent later are stored under <Core-Temp>/Registry, and files cached by source adapters are stored under <Core-Temp>/Sources.

Migration

The platform administrator may delete all folder and files under `<Core-Temp>` except the folders listed above.

Version 17

Issue 1169

Change

A typo was fixed in the share message template.

The placeholder {SEMDER_LAST_NAME} was changed to {SENDER_LAST_NAME}.

Migration

The platform administrator has to update the templates.

Last updated