Docmost logo

Docmost

Open-source collaborative wiki and documentation software, an alternative to Confluence and Notion.

Alternative to: notion, confluence


About Versions (59)

v0.25.0

2026-02-04
Screenshot 2026-02-02 at 14 24 18

This release focuses on improving the performance of Docmost. It includes significant infrastructure improvements, performance enhancements, and new features.

Highlights

  • Page history diff changes
  • Improved media/attachment upload experience in the editor
  • Cursor pagination for better performance with large datasets
  • Stream file serving - files are now streamed instead of loaded entirely into memory
  • Large file upload support for content imports
  • IPv6 support via configurable HOST binding
  • Metadata preservation - page icons and hierarchy are now preserved during Docmost->Docmost space import/export
  • New “Copy as Markdown” option in the page menu
  • Security fixes
  • Other bug security fixes and enhancements

If you are using the recommended compose setup, you can upgrade with:

docker pull docmost/docmost:0.25.0
docker compose up --force-recreate --build docmost -d

[!WARNING] - The API now uses cursor-based pagination instead of offset pagination. If you rely on the API directly and use pagination, make changes accordingly. See https://github.com/docmost/docmost/pull/1884#issue-3873094562 - Also the Search API endpoints will now return data.items[] instead of data[].

What’s Changed

Full Changelog: https://github.com/docmost/docmost/compare/v0.24.1…v0.25.0