Skip to content

Releases: AppFlowy-IO/AppFlowy-Cloud

0.8.8

15 Dec 04:35
2ab1e94
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.8.7...0.8.8

0.8.7

12 Dec 02:09
b4a0669
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.8.6...0.8.7

0.8.6

11 Dec 01:31
2288743
Compare
Choose a tag to compare

What's Changed

  • Remove async awaits from RealtimeServerActor by @Horusiath in #1059
  • fix: update redis cache when inserting collabs in batches by @Horusiath in #1061

Full Changelog: 0.8.5...0.8.6

0.8.5

10 Dec 01:56
ee2ff89
Compare
Choose a tag to compare

What's Changed

  • fix: add validation to list database row details endpoint by @Horusiath in #1055
  • fix: gotrue admin creation without email verification by @speed2exe in #1058

Full Changelog: 0.8.4...0.8.5

0.8.4

09 Dec 06:51
b1ef534
Compare
Choose a tag to compare

What's Changed

  • fix: add the necessary environment variables for docker-compose.yml by @owenyang0 in #1049
  • fix: synchronization issue due to incorrect collab origin by @khorshuheng in #1054
  • feat: shift admin user creation responsibility to gotrue service by @khorshuheng in #1034

New Contributors

Full Changelog: 0.8.3...0.8.4

0.8.3

08 Dec 09:07
a598aed
Compare
Choose a tag to compare

What's Changed

  • chore: move collab cache for appflowy collaborate service and add metrics by @Horusiath in #1045
  • chore: remove empty map when query is empty by @appflowy in #1050

Full Changelog: 0.8.2...0.8.3

0.8.2

06 Dec 07:27
c9e984a
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.8.1...0.8.2

0.8.1

03 Dec 07:02
a827016
Compare
Choose a tag to compare

What's Changed

  • fix: set default collab s3 threshold to 8000 in appflowy cloud by @Horusiath in #1038

Full Changelog: 0.8.0...0.8.1

0.8.0

03 Dec 06:20
51bf9a8
Compare
Choose a tag to compare

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

0.7.28

03 Dec 05:09
9ff6f1c
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.7.27...0.7.28