v0.14.0
[0.14.0] - 2025-10-22
If you are upgrading from v0.13.4 and below, this version includes breaking changes to the internal directory, calendar and contacts. Please read the upgrading documentation for more information on how to upgrade from previous versions.
Added
- JMAP for Calendars (draft-ietf-jmap-calendars).
- JMAP for Contacts (RFC 9610).
- JMAP for File Storage (draft-ietf-jmap-filenode).
- JMAP Sharing (RFC 9670)
- CalDAV: support for
supported-calendar-component-set(#1893) - i18n: Greek language support (contributed by @infl00p)
- i18n: Swedish language support (contributed by @purung)
Changed
- Breaking Database Changes (migrated automatically on first start):
- Internal directory schema changed.
- Calendar and Contacts storage schema changed.
- Sieve scripts storage schema changed.
- Push Subscriptions storage schema changed.
- Replaced
sieve.untrusted.limits.max-scriptsandjmap.push.max-totalwithobject-quota.*settings. - Cluster node roles now allow sharding.
Fixed
- Push Subscription: Clean-up of expired subscriptions and cluster notification of changes (#1248)
- CalDAV: Per-user CalDAV properties (#2058)