@synthetiq/app-framework package at versions/*.md and document every change, migration step, and new feature for each version.
Version documents
Each version document includes a changelog and any required migration steps. The complexity varies by release type:Upgrade process
- Check the currently installed version:
- Check the latest available version:
- Update the package:
- List the available version documents:
-
Read and follow all version documents between your old and new version, in order. For example, if upgrading from 1.3.4 to 2.1.0, read every version file from
1.4.0.mdthrough2.1.0.mdand apply each migration step sequentially. - Rebuild the app:
Workflows worker
For App Framework v2.0 and later, the@synthetiq/workflows-worker package must be installed and its version must exactly match @synthetiq/app-framework. Always update both packages together:
Pre-framework migration
Apps built before the App Framework was introduced can migrate using thepre-framework.md guide bundled in the package at node_modules/@synthetiq/app-framework/versions/pre-framework.md.
