Skip to content

v1.3.4 — Serve API unknown /api/* paths return JSON 404

Choose a tag to compare

@javimosch javimosch released this 29 Jul 06:40
· 22 commits to master since this release

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