Skip to content

Releases: toeverything/AFFiNE

2025.12.6-canary.903

06 Dec 10:07

Choose a tag to compare

2025.12.6-canary.903 Pre-release
Pre-release
v2025.12.6-canary.903

fix: lint

2025.11.28-canary.904

28 Nov 10:06
bcc892c

Choose a tag to compare

2025.11.28-canary.904 Pre-release
Pre-release
v2025.11.28-canary.904

fix(editor): one-time size mismatch during surface-block resize after…

2025.11.27-canary.904

27 Nov 10:33
88a2e4a

Choose a tag to compare

2025.11.27-canary.904 Pre-release
Pre-release
fix: improved error description of proxy size limits (#14016)

**Summary:**
This PR improves the user feedback when encountering an HTTP 413
(_CONTENT_TOO_LARGE)_ error caused by a file size limit in the proxy /
ingress controller in a self-hosted environment.

**Example scenario:**
A self-hosted environment serves AFFiNE through an nginx proxy, and the
`client_max_body_size` variable in the configuration file is set to a
smaller size (e.g. 1MB) than AFFiNE's own file size limit (typically
100MB). Previously, the user would get an error saying the file is
larger than 100MB regardless of file size, as all of these cases
resulted in the same internal error. With this fix, the
_CONTENT_TOO_LARGE_ error is now handled separately and gives better
feedback to the user that the failing upload is caused by a fault in the
proxy configuration.

**Screenshot of new error message**

<img width="798" height="171" alt="1MB_now"
src="https://github.com/user-attachments/assets/07b00cd3-ce37-4049-8674-2f3dcb916ab5"
/>


**Affected files:**
  1. packages/common/nbstore/src/storage/errors/over-size.ts
  2. packages/common/nbstore/src/impls/cloud/blob.ts


I'm open to any suggestions in terms of the wording used in the message
to the user. The fix has been tested with an nginx proxy.


<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

* **Bug Fixes**
* Improved user-facing error messages for file upload failures. When an
upload exceeds the file size limit, users now receive a clearer message
indicating that the upload was stopped by the network proxy due to the
size restriction, providing better understanding of why the upload was
rejected.

<sub>✏️ Tip: You can customize this high-level summary in your review
settings.</sub>

<!-- end of auto-generated comment: release notes by coderabbit.ai -->

2025.11.21-canary.904

21 Nov 14:03
1d9fe3b

Choose a tag to compare

2025.11.21-canary.904 Pre-release
Pre-release
v2025.11.21-canary.904

fix(core): pressing ENTER on database title now switches focus instea…

2025.11.19-canary.904

19 Nov 10:04

Choose a tag to compare

2025.11.19-canary.904 Pre-release
Pre-release
v2025.11.19-canary.904

chore: ignore empty key

2025.11.16-canary.903

16 Nov 10:17

Choose a tag to compare

2025.11.16-canary.903 Pre-release
Pre-release
v2025.11.16-canary.903

chore: cleanup logs

0.25.5

16 Nov 02:45

Choose a tag to compare

What's Changed

  • Desktop: upgraded Electron has fixed an issue that could cause excessive CPU usage on macOS.

  • Translation: Korean and Catalan.

  • Database blocks: grouped rows now can remember collapsed state.

  • New importer: bring in docs directly from Word (.docx) files.

  • Editor Setting: font size adjustment in editor settings.

  • Fixed bugs: date picker behavior & mermaid styles.

  • Fixed bugs: synchronous data may be delayed to store.

New Contributors

Full Changelog: v0.25.4...v0.25.5

0.25.4

14 Nov 14:07
v0.25.4
6ec1948

Choose a tag to compare

What's Changed

Editor & Content

  • Improved Notion import with folder hierarchy and page icons.
  • Better linked/synced doc handling: new trash state, more stable cross-document clipboard, and popover behavior fixed when switching layouts.
  • Cleaner exports/prints: hide the “Add icon” label when no icon is set.
  • New editor callout component for richer documents.

Desktop & Native Apps

  • Added a native doc reader for faster indexing.
  • Electron and Next.js upgraded for stability and future features.

Server

  • Improve transcription stability
  • Fix AI model picker in Self Hosted
  • Security-oriented dependency bumps

New Contributors

Full Changelog: v0.25.1...v0.25.4