[PR #4819] [MERGED] chore: bump client api #6465

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/4819
Author: @appflowy
Created: 3/4/2024
Status: Merged
Merged: 3/7/2024
Merged by: @appflowy

Base: mainHead: ws_client_ver


📝 Commits (8)

📊 Changes

17 files changed (+150 additions, -111 deletions)

View changed files

📝 .github/workflows/rust_ci.yaml (+21 -0)
📝 frontend/appflowy_flutter/lib/env/cloud_env.dart (+2 -2)
📝 frontend/appflowy_tauri/src-tauri/Cargo.lock (+17 -15)
📝 frontend/appflowy_tauri/src-tauri/Cargo.toml (+1 -1)
📝 frontend/appflowy_web/wasm-libs/Cargo.lock (+20 -12)
📝 frontend/appflowy_web/wasm-libs/Cargo.toml (+1 -1)
📝 frontend/appflowy_web/wasm-libs/af-wasm/src/lib.rs (+2 -2)
📝 frontend/appflowy_web/wasm-libs/af-wasm/tests/util/tester.rs (+1 -1)
📝 frontend/rust-lib/Cargo.lock (+21 -13)
📝 frontend/rust-lib/Cargo.toml (+1 -1)
📝 frontend/rust-lib/event-integration/src/user_event.rs (+2 -2)
📝 frontend/rust-lib/flowy-database2/build.rs (+8 -5)
📝 frontend/rust-lib/flowy-server/src/af_cloud/impls/user/cloud_service_impl.rs (+1 -1)
📝 frontend/rust-lib/flowy-server/src/af_cloud/server.rs (+10 -19)
📝 frontend/rust-lib/flowy-server/src/server.rs (+1 -1)
📝 frontend/rust-lib/flowy-server/tests/af_cloud_test/util.rs (+2 -2)
📝 frontend/rust-lib/flowy-user/src/services/db.rs (+39 -33)

📄 Description

  • Set version when starting WS connection

🔄 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/4819 **Author:** [@appflowy](https://github.com/appflowy) **Created:** 3/4/2024 **Status:** ✅ Merged **Merged:** 3/7/2024 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `ws_client_ver` --- ### 📝 Commits (8) - [`7b0f08a`](https://github.com/AppFlowy-IO/AppFlowy/commit/7b0f08ad14b985d3b9fc70c5e42cb2dd95cb8285) chore: bump client api - [`1add002`](https://github.com/AppFlowy-IO/AppFlowy/commit/1add002a6e317bc813489426f5b1c4a9ce303ce0) chore: bump client api - [`1270c61`](https://github.com/AppFlowy-IO/AppFlowy/commit/1270c6179ee7cebca42d26947b9f996a9fcaab21) chore: update ci - [`b401f67`](https://github.com/AppFlowy-IO/AppFlowy/commit/b401f6749cec099fc5225d27defda91feaccfbd4) chore: update client api - [`79502e8`](https://github.com/AppFlowy-IO/AppFlowy/commit/79502e81ebaafeee90bc05bd16a0fb018a21b221) chore: ci config - [`b769787`](https://github.com/AppFlowy-IO/AppFlowy/commit/b7697877a7c6f1b4a92d6ec79ec1cff5d4ad21ad) chore: bump client api - [`1d153e5`](https://github.com/AppFlowy-IO/AppFlowy/commit/1d153e592cad337d8ab9971652baed2282dbcd2e) chore: bump client api - [`a7860f8`](https://github.com/AppFlowy-IO/AppFlowy/commit/a7860f8400f92fca5585a8af2bf1f08e7cd616cc) chore: bump client api ### 📊 Changes **17 files changed** (+150 additions, -111 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/rust_ci.yaml` (+21 -0) 📝 `frontend/appflowy_flutter/lib/env/cloud_env.dart` (+2 -2) 📝 `frontend/appflowy_tauri/src-tauri/Cargo.lock` (+17 -15) 📝 `frontend/appflowy_tauri/src-tauri/Cargo.toml` (+1 -1) 📝 `frontend/appflowy_web/wasm-libs/Cargo.lock` (+20 -12) 📝 `frontend/appflowy_web/wasm-libs/Cargo.toml` (+1 -1) 📝 `frontend/appflowy_web/wasm-libs/af-wasm/src/lib.rs` (+2 -2) 📝 `frontend/appflowy_web/wasm-libs/af-wasm/tests/util/tester.rs` (+1 -1) 📝 `frontend/rust-lib/Cargo.lock` (+21 -13) 📝 `frontend/rust-lib/Cargo.toml` (+1 -1) 📝 `frontend/rust-lib/event-integration/src/user_event.rs` (+2 -2) 📝 `frontend/rust-lib/flowy-database2/build.rs` (+8 -5) 📝 `frontend/rust-lib/flowy-server/src/af_cloud/impls/user/cloud_service_impl.rs` (+1 -1) 📝 `frontend/rust-lib/flowy-server/src/af_cloud/server.rs` (+10 -19) 📝 `frontend/rust-lib/flowy-server/src/server.rs` (+1 -1) 📝 `frontend/rust-lib/flowy-server/tests/af_cloud_test/util.rs` (+2 -2) 📝 `frontend/rust-lib/flowy-user/src/services/db.rs` (+39 -33) </details> ### 📄 Description * Set version when starting WS connection --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 22:23:21 +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#6465
No description provided.