What's New
- Feat: add make dev bootstrap target by @danielaskdd in #2870
- Feat: Add PostgreSQL performance timing instrumentation by @danielaskdd in #2855
What's Changed
- perf(storage): add cooperative yielding to prevent event loop blocking by @danielaskdd in #2847
- fix: sanitize entity_type in Memgraph upsert_node to prevent Cypher injection (CWE-89) by @sebastiondev in #2849
- perf(doc-status): add get_docs_by_statuses to all backends and fix PG pool/pagination bugs by @danielaskdd in #2853
- Fix setup .env regeneration for preserved custom variables by @danielaskdd in #2854
- Fix missing file_path in entity merge upserts by @danielaskdd in #2857
- fix(memgraph): preserve start node in knowledge graph query by @danielaskdd in #2868
- fix(auth): reject default JWT secret when AUTH_ACCOUNTS is configured by @danielaskdd in #2869
- fix(postgres): handle quoted AGE entity ids in edge retrieval by @danielaskdd in #2872
New Contributors
- @sebastiondev made their first contribution in #2849
Full Changelog: v1.4.12...v1.4.13