Releases: ComposioHQ/composio
Releases · ComposioHQ/composio
v0.9.3
What's Changed
- Docs: Remove edit this page by @Sushmithamallesh in #2024
- Python: Fix responses execute tool call type error by @Sushmithamallesh in #2020
- Docs/fixed migration guide links by @Labreo in #2027
- Feat: Add LlamaIndex provider for TS SDK by @haxzie in #2029
- docs: add a debugging info page, want to share this in other places by @CryogenicPlanet in #2031
- Docs: Fix request ID in troubleshooting[tiny] by @Sushmithamallesh in #2026
- Fix: Update dependencies for Llamaindex by @haxzie in #2035
- Release: update version by @haxzie in #2036
- fix(core): export tool router types and add type-level safeguards by @CryogenicPlanet in #2033
- Docs: Tool router add session format to docs by @Sushmithamallesh in #2032
- Release: update version by @haxzie in #2040
- docs: add some docs around how to use tool router and its context management by @CryogenicPlanet in #2034
- Docs: Add responses example by @Sushmithamallesh in #2044
- Make create session return type pythonic by @Equlnox in #2018
- chore: fix peer dep issue when using zod-4, causing types to not appear by @CryogenicPlanet in #2045
- Release: update version by @haxzie in #2046
- Docs: Tool router docs tiny fix by @Sushmithamallesh in #2049
- Add integration tests by @Equlnox in #2021
- Add readme by @Equlnox in #2047
- Make tools proxy fail if wrong params by @Equlnox in #2052
- Docs: MCP complete revamp by @Sushmithamallesh in #2061
- Docs: Remove all unused and old assets from docs by @Sushmithamallesh in #2062
- Update Fern CLI to configure settings from docs.yml by @fern-support in #2060
- Chore: Update readme with openai agents example by @haxzie in #2069
- Fix array parsing in JSON Schema to zod conversion by @haxzie in #2068
- Fix: Remove unnecessary API calls during tool execution and Handle execution errors better by @haxzie in #2071
- Fix Throw error when explicit toolkit version is not provided for manual execute by @haxzie in #2070
- Release: update version by @haxzie in #2077
- Fix CLI intstallation tests by @haxzie in #2078
- Docs: Tool router Add quickstart example by @Sushmithamallesh in #2082
- Update sdk headers by @Equlnox in #2051
- feat: Add toolkit versions support and deprecation flags to TypeScript SDK by @haxzie in #2096
- Release: update version by @haxzie in #2098
- Docs: Remove some v1 references and unused files by @Sushmithamallesh in #2083
- Docs: Quickstart revamp by @Sushmithamallesh in #2108
- feat: changelog for tool listing by @lingalarahul7 in #2111
- Revert "feat: changelog for tool listing" by @Sushmithamallesh in #2119
- Feat: Add issue templates by @haxzie in #2120
- Update README.md by @jerodj-cdata in #2118
- Add tool request template by @haxzie in #2121
- Fix tool-request form by @haxzie in #2122
- fix(cli): fix some bugs by @jkomyno in #2107
- Docs: Toolkit Versioning docs by @Sushmithamallesh in #2110
- feat(json-schema-to-zod): support zod 3 and 4 by @jkomyno in #2066
- Release: Latest SDKs with updated zod 4 by @haxzie in #2131
- Fix release workflows by @haxzie in #2132
- Release: update version by @haxzie in #2133
- DOCS: Revert/fern e4c6c49 by @Sushmithamallesh in #2136
- Docs: Add CLI docs by @Sushmithamallesh in #2095
- Chore: Update python deps, update types and method signatures by @haxzie in #2135
- Fix: Telemetry and request headers by @haxzie in #2134
- docs: fix TypeScript tool router snippet truncation by @devin-ai-integration[bot] in #2139
- Fix trigger subscribe example snippets by @haxzie in #2142
- Release: update version by @haxzie in #2137
- DOCS: UI changes, tabs, color contrast fixes, navbar fixes, sidebar and content width fixed by @Sushmithamallesh in #2143
- Docs: Update fern verison, tool router remove individual tools and add note on correct use by @Sushmithamallesh in #2146
- Docs: Add connected account status docs by @Sushmithamallesh in #2144
- docs: fix toolkit generation by @CryogenicPlanet in #2149
- chore: changelog for query params in mcp urls by @lingalarahul7 in #2147
- Docs: Fix llms.text generation, add missing links and overall cleanup by @Sushmithamallesh in #2151
- DOCS: Connected accounts stuff, add redirect fix by @Sushmithamallesh in #2155
- Docs: Fern Ask AI updates by @Sushmithamallesh in #2158
- Chore: Update client dependencies and types for triggers by @haxzie in #2150
- Release: update version by @haxzie in #2160
- Docs: Mercury production deploy pipeline added by @Sushmithamallesh in #2164
- Docs: Trigger signature verification added by @Sushmithamallesh in #2168
- Revert "Docs: Mercury production deploy pipeline added" by @Sushmithamallesh in #2172
- Docs: Remove MCP partner program page by @Sushmithamallesh in #2173
- chore: changelog for x-api-key header in mcp urls [draft] by @lingalarahul7 in #2167
- Add MIT license by @Sushmithamallesh in #2176
- Docs: Fetch and filter tools refactor by @Sushmithamallesh in #2178
- Docs: Connected account management by @Sushmithamallesh in #2184
- Docs: Restructure the main tabs and changes in paths by @Sushmithamallesh in #2183
- Fix non-agentic tool execution by @kaavee315 in #2190
- New release by @kaavee315 in #2191
New Contributors
- @jerodj-cdata made their first contribution in #2118
Full Changelog: v0.8.20...v0.9.3
What's Changed
- Docs: Remove edit this page by @Sushmithamallesh in #2024
- Python: Fix responses execute tool call type error by @Sushmithamallesh in #2020
- Docs/fixed migration guide links by @Labreo in #2027
- Feat: Add LlamaIndex provider for TS SDK by @haxzie in #2029
- docs: add a debugging info page, want to share this in other places by @CryogenicPlanet in #2031
- Docs: Fix request ID in troubleshooting[tiny] by @Sushmithamallesh in #2026
- Fix: Update dependencies for Llamaindex by @haxzie in #2035
- Release: update version by @haxzie in #2036
- fix(core): export tool router types and add type-level safeguards by @CryogenicPlanet in #2033
- Docs: Tool router add session format to docs by @Sushmithamallesh in #2032
- Release: update version by @haxzie in #2040
- docs: add some docs around how to use tool router and its context management by @CryogenicPlanet in https:...
@composio/[email protected]
Patch Changes
- e2762f2: Fix non-agentic providers to work without specifying versions
- Updated dependencies [e2762f2]
- @composio/[email protected]
@composio/[email protected]
Patch Changes
- e2762f2: Fix non-agentic providers to work without specifying versions
- Updated dependencies [e2762f2]
- @composio/[email protected]
@composio/[email protected]
Patch Changes
- e2762f2: Fix non-agentic providers to work without specifying versions
- Updated dependencies [e2762f2]
- @composio/[email protected]
@composio/[email protected]
Patch Changes
- e2762f2: Fix non-agentic providers to work without specifying versions
- Updated dependencies [e2762f2]
- @composio/[email protected]
@composio/[email protected]
Patch Changes
- e2762f2: Fix non-agentic providers to work without specifying versions
- Updated dependencies [e2762f2]
- @composio/[email protected]
@composio/[email protected]
Patch Changes
- e2762f2: Fix non-agentic providers to work without specifying versions
- Updated dependencies [e2762f2]
- @composio/[email protected]
@composio/[email protected]
Patch Changes
- e2762f2: Fix non-agentic providers to work without specifying versions
- Updated dependencies [e2762f2]
- @composio/[email protected]
@composio/[email protected]
Patch Changes
- e2762f2: Fix non-agentic providers to work without specifying versions
@composio/[email protected]
Patch Changes
- e2762f2: Fix non-agentic providers to work without specifying versions
- Updated dependencies [e2762f2]
- @composio/[email protected]