Change Updates

Do not miss any core API changes, ever again

Subscribe to the core API changelog to be up to date on recent changes.

RSS

Dec 23, 2025

main
0.1.0
Compare

API structure has changed

6 structure changes including:
6 Modifications
Modified 6 Breaking
GET /blocks/query/by_embedding
  • Response
  • 200 response Modified
    • application/json content type Modified
      • integer-1 property Modified
        • Type went from string | null to integer | null
          Breaking
GET /blocks/recent
  • Response
  • 200 response Modified
    • application/json content type Modified
      • integer-1 property Modified
        • Type went from string | null to integer | null
          Breaking
GET /blocks/{block_id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • integer-1 property Modified
        • Type went from string | null to integer | null
          Breaking
PATCH /blocks/{block_id}
  • Body
  • application/json content type Modified
    • integer-1 property Modified
      • Type went from string | null to integer | null
        Breaking
  • Response
  • 200 response Modified
    • application/json content type Modified
      • integer-1 property Modified
        • Type went from string | null to integer | null
          Breaking
POST /blocks
  • Body
  • application/json content type Modified
    • integer-1 property Modified
      • Type went from string | null to integer | null
        Breaking
  • Response
  • 200 response Modified
    • application/json content type Modified
      • integer-1 property Modified
        • Type went from string | null to integer | null
          Breaking
PUT /graph
  • Body
  • application/json content type Modified
    • block property Modified
      • integer-1 property Modified
        • Type went from string | null to integer | null
          Breaking
  • Response
  • 200 response Modified
    • application/json content type Modified
      • blocks property Modified
        • integer-1 property Modified
          • Type went from string | null to integer | null
            Breaking