For the complete documentation index, see llms.txt. This page is also available as Markdown.

June 30, 2026

Taskade developer changelog — June 30, 2026: private per-user data for Taskade Genesis apps, OIDC sign-in hardening, and static public/ folder support.

Developer highlights. This section tracks API, MCP, SDK, automation, and Taskade Genesis platform changes for developers. For the full product changelog see taskade.com/changelog; for release newsletters see taskade.com/blog/updates.

What's New:

Private Per-User Data for Taskade Genesis Apps (Row Scoping)

You can now turn on Private per-user data for a published Taskade Genesis app directly from the publish menu — no support ticket needed. Pick the project field that identifies each row's owner, and signed-in app users only see the rows that belong to them; rows created through the app are tagged to the signed-in user automatically. See Add login and roles.


Hardened OIDC Sign-In for Taskade Genesis Apps

OIDC sign-in for Taskade Genesis apps now rejects the insecure plain PKCE method (only S256 is accepted) and strictly validates that redirect_uri matches the app's own origin. Standards-compliant integrations keep working unchanged. See Genesis Authentication.


Static Files via public/ in the App Builder

Taskade Genesis apps can now include a public/ folder whose contents are passed straight through to the published app — drop in images, fonts, robots.txt, or other static assets and reference them by path.


Improvements & Fixes:

  • Deleting a custom domain now shows its confirmation dialog correctly above the Settings modal.

  • General stability, performance, and connector reliability improvements.

Last updated

Was this helpful?