Skip to content

NoteDiscovery

v0.27.2 Breaking

This release includes 1 breaking change for platform teams planning a safe upgrade.

Published 1mo Productivity & Wikis
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

alternative docker evernote fastapi free hosted
+12 more
knowledge-base markdown note note-taking notion obsidian onenote privacy python second-brain self-hosted zettelkasten

Summary

AI summary

Pagination argument renamed from max_results to limit, breaking existing tool calls.

Full changelog

What's Changed

Fixed issue #238 to remove unused variables

Wire version to VERSION file (was hardcoded "1.0.0")

  • importlib.metadata when pip-installed, file fallback for source/Docker
  • SERVER_INFO sent to clients now matches actual NoteDiscovery release

client.get_note() skips backlinks computation (perf)

  • GET /api/notes/{path}?include_backlinks=false
  • Backlinks default scan_was_vault-wide and unused by the get_note tool
  • get_backlinks tool unaffected (still uses ?include_backlinks=true)

New get_config MCP tool

  • Exposes /api/config (name, version, enabled features, autosave delay)
  • Helps the LLM understand server capabilities without trial-and-error

Pagination naming: max_results -> limit (BREAKING for tool args)

  • Aligns 3 tools with the 4th (get_recent_notes already used limit)
  • Aligns MCP schema names with the wire protocol (client/backend)
  • LLMs pick up the new name on next tools/list call; no migration code

Docker Images

This release is available as a Docker image:

docker pull ghcr.io/gamosoft/NoteDiscovery:0.27.2

Full Changelog: https://github.com/gamosoft/NoteDiscovery/compare/v0.27.1...v0.27.2

Breaking Changes

  • Pagination argument max_results renamed to limit in all tools

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track NoteDiscovery

Get notified when new releases ship.

Sign up free

About NoteDiscovery

Your Self-Hosted Knowledge Base

All releases →

Related context

Beta — feedback welcome: [email protected]