Skip to content
This repository was archived by the owner on Sep 11, 2026. It is now read-only.

0.8.0

Choose a tag to compare

@appflowy appflowy released this 03 Dec 06:20
· 936 commits to main since this release
51bf9a8

What's Changed

Important notes

  • Starting from version 0.8.0, appflowy cloud will store the collab/documents in the S3 storage, as opposed to Postgres, if the size of the collab is greater than the value set by APPFLOWY_COLLAB_S3_THRESHOLD . By default, the value is 8000 bytes, which is the maximum size that would fit a single Postgres TOAST page. If it is preferable to keep everything within postgres, you may raise this value to a large number.

Migration is not required for existing document, as AppFlowy Cloud will use postgres as a fallback if the file cannot be found on S3.

Full Changelog: 0.7.27...0.8.0