// DEVELOPERS/Resources/Changelog

Changelog

API and SDK release notes. Subscribe to the RSS feed at /changelog.rss or follow @allohq for highlights.

v1.18May 2, 2026feature
  • New /v1/canvases/:id/stream endpoint for server sent events.
  • Webhooks now retry up to 24 hours, up from 12.
  • TS SDK 4.3: tree shakeable resource imports.
v1.17April 14, 2026
  • goal.progress_updated event added.
  • Cursor pagination on /comments.
  • Python SDK 2.1: native asyncio support via httpx.
v1.16March 28, 2026breaking

The block.coordinates field on canvas blocks is now an object with x, y, width, height. The legacy [x, y] array form is removed. Migration window expired April 1, 2026.

v1.15March 6, 2026feature
  • OAuth 2.0 with PKCE for native and SPA clients.
  • Scoped tokens. Default scope is now read only.
v1.14February 12, 2026
  • Idempotency-Key header on POST /canvases and /projects.
  • Go SDK 1.4: context aware cancellation.
// INFO · Older entries
Releases prior to v1.14 are listed in the GitHub release notes.