Skip to content

v1.29.0

Choose a tag to compare

@micasa-release micasa-release released this 17 Feb 11:35
· 503 commits to main since this release

1.29.0 (2026-02-17)

Bug Fixes

  • app: address remaining low-severity audit findings (15929fd), closes #262
  • data: check seed helper errors and fix Preload soft-delete scoping (f9c13fb)
  • data: complete document delete/restore guards for all entity kinds (012b008), closes #248
  • data: enforce document size limit in CreateDocument and form layer (c9ca3ed), closes #243
  • data: exclude BLOB data column from DataDump LLM context (0120ca2), closes #250
  • data: fix month overflow, soft-delete leak, and spending filter bugs (b3099d8), closes #263
  • data: mark DeletionRecord restored when findOrCreateVendor revives vendor (c2bb766), closes #247
  • data: match _cents suffix in formatColumnValue for LLM money formatting (4cb10c9), closes #244
  • data: propagate errors from Count and Exec in AppendChatInput (e15ed81), closes #253
  • data: wrap softDelete and restoreEntity in transactions (1e700fb), closes #246
  • ui: add 5-second timeouts to ListModels calls in chat overlay (be1d11c), closes #249
  • ui: capture conversation history before goroutine in startSQLStream (aa2dbb1), closes #242
  • ui: form save-in-place, indicator polish, and dashboard/filter fixes (80e669c), closes #264
  • ui: return error from handleFormSubmit when no handler matches (5685d29), closes #252

Features

  • data: add TTL-based document cache eviction and review fixes (a5b270a)