Skip to content

Releases: asiniscalchi/froid

v0.5.0

14 Jun 11:00
041882f

Choose a tag to compare

What's Changed

The vec0 virtual table backing daily review embeddings does not
participate in FK cascades, so invalidating a daily review (new entry
or /undo for that date) deleted the review and its embedding metadata
but orphaned the vector row in daily_review_embedding_vec forever.

Delete the vector rows explicitly before deleting the review, the same
way delete_last_for_conversation already does for journal entry
embeddings.

Co-Authored-By: Claude Fable 5 noreply@anthropic.com by @asiniscalchi in #102

Full Changelog: v0.4.0...v0.5.0

v0.4.0

21 May 06:35
ef150ec

Choose a tag to compare

What's Changed

Full Changelog: v0.3.1...v0.4.0

v0.3.1

11 May 16:24
bf43e88

Choose a tag to compare

What's Changed

  • Disable MCP allowed hosts check to support non-loopback binding by @asiniscalchi in #83

Full Changelog: v0.3.0...v0.3.1

v0.3.0

11 May 07:19
3b98c6a

Choose a tag to compare

What's Changed

Full Changelog: v0.2.1...v0.3.0

v0.2.1

01 May 19:34
3805269

Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.2.1

v0.2.0

01 May 14:11
1848793

Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.2.0

v0.1.0

29 Apr 05:19
8c5b807

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/asiniscalchi/froid/commits/v0.1.0