Skip to main content
Track additions, changes, deprecations, and breaking changes to the public Datagrid REST API and the datagrid-ai SDK, organized by product area.

Converse

2026-07-03 · datagrid-ai@0.17.0
  • Breakingmode is now required on POST /v1/converse. Requests without it are rejected with 400 Bad Request. (reference)
    • Migration: Pass mode: "default" to preserve the prior behavior.

Automations

2026-06-25 · datagrid-ai@0.16.1
  • AddedAdded agent automations to the public API. You can now create, list, retrieve, update, and delete scheduled runAgent automations under /v1/agents/{agent_id}/automations. Create paused automations with the optional enabled flag. (reference)

Knowledge

2026-07-03 · datagrid-ai@0.17.0
  • ChangedGET /v1/knowledge now returns a status field per item and supports filtering by it via the status query parameter. (reference)
2026-07-03 · datagrid-ai@0.17.0
  • AddedAdded POST /v1/search/ai for natural-language search across your connected knowledge. (reference)

Conversations

2026-07-03 · datagrid-ai@0.17.0
  • DeprecatedThe context field on POST /v1/conversations is deprecated in favor of knowledge_ids and will be removed in a future release. (reference)
    • Migration: Move context values into knowledge_ids.

Files

2026-07-03 · datagrid-ai@0.17.0
  • RemovedRemoved the previously deprecated GET /v1/files/{file_id}/raw endpoint. (reference)
    • Migration: Use GET /v1/files/{file_id}/content, which returns the same bytes with a stable content type.