Skip to content

Releases: toeverything/AFFiNE

2026.5.14-canary.948

14 May 10:27
97d9ae3

Choose a tag to compare

2026.5.14-canary.948 Pre-release
Pre-release
v2026.5.14-canary.948

chore: bump up @opentelemetry/semantic-conventions version to v1.41.1…

2026.5.13-canary.954

13 May 10:28
f19a922

Choose a tag to compare

2026.5.13-canary.954 Pre-release
Pre-release
v2026.5.13-canary.954

chore: bump up @opentelemetry/sdk-node version to ^0.217.0 [SECURITY]…

2026.5.12-canary.955

12 May 10:39
ac6d0d3

Choose a tag to compare

2026.5.12-canary.955 Pre-release
Pre-release
v2026.5.12-canary.955

chore: bump up @opentelemetry/exporter-prometheus version to ^0.217.0…

2026.5.11-canary.1015

11 May 10:59
db0ff0a

Choose a tag to compare

2026.5.11-canary.1015 Pre-release
Pre-release
feat(core): migrate more pull to realtime (#14936)

#### PR Dependency Tree


* **PR #14936** 👈

This tree was auto-generated by
[Charcoal](https://github.com/danerwilliams/charcoal)

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

* **Refactor**
* Consolidated realtime subscription patterns for consistent, more
reliable live updates across comments, notifications, transcription
tasks, and embedding progress.
* Standardized realtime room naming and subscription keys for
deterministic delivery.

* **New Features**
* Introduced a reusable live-query mechanism powering realtime snapshot
+ event workflows used by comments, notifications, transcript tasks, and
embedding progress.

* **Tests**
* Added tests covering live-query behavior and deterministic
subscription key generation.

[![Review Change
Stack](https://storage.googleapis.com/coderabbit_public_assets/review-stack-in-coderabbit-ui.svg)](https://app.coderabbit.ai/change-stack/toeverything/AFFiNE/pull/14936)
<!-- end of auto-generated comment: release notes by coderabbit.ai -->

2026.5.10-canary.931

10 May 10:08
417d31c

Choose a tag to compare

2026.5.10-canary.931 Pre-release
Pre-release
fix(core): ui state (#14933)

#### PR Dependency Tree


* **PR #14933** 👈

This tree was auto-generated by
[Charcoal](https://github.com/danerwilliams/charcoal)

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

## Summary by CodeRabbit

* **New Features**
  * Added draft tab option to AI chat interface
* Introduced "Current document" session history view in chat history
popover
  * Added control to show/hide "New Chat" button

* **Improvements**
  * Enhanced chat history preservation when switching between sessions
  * Prevented duplicate session creation requests
  * Improved message handling during session transitions and generation

[![Review Change
Stack](https://storage.googleapis.com/coderabbit_public_assets/review-stack-in-coderabbit-ui.svg)](https://app.coderabbit.ai/change-stack/toeverything/AFFiNE/pull/14933)

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

2026.5.9-canary.931

09 May 10:07
fcc45a3

Choose a tag to compare

2026.5.9-canary.931 Pre-release
Pre-release
fix(server): caldav compatibility (#14930)

fix #14411
fix #14909 

Some CalDAV servers do not implement standard responses; add
compatibility for these servers.


#### PR Dependency Tree


* **PR #14930** 👈

This tree was auto-generated by
[Charcoal](https://github.com/danerwilliams/charcoal)

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

## Summary by CodeRabbit

* **Bug Fixes**
* Improved CalDAV discovery error handling to gracefully fall back when
the server returns certain error statuses.

* **New Features**
* CalDAV account linking now returns the number of discovered calendars
associated with the account.

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

2026.5.7-canary.951

07 May 10:30

Choose a tag to compare

2026.5.7-canary.951 Pre-release
Pre-release
v2026.5.7-canary.951

chore: update i18n

2026.5.6-canary.947

06 May 10:31
4e169ea

Choose a tag to compare

2026.5.6-canary.947 Pre-release
Pre-release
fix(editor): cross browser test stability (#14897)

#### PR Dependency Tree


* **PR #14897** 👈

This tree was auto-generated by
[Charcoal](https://github.com/danerwilliams/charcoal)

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

* **Bug Fixes**
* Improved reliability of shape and connector detection by forcing full
DOM renders during waits.
* Fixed race conditions in code-block theme loading and cleanup when
components unmount.
* Refined viewport element discovery to correctly handle
rotated/canvas-layer elements and avoid stale DOM removal.

* **Tests**
  * Increased polling timeouts and retries to reduce flakiness.
* Disabled per-file parallelism and ensured test setup performs full
cleanup before starting; extended test timeout.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->

2026.4.10-canary.928

10 Apr 10:04

Choose a tag to compare

2026.4.10-canary.928 Pre-release
Pre-release
v2026.4.10-canary.928

chore: bump deps

2026.4.7-canary.925

07 Apr 10:00
156cfc7

Choose a tag to compare

2026.4.7-canary.925 Pre-release
Pre-release
v2026.4.7-canary.925

fix(core): improve table header sorting logic in processTable functio…