[PR #4348] [MERGED] chore: bump collab #6208

Closed
opened 2026-03-23 22:22:12 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/4348
Author: @appflowy
Created: 1/10/2024
Status: Merged
Merged: 1/10/2024
Merged by: @appflowy

Base: mainHead: bump_collab


📝 Commits (5)

📊 Changes

13 files changed (+150 additions, -60 deletions)

View changed files

📝 frontend/appflowy_tauri/src-tauri/Cargo.lock (+17 -29)
📝 frontend/appflowy_tauri/src-tauri/Cargo.toml (+1 -1)
📝 frontend/rust-lib/Cargo.lock (+49 -10)
📝 frontend/rust-lib/Cargo.toml (+1 -1)
📝 frontend/rust-lib/flowy-ai/tests/text/mod.rs (+1 -1)
📝 frontend/rust-lib/flowy-document/src/manager.rs (+6 -0)
📝 frontend/rust-lib/flowy-server/src/af_cloud/impls/user/cloud_service_impl.rs (+14 -11)
📝 frontend/rust-lib/flowy-server/src/af_cloud/server.rs (+9 -2)
📝 frontend/rust-lib/flowy-server/tests/af_cloud_test/util.rs (+13 -3)
📝 frontend/rust-lib/flowy-user/src/services/data_import/appflowy_data_import.rs (+15 -2)
📝 frontend/rust-lib/lib-infra/Cargo.toml (+4 -0)
frontend/rust-lib/lib-infra/src/compression.rs (+17 -0)
📝 frontend/rust-lib/lib-infra/src/lib.rs (+3 -0)

📄 Description

  1. Support compressing the collab data
  2. improve the speed while importing appflowy data folder

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/AppFlowy-IO/AppFlowy/pull/4348 **Author:** [@appflowy](https://github.com/appflowy) **Created:** 1/10/2024 **Status:** ✅ Merged **Merged:** 1/10/2024 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `bump_collab` --- ### 📝 Commits (5) - [`93a7a94`](https://github.com/AppFlowy-IO/AppFlowy/commit/93a7a940583fd0c55089d0aa42bde828ab21562b) chore: bump collab - [`b499985`](https://github.com/AppFlowy-IO/AppFlowy/commit/b499985ba9ec690fe88b9be50b2f4716beb29697) chore: optimize import - [`02ba7ab`](https://github.com/AppFlowy-IO/AppFlowy/commit/02ba7abc7af5b40d49debf1faaff91453686567c) Merge branch 'main' into bump_collab - [`e0b8efd`](https://github.com/AppFlowy-IO/AppFlowy/commit/e0b8efd32a3eebc21b30d74292460bcdef6605f2) chore: bump - [`a78679b`](https://github.com/AppFlowy-IO/AppFlowy/commit/a78679b810935e408c79357337902a163f9fbde3) chore: disable ai test ### 📊 Changes **13 files changed** (+150 additions, -60 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_tauri/src-tauri/Cargo.lock` (+17 -29) 📝 `frontend/appflowy_tauri/src-tauri/Cargo.toml` (+1 -1) 📝 `frontend/rust-lib/Cargo.lock` (+49 -10) 📝 `frontend/rust-lib/Cargo.toml` (+1 -1) 📝 `frontend/rust-lib/flowy-ai/tests/text/mod.rs` (+1 -1) 📝 `frontend/rust-lib/flowy-document/src/manager.rs` (+6 -0) 📝 `frontend/rust-lib/flowy-server/src/af_cloud/impls/user/cloud_service_impl.rs` (+14 -11) 📝 `frontend/rust-lib/flowy-server/src/af_cloud/server.rs` (+9 -2) 📝 `frontend/rust-lib/flowy-server/tests/af_cloud_test/util.rs` (+13 -3) 📝 `frontend/rust-lib/flowy-user/src/services/data_import/appflowy_data_import.rs` (+15 -2) 📝 `frontend/rust-lib/lib-infra/Cargo.toml` (+4 -0) ➕ `frontend/rust-lib/lib-infra/src/compression.rs` (+17 -0) 📝 `frontend/rust-lib/lib-infra/src/lib.rs` (+3 -0) </details> ### 📄 Description 1. Support compressing the collab data 2. improve the speed while importing appflowy data folder --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 22:22:12 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
AppFlowy-IO/AppFlowy#6208
No description provided.