Skip to content

v0.3.1

Choose a tag to compare

@github-actions github-actions released this 21 May 09:12
· 10 commits to main since this release

Added

  • Per-KB sync locking — prevents overlapping syncs to the same Knowledge Base. If a webhook fires while a scheduled sync is running, the duplicate is skipped with a log message.
  • Dry-run via API — POST /sync/{id}?dry_run=true previews changes without uploading, returns added/modified/deleted counts.
  • Environment variable interpolation in .oikb.yaml${VAR} and ${VAR:-default} syntax in all string values. Enables GitOps workflows where secrets come from the runtime.