This page tracks changes to the Gildea API. Each entry has:Documentation Index
Fetch the complete documentation index at: https://docs.gildea.ai/llms.txt
Use this file to discover all available pages before exploring further.
- Date — when the change was announced or shipped
- Status —
Announcement(heads-up only),Deprecated(still works, will be removed),Shipped(now live), orSunset(removed) - Affected — the endpoint, response field, or parameter that changed
- Migration — what consumers need to do, with timing
- Announcement — change announced; old behavior still works
- Soft sunset — old behavior continues but with deprecation headers / nulled fields
- Hard cutover — old behavior removed
2026-04-28 — Improved analysis extraction (v4)
Analysis articles ingested from this date forward use a refreshed extraction pipeline:- Each article now decomposes into 3-6 atomic supporting arguments (vs. 1 broader argument previously)
- Claims are extracted at the article level rather than under a single argument, removing the constraint that previously limited claim count
content_type=analysis). Event signals are unaffected.
No migration required. Code that reads decomposition.arguments[] and decomposition.claims[] works for both vintages.