What's New
- ci: sign GHCR docker images with cosign by @danielaskdd in #2940
- feat(embeddings): added embedding support for providers that don't support base64 encoding (e.g. Yandex Cloud) by @KirillCh143 in #2935
What's Changed
- fix(postgres): remove duplicate SET clause in upsert_edge Cypher query by @sjhddh in #2929
- feat(postgres): auto-resolve postgres vector setting by @danielaskdd in #2933
- fix(postgres): parameterize Cypher write queries to prevent injection by @sjhddh in #2931
- fix(graph): return 0 for missing node/edge degree instead of None by @sjhddh in #2930
- fix(setup): preserve storage images on compose rewrites by @danielaskdd in #2934
- Fix local setup device prompt defaults and ordering by @danielaskdd in #2939
- chore(deps): bump the react group in /lightrag_webui with 3 updates by @dependabot[bot] in #2945
- chore(deps-dev): bump the build-tools group in /lightrag_webui with 4 updates by @dependabot[bot] in #2946
- chore(deps): bump axios from 1.14.0 to 1.15.0 in /lightrag_webui in the frontend-minor-patch group by @dependabot[bot] in #2947
- chore(deps-dev): bump vite from 7.3.2 to 8.0.0 in /lightrag_webui by @dependabot[bot] in #2948
- fix(webui): graph settings not persisting when popover closes by @radioflyer28 in #2954
New Contributors
- @KirillCh143 made their first contribution in #2935
- @radioflyer28 made their first contribution in #2954
Full Changelog: v1.4.14...v1.4.15