v1.3.4 — Serve API unknown /api/* paths return JSON 404
v1.3.4 — Serve API unknown /api/* paths return JSON 404
Bug Fixes
Unknown /api/* paths return JSON 404:
Unknown /api/* paths (e.g. /api/unknown) now return a JSON 404 error instead of Go's default plain-text 404 page not found. This completes the v1.3.2 "all serve API errors return JSON" contract — previously only known endpoints returned JSON errors, while unknown API paths leaked the default http.NotFound handler. Non-API paths (UI routes) still return plain-text 404.
Smoke Tests
Verified query/recommend/related/recall/list limit edge cases, edit/delete/import validation, bridge/setup, and all serve API error paths. All regression queries still return correct results.
Full changelog: https://github.com/javimosch/memgraph-cli/blob/main/docs/changelog-2026-07.html