What NangoHQ/nango shipped
Generated by FoxPlug from public activity — not affiliated with Nango.
Week of September 14, 2026
What shipped
- Scheduled functions now execute as the same entity type as regular functions, with optional logId and variant fields in the orchestrator payload. Pull request #7563
- Dashboard login and consent flow added to the OAuth server, with cookies on api.nango.dev to reuse existing session cookies. Pull request #7481
- Free plans now have a 10 GB monthly data-transfer cap enforced across proxy, webhooks, functions, and record reads. Pull request #7413
- Neon MCP added as a dynamically registered OAuth2 provider with read and write scopes. Pull request #7545
- Stripe App Sandbox appDomain moved from per-connection to per-integration configuration. Pull request #7227
- Hex MCP provider support added. Pull request #7578
- Autumn, a billing and subscription layer, added as an API key provider. Pull request #7576
- Linkly URL shortener added as an API key provider. Pull request #7516
- Dashboard redirects to the originally requested page after login instead of the home page. Pull request #7520
- Growth add-on management cron runs hourly to report, activate, and terminate add-ons. Pull request #7530
Why it matters
The week focused on integrations (five new providers added), billing features (data transfer cap and add-on scheduling), and platform improvements (scheduled functions, OAuth consent flow, billing deep links). These changes address both integration coverage and subscription management for growing deployments.
Changelog entry
- feat(integrations): add support for hex mcp Pull request #7578
- fix(webapp): land billing deep links on the right section Pull request #7567
- feat(providers): move stripe-app-sandbox appDomain to integration_config Pull request #7227
- refactor(records): share one helper for composite model names Pull request #7415
- fix(connect-ui): stop the theme flashing before the dialog loads Pull request #7497
- feat(integrations): add Autumn (API key) Pull request #7576
- feat: scheduled functions can execute Pull request #7563
- feat(oauth): add dashboard login and consent flow Pull request #7481
- feat(integrations): add Linkly (API key) Pull request #7516
- feat(auth): return to the requested page after login Pull request #7520
- feat(usage): cap free-plan data transfer at 10 GB monthly Pull request #7413
- feat(integrations): add Neon MCP support Pull request #7545
- feat(plans): growth add-on management cron Pull request #7530
This week: scheduled functions unified in orchestrator, Free plans now have 10GB monthly data transfer cap, Neon MCP added, plus Hex, Autumn, and Linkly integrations. Dashboard now returns you to your original page after login.
This week in Nango: scheduled functions unified in the orchestrator payload, Free plans now enforce a 10 GB monthly data-transfer cap, Neon MCP added as a dynamically registered provider. Three new integrations: Autumn (billing layer), Linkly (URL shortener), and Hex. Platform improvements include dashboard returning you to your originally requested page after login and Stripe App Sandbox configuration moving to the integration level.