Skip to content

afkbotio v1.9.6

Choose a tag to compare

@afkbot-io afkbot-io released this 27 May 08:14
· 9 commits to main since this release

Changes

  • Add a Task Flow document deletion service, API route, and repository path that removes a document and all revisions.
  • Record task history for deleted task-scoped documents when the parent task still exists.
  • Add API/service regression coverage for document deletion.

Verification

  • uv run ruff check .
  • uv run mypy .
  • uv run pytest -q
  • uv build && uvx twine check dist/*