Releases: AppFlowy-IO/AppFlowy-Cloud
Releases · AppFlowy-IO/AppFlowy-Cloud
0.8.8
What's Changed
- feat: sync document through http request by @appflowy in #1064
- chore: stop writing to af_collab_member by @khorshuheng in #1063
- chore: support insert space between delta by @appflowy in #1069
- chore: create embed in background by @appflowy in #1071
Full Changelog: 0.8.7...0.8.8
0.8.7
What's Changed
- feat: invite to workspace email wait by @speed2exe in #1057
- chore: update validator crate by @khorshuheng in #1062
- feat: insert database row into selected database by @speed2exe in #1029
- feat: api for moving page by @khorshuheng in #1060
- chore: add logging for reindexing docs after restart by @Horusiath in #1056
- chore: bump collab that fix import notion doucment in database row by @appflowy in #1065
Full Changelog: 0.8.6...0.8.7
0.8.6
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
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
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
- @owenyang0 made their first contribution in #1049
Full Changelog: 0.8.3...0.8.4
0.8.3
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
What's Changed
- feat: support admin account creation for gotrue image by @khorshuheng in #1036
- Feat/login page by @speed2exe in #1041
- feat: chat settings by @appflowy in #1044
- fix: web update should update both disk and mem cache by @khorshuheng in #1043
- chore: setup tokio console by @appflowy in #1046
- fix: filter non space document from workspace's children by @khorshuheng in #1048
Full Changelog: 0.8.1...0.8.2
0.8.1
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
What's Changed
- S3 collab cache by @Horusiath in #1028
- chore: make collab storage switch between s3 and postgres configurable by @Horusiath in #1035
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