Skip to content

v0.71.28

Choose a tag to compare

@ulsklyc ulsklyc released this 12 Jun 18:23
· 79 commits to main since this release

Fixed

  • Relative DB_PATH no longer crashes with a cryptic error: init() now creates the database directory before opening the connection and logs a clear warning when DB_PATH is relative, explaining that data will not survive container restarts and pointing to the correct absolute-path form (/data/oikos.db). Fixes #355.