v0.11.0
What's Changed
- Bump dependencies by Musthaq Ahamad (@haxzie) in #2382
- Chore: update provider packages to 0.5.0 by Musthaq Ahamad (@haxzie) in #2384
- Update composio client package to fix authConfig update changes by Musthaq Ahamad (@haxzie) in #2391
- Release: update version by Musthaq Ahamad (@haxzie) in #2393
- fix(ts): telemetry batch upload by Alberto Schiabel (@jkomyno) in #2322
- feat(cli): cleanup by Alberto Schiabel (@jkomyno) in #2396
- fix(ts/core): zod compat #2336 by Alberto Schiabel (@jkomyno) in #2399
- fix(cli): use latest tool version, fix
generateTypeFromJsonSchemaby Alberto Schiabel (@jkomyno) in #2397 - feat(cli): optimize
@composio/clientbandwidth usage; introduce debug metrics #2394 by Alberto Schiabel (@jkomyno) in #2398 - Fix prevent providers from bundling @composio/core types by Musthaq Ahamad (@haxzie) in #2401
- Release: update version by Musthaq Ahamad (@haxzie) in #2403
- #2410
- Fix file upload ts doc snippets by Musthaq Ahamad (@haxzie) in #2414
- feat(ci): QoL improvements by Alberto Schiabel (@jkomyno) in #2404
- Fix file upload/download for tools with anyOf schema by Musthaq Ahamad (@haxzie) in #2416
- Fix github workflow versions by Musthaq Ahamad (@haxzie) in #2420
- Release: update version by Musthaq Ahamad (@haxzie) in #2421
- fix(ci): fix github actions commits by Alberto Schiabel (@jkomyno) in #2422
- docs(changelog): add file TTL configuration changelog by lingalarahul7 in #2418
- Fix multi connected in initiate not respecting inactive accounts by Musthaq Ahamad (@haxzie) in #2429
- Release: update version by Musthaq Ahamad (@haxzie) in #2430
- chore: add secrets detection workflow for pull requests by Srujan (@acsrujan) in #2431
- feat(ts/core): support redirect_url in connectedAccounts by Alberto Schiabel (@jkomyno) in #2424
- feat(ts/core): default to important tools by Alberto Schiabel (@jkomyno) in #2425
- Add .agent_cache and cursor rules for bugfix, testing and api updates by Musthaq Ahamad (@haxzie) in #2434
- docs: Update Python SDK reference by @github-actions[bot] in #2366
- Update client dependencies and add experimental assistive prompt by Musthaq Ahamad (@haxzie) in #2446
- Release: update version by Musthaq Ahamad (@haxzie) in #2448
- docs: Update TypeScript SDK reference by @github-actions[bot] in #2345
- feat(ts/core): [breaking] remove node:crypto usage from triggers, composio.triggers.verifyWebhook is now async by Alberto Schiabel (@jkomyno) in #2436
- feat(ts/core): platform-specific file tool modifier by Alberto Schiabel (@jkomyno) in #2437
- fix(py): fix SALESFORCE_CREATE_LEAD Type Error with custom_fields by Alberto Schiabel (@jkomyno) in #2426
- feat(ts/core): refactor usage of node:buffer into Uint8Array, enforcing it via eslint by Alberto Schiabel (@jkomyno) in #2438
- feat(ts/e2e-tests): more Cloudflare Workers e2e tests by Alberto Schiabel (@jkomyno) in #2439
- docs: Update Python SDK reference by @github-actions[bot] in #2447
- docs: Update TypeScript SDK reference by @github-actions[bot] in #2449
- feat(ts/e2e): refactor Node.js e2e tests by Alberto Schiabel (@jkomyno) in #2461
- feat(ts): [breaking] add support for Mastra v1 + e2e tests with Tool Router by Alberto Schiabel (@jkomyno) in #2433
- fix(docs): Fix 500 error on .md endpoints by Soham (@sohamganatra) in #2479
- fix(docs): Fix API reference OpenAPI pages not loading by Soham (@sohamganatra) in #2488
- chore: update gitleaks reference by Srujan (@acsrujan) in #2498
- fix(docs): Add redirects for 27 monitored 404 paths by Soham (@sohamganatra) in #2515
- fix(py): coerce stringified default values to match JSON schema by Alberto Schiabel (@jkomyno) in #2506
- feat(docs): Add Playground link to navbar by Soham (@sohamganatra) in #2516
- Fix tool fetching issues when executing tools with specific version by Musthaq Ahamad (@haxzie) in #2518
- docs: Update toolkits and API data by @github-actions[bot] in #2519
- SDK release Py.v0.10.11/Ts.v0.6.0 by Musthaq Ahamad (@haxzie) in #2521
- Update python package versions to be minor by Musthaq Ahamad (@haxzie) in #2522
Full Changelog: v0.10.6...v0.11.0
What's Changed
- Bump dependencies by Musthaq Ahamad (@haxzie) in #2382
- Chore: update provider packages to 0.5.0 by Musthaq Ahamad (@haxzie) in #2384
- Fumadocs: refine dark theme and hover styles by Malay Vasa (@Malayvasa) in #2380
- feat(fumadocs): add Twoslash type checking for code blocks by Sushmitha Mallesh (@Sushmithamallesh) in #2371
- Update composio client package to fix authConfig update changes by Musthaq Ahamad (@haxzie) in #2391
- Release: update version by Musthaq Ahamad (@haxzie) in #2393
- fix(ts): telemetry batch upload by Alberto Schiabel (@jkomyno) in #2322
- feat(cli): cleanup by Alberto Schiabel (@jkomyno) in #2396
- fix(ts/core): zod compat #2336 by Alberto Schiabel (@jkomyno) in #2399
- fix(cli): use latest tool version, fix
generateTypeFromJsonSchemaby Alberto Schiabel (@jkomyno) in #2397 - feat(cli): optimize
@composio/clientbandwidth usage; introduce debug metrics #2394 by Alberto Schiabel (@jkomyno) in #2398 - Fix prevent providers from bundling @composio/core types by Musthaq Ahamad (@haxzie) in #2401
- Release: update version by Musthaq Ahamad (@haxzie) in #2403
- chore: rename fumadocs directory to docs by Sushmitha Mallesh (@Sushmithamallesh) in #2407
- docs: add callbackUrl to custom auth config examples by Sushmitha Mallesh (@Sushmithamallesh) in #2410
- fix(docs): fix search API 500 error by Sushmitha Mallesh (@Sushmithamallesh) in #2409
- fix(docs): improve accessibility and UI refinements by Sushmitha Mallesh (@Sushmithamallesh) in #2413
- Fix file upload ts doc snippets by Musthaq Ahamad (@haxzie) in #2414
- Docs: AI fixes by Sushmitha Mallesh (@Sushmithamallesh) in #2415
- feat(ci): QoL improvements by Alberto Schiabel (@jkomyno) in #2404
- Fix file upload/download for tools with anyOf schema by Musthaq Ahamad (@haxzie) in #2416
- Fix github workflow versions by Musthaq Ahamad (@haxzie) in #2420
- Release: update version by Musthaq Ahamad (@haxzie) in #2421
- fix(ci): fix github actions commits by Alberto Schiabel (@jkomyno) in #2422
- docs(changelog): add file TTL configuration changelog by lingalarahul7 in #2418
- docs(changelog): sync January 2026 changelogs from fern by Sushmitha Mallesh (@Sushmithamallesh) in #2428
- Fix multi connected in initiate not respecting inactive accounts by Musthaq Ahamad (@haxzie) in #2429
- Release: update version by Musthaq Ahamad (@haxzie) in #2430
- chore: add secrets detection workflow for pull requests by Srujan (@acsrujan) in #2431
- feat(ts/core): support redirect_url in connectedAccounts by Alberto Schiabel (@jkomyno) in #2424
- feat(ts/core): default to important tools by Alberto Schiabel (@jkomyno) in #2425
- Add .agent_cache and cursor rules for bugfix, testing and api updates by Musthaq Ahamad (@haxzie) in #2434
- feat(docs): Combining Tool router and Docs: (slice 1) by Sushmitha Mallesh (@Sushmithamallesh) in #2427
- Fix CORS issues in API reference playground by Sushmitha Mallesh (@Sushmithamallesh) in #2440
- Docs: Restructure sidebar, update welcome page, add Features section by Sushmitha Mallesh (@Sushmithamallesh) in #2441
- feat(docs): Add authentication details and tool types section to toolkit pages by Sushmitha Mallesh (@Sushmithamallesh) in #2443
- docs: merge Tool Router section into main docs by Sushmitha Mallesh (@Sushmithamallesh) in #2444
- docs: Update Python SDK reference by @github-actions[bot] in #2366
- Update client dependencies and add experimental assistive prompt by Musthaq Ahamad (@haxzie) in #2446
- Release: update version by Musthaq Ahamad (@haxzie) in #2448
- docs: Update TypeScript SDK reference by @github-actions[bot] in #2345
- feat(ts/core): [breaking] remove node:crypto usage from triggers, composio.triggers.verifyWebhook is now async by Alberto Schiabel (@jkomyno) in #2436
- feat(ts/core): platform-specific file tool modifier by Alberto Schiabel (@jkomyno) in #2437
- docs: update welcome page and simplify user management by Sushmitha Mallesh (@Sushmithamallesh) in #2453
- docs: Sync January 2026 changelog from fern to fumadocs by Sushmitha Mallesh (@Sushmithamallesh) in #2456
- fix(py): fix SALESFORCE_CREATE_LEAD Type Error with custom_fields by Alberto Schiabel (@jkomyno) in #2426
- feat(ts/core): refactor usage of node:buffer into Uint8Array, enforcing it via eslint by Alberto Schiabel (@jkomyno) in #2438
- feat(ts/e2e-tests): more Cloudflare Workers e2e tests by Alberto Schiabel (@jkomyno) in #2439
- docs: Update Python SDK reference by @github-actions[bot] in #2447
- docs: Update TypeScript SDK reference by @github-actions[bot] in #2449
- feat(docs): Revamp Quickstart with IntegrationTabs component by Sushmitha Mallesh (@Sushmithamallesh) in #2457
- docs: improve authentication page with video and card styling by Sushmitha Mallesh (@Sushmithamallesh) in #2458
- docs: improve tools and toolkits concept page by Sushmitha Mallesh (@Sushmithamallesh) in #2460
- docs: improve welcome page and update terminology by Sushmitha Mallesh (@Sushmithamallesh) in #2464
- docs: add missing twoslash CSS for type hover popups by Sushmitha Mallesh (@Sushmithamallesh) in #2465
- chore: refresh toolkits data from API by Sushmitha Mallesh (@Sushmithamallesh) in #2466
- fix: update Decimal widget config for preview deployments by Sushmitha Mallesh (@Sushmithamallesh) in #2467
- docs: content improvements - Skills, quickstart updates, deprecations by Sushmitha Mallesh (@Sushmithamallesh) in #2468
- feat(ts/e2e): refactor Node.js e2e tests by Alberto Schiabel (@jkomyno) in #2461
- feat(ts): [breaking] add support for Mastra v1 + e2e tests with Tool Router by Alberto Schiabel (@jkomyno) in #2433
- feat(docs): Add sitemap.xml generation by Sushmitha Mallesh (@Sushmithamallesh) in #2474
- feat(docs): Add sitemap.xml generation by Sushmitha Mallesh (@Sushmithamallesh) in #2475
- feat(docs): Add sitemap.xml with all pages by Sushmitha Mallesh (@Sushmithamallesh) in #2476
- fix(docs): Fix duplicate TOC entries in quickstart page by Sushmitha Mallesh (@Sushmithamallesh) in #2477
- docs: SEO improvements - OG images, robots.txt, and CLAUDE.md restructure by Sushmitha Mallesh (@Sushmithamallesh) in #2478
- fix(docs): add custom metadata for reference index page by Sushmitha Mallesh (@Sushmithamallesh) in #2481
- docs: SEO improvements for documentation site by Sushmitha Mallesh (@Sushmithamallesh) in #2480
- fix(docs): Fix 500 error on .md endpoints by Soham (@sohamganatra) in #2479
- fix(docs): add error handling to getLLMText for llms.txt by Sushmitha Mallesh (@Sushmithamallesh) in #2482
- docs: replace 'integration' with 'toolkits' in docs copy by Rahul Tarak (@CryogenicPlanet) in #2484
- fix(docs): remove category filter from toolkits page by Sushmitha Mallesh (@Sushmithamallesh) in #2486
- docs: replace fumadocs OG image routes with og.composio.dev by Rahul Tarak (@CryogenicPlanet) in #2489
- docs: improve toolkit page SEO descriptions by Rahul Tarak (@CryogenicPlanet) in #2485
- fix(docs): Fix API reference OpenAPI pages not loading by Soham (@sohamganatra) in #2488
- fix(docs): generate comprehensive toolkit list for /toolkits.md by Sushmitha Mallesh (@Sushmithamallesh) in #2492
- fix(docs): Add SEO description fallback for API reference pages by Sushmitha Mallesh (@Sushmithamallesh) in #2494
- fix(docs): improve Steps/StepTitle conversion in .md endpoints by Sushmitha Mallesh (@Sushmithamallesh) in #2493
- feat(docs): add custom 404 page by Sushmitha Mallesh (@Sushmithamallesh) in #2496
- fix(docs): improve .md endpoints and add API reference URL redirects by Sushmitha Mallesh (@Sushmithamallesh) in #2495
- chore: update gitleaks reference by Srujan (@acsrujan) in #2498
- fix(docs): improve provider SEO descriptions by Sushmitha Mallesh (@Sushmithamallesh) in #2497
- feat(docs): Enhance feedback with page context by Sushmitha Mallesh (@Sushmithamallesh) in #2501
- feat(docs): Add trigger type, config, and payload to toolkit pages by Sushmitha Mallesh (@Sushmithamallesh) in #2502
- chore(docs): deprecate fern documentation system by Sushmitha Mallesh (@Sushmithamallesh) in #2503
- feat(docs): Add API errors reference page by Sushmitha Mallesh (@Sushmithamallesh) in #2505
- feat(docs): Display enum values in toolkit parameter types by Sushmitha Mallesh (@Sushmithamallesh) in #2504
- docs: improve Claude review bot guidelines for Fumadocs by Sushmitha Mallesh (@Sushmithamallesh) in #2507
- feat(docs): Enhance toolkit markdown with detailed types and add page actions by Sushmitha Mallesh (@Sushmithamallesh) in #2508
- docs: enhance page actions with better UX and mobile support by Sushmitha Mallesh (@Sushmithamallesh) in #2509
- perf(docs): Optimize image and video loading performance by Sushmitha Mallesh (@Sushmithamallesh) in #2510
- fix: Add redirect for /getting-started/welcome by Sushmitha Mallesh (@Sushmithamallesh) in #2511
- feat(docs): Add markdown support for changelog pages by Sushmitha Mallesh (@Sushmithamallesh) in #2512
- fix(docs): Add redirects for 27 monitored 404 paths by Soham (@sohamganatra) in #2515
- fix(py): coerce stringified default values to match JSON schema by Alberto Schiabel (@jkomyno) in #2506
- feat(docs): Add Playground link to navbar by Soham (@sohamganatra) in #2516
- Fix tool fetching issues when executing tools with specific version by Musthaq Ahamad (@haxzie) in #2518
- fix(docs): Handle invalid OpenAPI nullable schema in fetch script by Sushmitha Mallesh (@Sushmithamallesh) in #2520
- docs: Update toolkits and API data by @github-actions[bot] in #2519
- SDK release Py.v0.10.11/Ts.v0.6.0 by Musthaq Ahamad (@haxzie) in #2521
- Update python package versions to be minor by Musthaq Ahamad (@haxzie) in #2522
New Contributors
- Malay Vasa (@Malayvasa) made their first contribution in #2380
- @github-actions[bot] made their first contribution in #2366
Full Changelog: v0.10.6...v0.11.0
What's Changed
- Bump dependencies by Musthaq Ahamad (@haxzie) in #2382
- Chore: update provider packages to 0.5.0 by Musthaq Ahamad (@haxzie) in #2384
- Fumadocs: refine dark theme and hover styles by Malay Vasa (@Malayvasa) in #2380
- feat(fumadocs): add Twoslash type checking for code blocks by Sushmitha Mallesh (@Sushmithamallesh) in #2371
- Update composio client package to fix authConfig update changes by Musthaq Ahamad (@haxzie) in #2391
- Release: update version by Musthaq Ahamad (@haxzie) in #2393
- fix(ts): telemetry batch upload by Alberto Schiabel (@jkomyno) in #2322
- feat(cli): cleanup by Alberto Schiabel (@jkomyno) in #2396
- fix(ts/core): zod compat #2336 by Alberto Schiabel (@jkomyno) in #2399
- fix(cli): use latest tool version, fix
generateTypeFromJsonSchemaby Alberto Schiabel (@jkomyno) in #2397 - feat(cli): optimize
@composio/clientbandwidth usage; introduce debug metrics #2394 by Alberto Schiabel (@jkomyno) in #2398 - Fix prevent providers from bundling @composio/core types by Musthaq Ahamad (@haxzie) in #2401
- Release: update version by Musthaq Ahamad (@haxzie) in #2403
- chore: rename fumadocs directory to docs by Sushmitha Mallesh (@Sushmithamallesh) in #2407
- docs: add callbackUrl to custom auth config examples by Sushmitha Mallesh (@Sushmithamallesh) in #2410
- fix(docs): fix search API 500 error by Sushmitha Mallesh (@Sushmithamallesh) in #2409
- fix(docs): improve accessibility and UI refinements by Sushmitha Mallesh (@Sushmithamallesh) in #2413
- Fix file upload ts doc snippets by Musthaq Ahamad (@haxzie) in #2414
- Docs: AI fixes by Sushmitha Mallesh (@Sushmithamallesh) in #2415
- feat(ci): QoL improvements by Alberto Schiabel (@jkomyno) in #2404
- Fix file upload/download for tools with anyOf schema by Musthaq Ahamad (@haxzie) in #2416
- Fix github workflow versions by Musthaq Ahamad (@haxzie) in #2420
- Release: update version by Musthaq Ahamad (@haxzie) in #2421
- fix(ci): fix github actions commits by Alberto Schiabel (@jkomyno) in #2422
- docs(changelog): add file TTL configuration changelog by lingalarahul7 in #2418
- docs(changelog): sync January 2026 changelogs from fern by Sushmitha Mallesh (@Sushmithamallesh) in #2428
- Fix multi connected in initiate not respecting inactive accounts by Musthaq Ahamad (@haxzie) in #2429
- Release: update version by Musthaq Ahamad (@haxzie) in #2430
- chore: add secrets detection workflow for pull requests by Srujan (@acsrujan) in #2431
- feat(ts/core): support redirect_url in connectedAccounts by Alberto Schiabel (@jkomyno) in #2424
- feat(ts/core): default to important tools by Alberto Schiabel (@jkomyno) in #2425
- Add .agent_cache and cursor rules for bugfix, testing and api updates by Musthaq Ahamad (@haxzie) in #2434
- feat(docs): Combining Tool router and Docs: (slice 1) by Sushmitha Mallesh (@Sushmithamallesh) in #2427
- Fix CORS issues in API reference playground by Sushmitha Mallesh (@Sushmithamallesh) in #2440
- Docs: Restructure sidebar, update welcome page, add Features section by Sushmitha Mallesh (@Sushmithamallesh) in #2441
- feat(docs): Add authentication details and tool types section to toolkit pages by Sushmitha Mallesh (@Sushmithamallesh) in #2443
- docs: merge Tool Router section into main docs by Sushmitha Mallesh (@Sushmithamallesh) in #2444
- docs: Update Python SDK reference by @github-actions[bot] in #2366
- Update client dependencies and add experimental assistive prompt by Musthaq Ahamad (@haxzie) in #2446
- Release: update version by Musthaq Ahamad (@haxzie) in #2448
- docs: Update TypeScript SDK reference by @github-actions[bot] in #2345
- feat(ts/core): [breaking] remove node:crypto usage from triggers, composio.triggers.verifyWebhook is now async by Alberto Schiabel (@jkomyno) in #2436
- feat(ts/core): platform-specific file tool modifier by Alberto Schiabel (@jkomyno) in #2437
- docs: update welcome page and simplify user management by Sushmitha Mallesh (@Sushmithamallesh) in #2453
- docs: Sync January 2026 changelog from fern to fumadocs by Sushmitha Mallesh (@Sushmithamallesh) in #2456
- fix(py): fix SALESFORCE_CREATE_LEAD Type Error with custom_fields by Alberto Schiabel (@jkomyno) in #2426
- feat(ts/core): refactor usage of node:buffer into Uint8Array, enforcing it via eslint by Alberto Schiabel (@jkomyno) in #2438
- feat(ts/e2e-tests): more Cloudflare Workers e2e tests by Alberto Schiabel (@jkomyno) in #2439
- docs: Update Python SDK reference by @github-actions[bot] in #2447
- docs: Update TypeScript SDK reference by @github-actions[bot] in #2449
- feat(docs): Revamp Quickstart with IntegrationTabs component by Sushmitha Mallesh (@Sushmithamallesh) in #2457
- docs: improve authentication page with video and card styling by Sushmitha Mallesh (@Sushmithamallesh) in #2458
- docs: improve tools and toolkits concept page by Sushmitha Mallesh (@Sushmithamallesh) in #2460
- docs: improve welcome page and update terminology by Sushmitha Mallesh (@Sushmithamallesh) in #2464
- docs: add missing twoslash CSS for type hover popups by Sushmitha Mallesh (@Sushmithamallesh) in #2465
- chore: refresh toolkits data from API by Sushmitha Mallesh (@Sushmithamallesh) in #2466
- fix: update Decimal widget config for preview deployments by Sushmitha Mallesh (@Sushmithamallesh) in #2467
- docs: content improvements - Skills, quickstart updates, deprecations by Sushmitha Mallesh (@Sushmithamallesh) in #2468
- feat(ts/e2e): refactor Node.js e2e tests by Alberto Schiabel (@jkomyno) in #2461
- feat(ts): [breaking] add support for Mastra v1 + e2e tests with Tool Router by Alberto Schiabel (@jkomyno) in #2433
- feat(docs): Add sitemap.xml generation by Sushmitha Mallesh (@Sushmithamallesh) in #2474
- feat(docs): Add sitemap.xml generation by Sushmitha Mallesh (@Sushmithamallesh) in #2475
- feat(docs): Add sitemap.xml with all pages by Sushmitha Mallesh (@Sushmithamallesh) in #2476
- fix(docs): Fix duplicate TOC entries in quickstart page by Sushmitha Mallesh (@Sushmithamallesh) in #2477
- docs: SEO improvements - OG images, robots.txt, and CLAUDE.md restructure by Sushmitha Mallesh (@Sushmithamallesh) in #2478
- fix(docs): add custom metadata for reference index page by Sushmitha Mallesh (@Sushmithamallesh) in #2481
- docs: SEO improvements for documentation site by Sushmitha Mallesh (@Sushmithamallesh) in #2480
- fix(docs): Fix 500 error on .md endpoints by Soham (@sohamganatra) in #2479
- fix(docs): add error handling to getLLMText for llms.txt by Sushmitha Mallesh (@Sushmithamallesh) in #2482
- docs: replace 'integration' with 'toolkits' in docs copy by Rahul Tarak (@CryogenicPlanet) in #2484
- fix(docs): remove category filter from toolkits page by Sushmitha Mallesh (@Sushmithamallesh) in #2486
- docs: replace fumadocs OG image routes with og.composio.dev by Rahul Tarak (@CryogenicPlanet) in #2489
- docs: improve toolkit page SEO descriptions by Rahul Tarak (@CryogenicPlanet) in #2485
- fix(docs): Fix API reference OpenAPI pages not loading by Soham (@sohamganatra) in #2488
- fix(docs): generate comprehensive toolkit list for /toolkits.md by Sushmitha Mallesh (@Sushmithamallesh) in #2492
- fix(docs): Add SEO description fallback for API reference pages by Sushmitha Mallesh (@Sushmithamallesh) in #2494
- fix(docs): improve Steps/StepTitle conversion in .md endpoints by Sushmitha Mallesh (@Sushmithamallesh) in #2493
- feat(docs): add custom 404 page by Sushmitha Mallesh (@Sushmithamallesh) in #2496
- fix(docs): improve .md endpoints and add API reference URL redirects by Sushmitha Mallesh (@Sushmithamallesh) in #2495
- chore: update gitleaks reference by Srujan (@acsrujan) in #2498
- fix(docs): improve provider SEO descriptions by Sushmitha Mallesh (@Sushmithamallesh) in #2497
- feat(docs): Enhance feedback with page context by Sushmitha Mallesh (@Sushmithamallesh) in #2501
- feat(docs): Add trigger type, config, and payload to toolkit pages by Sushmitha Mallesh (@Sushmithamallesh) in #2502
- chore(docs): deprecate fern documentation system by Sushmitha Mallesh (@Sushmithamallesh) in #2503
- feat(docs): Add API errors reference page by Sushmitha Mallesh (@Sushmithamallesh) in #2505
- feat(docs): Display enum values in toolkit parameter types by Sushmitha Mallesh (@Sushmithamallesh) in #2504
- docs: improve Claude review bot guidelines for Fumadocs by Sushmitha Mallesh (@Sushmithamallesh) in #2507
- feat(docs): Enhance toolkit markdown with detailed types and add page actions by Sushmitha Mallesh (@Sushmithamallesh) in #2508
- docs: enhance page actions with better UX and mobile support by Sushmitha Mallesh (@Sushmithamallesh) in #2509
- perf(docs): Optimize image and video loading performance by Sushmitha Mallesh (@Sushmithamallesh) in #2510
- fix: Add redirect for /getting-started/welcome by Sushmitha Mallesh (@Sushmithamallesh) in #2511
- feat(docs): Add markdown support for changelog pages by Sushmitha Mallesh (@Sushmithamallesh) in #2512
- fix(docs): Add redirects for 27 monitored 404 paths by Soham (@sohamganatra) in #2515
- fix(py): coerce stringified default values to match JSON schema by Alberto Schiabel (@jkomyno) in #2506
- feat(docs): Add Playground link to navbar by Soham (@sohamganatra) in #2516
- Fix tool fetching issues when executing tools with specific version by Musthaq Ahamad (@haxzie) in #2518
- fix(docs): Handle invalid OpenAPI nullable schema in fetch script by Sushmitha Mallesh (@Sushmithamallesh) in #2520
- docs: Update toolkits and API data by @github-actions[bot] in #2519
- SDK release Py.v0.10.11/Ts.v0.6.0 by Musthaq Ahamad (@haxzie) in #2521
- Update python package versions to be minor by Musthaq Ahamad (@haxzie) in #2522
New Contributors
- Malay Vasa (@Malayvasa) made their first contribution in #2380
- @github-actions[bot] made their first contribution in #2366
Full Changelog: v0.10.6...v0.11.0
What's Changed
- Bump dependencies by Musthaq Ahamad (@haxzie) in #2382
- Chore: update provider packages to 0.5.0 by Musthaq Ahamad (@haxzie) in #2384
- Fumadocs: refine dark theme and hover styles by Malay Vasa (@Malayvasa) in #2380
- feat(fumadocs): add Twoslash type checking for code blocks by Sushmitha Mallesh (@Sushmithamallesh) in #2371
- Update composio client package to fix authConfig update changes by Musthaq Ahamad (@haxzie) in #2391
- Release: update version by Musthaq Ahamad (@haxzie) in #2393
- fix(ts): telemetry batch upload by Alberto Schiabel (@jkomyno) in #2322
- feat(cli): cleanup by Alberto Schiabel (@jkomyno) in #2396
- fix(ts/core): zod compat #2336 by Alberto Schiabel (@jkomyno) in #2399
- fix(cli): use latest tool version, fix
generateTypeFromJsonSchemaby Alberto Schiabel (@jkomyno) in #2397 - feat(cli): optimize
@composio/clientbandwidth usage; introduce debug metrics #2394 by Alberto Schiabel (@jkomyno) in #2398 - Fix prevent providers from bundling @composio/core types by Musthaq Ahamad (@haxzie) in #2401
- Release: update version by Musthaq Ahamad (@haxzie) in #2403
- chore: rename fumadocs directory to docs by Sushmitha Mallesh (@Sushmithamallesh) in #2407
- docs: add callbackUrl to custom auth config examples by Sushmitha Mallesh (@Sushmithamallesh) in #2410
- fix(docs): fix search API 500 error by Sushmitha Mallesh (@Sushmithamallesh) in #2409
- fix(docs): improve accessibility and UI refinements by Sushmitha Mallesh (@Sushmithamallesh) in #2413
- Fix file upload ts doc snippets by Musthaq Ahamad (@haxzie) in #2414
- Docs: AI fixes by Sushmitha Mallesh (@Sushmithamallesh) in #2415
- feat(ci): QoL improvements by Alberto Schiabel (@jkomyno) in #2404
- Fix file upload/download for tools with anyOf schema by Musthaq Ahamad (@haxzie) in #2416
- Fix github workflow versions by Musthaq Ahamad (@haxzie) in #2420
- Release: update version by Musthaq Ahamad (@haxzie) in #2421
- fix(ci): fix github actions commits by Alberto Schiabel (@jkomyno) in #2422
- docs(changelog): add file TTL configuration changelog by lingalarahul7 in #2418
- docs(changelog): sync January 2026 changelogs from fern by Sushmitha Mallesh (@Sushmithamallesh) in #2428
- Fix multi connected in initiate not respecting inactive accounts by Musthaq Ahamad (@haxzie) in #2429
- Release: update version by Musthaq Ahamad (@haxzie) in #2430
- chore: add secrets detection workflow for pull requests by Srujan (@acsrujan) in #2431
- feat(ts/core): support redirect_url in connectedAccounts by Alberto Schiabel (@jkomyno) in #2424
- feat(ts/core): default to important tools by Alberto Schiabel (@jkomyno) in #2425
- Add .agent_cache and cursor rules for bugfix, testing and api updates by Musthaq Ahamad (@haxzie) in #2434
- feat(docs): Combining Tool router and Docs: (slice 1) by Sushmitha Mallesh (@Sushmithamallesh) in #2427
- Fix CORS issues in API reference playground by Sushmitha Mallesh (@Sushmithamallesh) in #2440
- Docs: Restructure sidebar, update welcome page, add Features section by Sushmitha Mallesh (@Sushmithamallesh) in #2441
- feat(docs): Add authentication details and tool types section to toolkit pages by Sushmitha Mallesh (@Sushmithamallesh) in #2443
- docs: merge Tool Router section into main docs by Sushmitha Mallesh (@Sushmithamallesh) in #2444
- docs: Update Python SDK reference by @github-actions[bot] in #2366
- Update client dependencies and add experimental assistive prompt by Musthaq Ahamad (@haxzie) in #2446
- Release: update version by Musthaq Ahamad (@haxzie) in #2448
- docs: Update TypeScript SDK reference by @github-actions[bot] in #2345
- feat(ts/core): [breaking] remove node:crypto usage from triggers, composio.triggers.verifyWebhook is now async by Alberto Schiabel (@jkomyno) in #2436
- feat(ts/core): platform-specific file tool modifier by Alberto Schiabel (@jkomyno) in #2437
- docs: update welcome page and simplify user management by Sushmitha Mallesh (@Sushmithamallesh) in #2453
- docs: Sync January 2026 changelog from fern to fumadocs by Sushmitha Mallesh (@Sushmithamallesh) in #2456
- fix(py): fix SALESFORCE_CREATE_LEAD Type Error with custom_fields by Alberto Schiabel (@jkomyno) in #2426
- feat(ts/core): refactor usage of node:buffer into Uint8Array, enforcing it via eslint by Alberto Schiabel (@jkomyno) in #2438
- feat(ts/e2e-tests): more Cloudflare Workers e2e tests by Alberto Schiabel (@jkomyno) in #2439
- docs: Update Python SDK reference by @github-actions[bot] in #2447
- docs: Update TypeScript SDK reference by @github-actions[bot] in #2449
- feat(docs): Revamp Quickstart with IntegrationTabs component by Sushmitha Mallesh (@Sushmithamallesh) in #2457
- docs: improve authentication page with video and card styling by Sushmitha Mallesh (@Sushmithamallesh) in #2458
- docs: improve tools and toolkits concept page by Sushmitha Mallesh (@Sushmithamallesh) in #2460
- docs: improve welcome page and update terminology by Sushmitha Mallesh (@Sushmithamallesh) in #2464
- docs: add missing twoslash CSS for type hover popups by Sushmitha Mallesh (@Sushmithamallesh) in #2465
- chore: refresh toolkits data from API by Sushmitha Mallesh (@Sushmithamallesh) in #2466
- fix: update Decimal widget config for preview deployments by Sushmitha Mallesh (@Sushmithamallesh) in #2467
- docs: content improvements - Skills, quickstart updates, deprecations by Sushmitha Mallesh (@Sushmithamallesh) in #2468
- feat(ts/e2e): refactor Node.js e2e tests by Alberto Schiabel (@jkomyno) in #2461
- feat(ts): [breaking] add support for Mastra v1 + e2e tests with Tool Router by Alberto Schiabel (@jkomyno) in #2433
- feat(docs): Add sitemap.xml generation by Sushmitha Mallesh (@Sushmithamallesh) in #2474
- feat(docs): Add sitemap.xml generation by Sushmitha Mallesh (@Sushmithamallesh) in #2475
- feat(docs): Add sitemap.xml with all pages by Sushmitha Mallesh (@Sushmithamallesh) in #2476
- fix(docs): Fix duplicate TOC entries in quickstart page by Sushmitha Mallesh (@Sushmithamallesh) in #2477
- docs: SEO improvements - OG images, robots.txt, and CLAUDE.md restructure by Sushmitha Mallesh (@Sushmithamallesh) in #2478
- fix(docs): add custom metadata for reference index page by Sushmitha Mallesh (@Sushmithamallesh) in #2481
- docs: SEO improvements for documentation site by Sushmitha Mallesh (@Sushmithamallesh) in #2480
- fix(docs): Fix 500 error on .md endpoints by Soham (@sohamganatra) in #2479
- fix(docs): add error handling to getLLMText for llms.txt by Sushmitha Mallesh (@Sushmithamallesh) in #2482
- docs: replace 'integration' with 'toolkits' in docs copy by Rahul Tarak (@CryogenicPlanet) in #2484
- fix(docs): remove category filter from toolkits page by Sushmitha Mallesh (@Sushmithamallesh) in #2486
- docs: replace fumadocs OG image routes with og.composio.dev by Rahul Tarak (@CryogenicPlanet) in #2489
- docs: improve toolkit page SEO descriptions by Rahul Tarak (@CryogenicPlanet) in #2485
- fix(docs): Fix API reference OpenAPI pages not loading by Soham (@sohamganatra) in #2488
- fix(docs): generate comprehensive toolkit list for /toolkits.md by Sushmitha Mallesh (@Sushmithamallesh) in #2492
- fix(docs): Add SEO description fallback for API reference pages by Sushmitha Mallesh (@Sushmithamallesh) in #2494
- fix(docs): improve Steps/StepTitle conversion in .md endpoints by Sushmitha Mallesh (@Sushmithamallesh) in #2493
- feat(docs): add custom 404 page by Sushmitha Mallesh (@Sushmithamallesh) in #2496
- fix(docs): improve .md endpoints and add API reference URL redirects by Sushmitha Mallesh (@Sushmithamallesh) in #2495
- chore: update gitleaks reference by Srujan (@acsrujan) in #2498
- fix(docs): improve provider SEO descriptions by Sushmitha Mallesh (@Sushmithamallesh) in #2497
- feat(docs): Enhance feedback with page context by Sushmitha Mallesh (@Sushmithamallesh) in #2501
- feat(docs): Add trigger type, config, and payload to toolkit pages by Sushmitha Mallesh (@Sushmithamallesh) in #2502
- chore(docs): deprecate fern documentation system by Sushmitha Mallesh (@Sushmithamallesh) in #2503
- feat(docs): Add API errors reference page by Sushmitha Mallesh (@Sushmithamallesh) in #2505
- feat(docs): Display enum values in toolkit parameter types by Sushmitha Mallesh (@Sushmithamallesh) in #2504
- docs: improve Claude review bot guidelines for Fumadocs by Sushmitha Mallesh (@Sushmithamallesh) in #2507
- feat(docs): Enhance toolkit markdown with detailed types and add page actions by Sushmitha Mallesh (@Sushmithamallesh) in #2508
- docs: enhance page actions with better UX and mobile support by Sushmitha Mallesh (@Sushmithamallesh) in #2509
- perf(docs): Optimize image and video loading performance by Sushmitha Mallesh (@Sushmithamallesh) in #2510
- fix: Add redirect for /getting-started/welcome by Sushmitha Mallesh (@Sushmithamallesh) in #2511
- feat(docs): Add markdown support for changelog pages by Sushmitha Mallesh (@Sushmithamallesh) in #2512
- fix(docs): Add redirects for 27 monitored 404 paths by Soham (@sohamganatra) in #2515
- fix(py): coerce stringified default values to match JSON schema by Alberto Schiabel (@jkomyno) in #2506
- feat(docs): Add Playground link to navbar by Soham (@sohamganatra) in #2516
- Fix tool fetching issues when executing tools with specific version by Musthaq Ahamad (@haxzie) in #2518
- fix(docs): Handle invalid OpenAPI nullable schema in fetch script by Sushmitha Mallesh (@Sushmithamallesh) in #2520
- docs: Update toolkits and API data by @github-actions[bot] in #2519
- SDK release Py.v0.10.11/Ts.v0.6.0 by Musthaq Ahamad (@haxzie) in #2521
- Update python package versions to be minor by Musthaq Ahamad (@haxzie) in #2522
New Contributors
- Malay Vasa (@Malayvasa) made their first contribution in #2380
- @github-actions[bot] made their first contribution in #2366
Full Changelog: v0.10.6...v0.11.0