Releases: ComposioHQ/composio
Releases · ComposioHQ/composio
v0.7.2
What's Changed
- feat: google gemini plugin by @angrybayblade in #1257
- feat: add gemini docs by @abhishekpatil4 in #1258
- feat: agno plugin by @Devanshusisodiya in #1240
- docs: fixed docs and example by @Devanshusisodiya in #1260
- feat: add agno docs by @abhishekpatil4 in #1261
- feat: deep researcher with ai sdk added by @Prat011 in #1264
- feat: smol agent plugin added by @Prat011 in #1259
- refactor: fixed broken swe-bench docker image generation. by @alt-glitch in #1262
- fix: use
exists
flag to avoid duplicate uploads by @angrybayblade in #1322 - fix: cachedir writability check by @angrybayblade in #1325
- feat: add more granular exception classes for external APIs by @angrybayblade in #1324
- feat: release v0.7.2 by @angrybayblade in #1327
Full Changelog: v0.7.1...v0.7.2
v0.7.1
What's Changed
- feat: domain deep research agent example by @Prat011 in #1245
- feat: add no_auth auth scheme type in python by @utkarsh-dixit in #1249
- fix: lint checks in python by @utkarsh-dixit in #1251
- feat: add support for checkRequest actions override in openai by @utkarsh-dixit in #1250
- feat: add support for limitedActions in getTools by @utkarsh-dixit in #1243
- feat: added trigger methods on toolset by @Devanshusisodiya in #1225
- feat: ibm docs added by @Prat011 in #1252
- feat: no_auth scheme error during initiate_connection by @utkarsh-dixit in #1255
Full Changelog: v0.7.0...v0.7.1-0
v0.7.0
What's Changed
- feat: new python examples by @Prat011 in #1234
- fix: deepseek researcher agent was fixed by @Prat011 in #1235
- fix: docs connections redirect url by @abhishekpatil4 in #1237
- feat: add feat to pass connectedAccountIds while initialising toolsets by @abhishekpatil4 in #1236
- feat: add google oauth setup to docs by @abhishekpatil4 in #1242
- feat: update file upload and download mechanism on toolset by @angrybayblade in #1124
Full Changelog: v0.6.19...v0.7.0
v0.6.19
What's Changed
- chore: clean up
toolset.py
by @angrybayblade in #1220 - fix: cryptokit docs description by @Prat011 in #1229
- fix: handled unprocessable tool call requests by @Devanshusisodiya in #1230
- fix: _latest_version and sentry dns internet checks by @utkarsh-dixit in #1232
- feat: bump to 0.6.19 by @utkarsh-dixit in #1233
Full Changelog: v0.6.18...v0.6.19
v0.6.18
v0.6.17
What's Changed
- fix: Removed hard exception for using custom tools without connected accounts by @raymelon in #1204
- feat: prettify base toolset by @himanshu-dixit in #1215
- fix: added resolve package by @plxity in #1216
- feat: switch to createPromptModule by @himanshu-dixit in #1217
- feat: add Pydantic AI integration with Composio. by @alt-glitch in #1208
- feat: action versioning implementation by @tushar-composio in #1196
- feat: release v0.6.17 by @angrybayblade in #1221
New Contributors
- @raymelon made their first contribution in #1204
- @alt-glitch made their first contribution in #1208
Full Changelog: v0.6.16...v0.6.17
JS SDK - v0.5.5
New Features
- Introduced support for enabling and disabling connected accounts via SDK
- Added
reInitiateConnection()
method for connection management - Implemented
appUniqueKeys
as a potential replacement forappName
Toolset Enhancements
- Method Updates:
- Deprecating
.getTriggerInfo
, the replacement is.get()
in Triggers for better consistency - Updated integration deletion to accept object parameters instead of string IDs
- Modified integrations
.getRequiredParams()
to accept object parameters instead of strings
Breaking Changes
- Connections:
- Removed
.create()
method entirely - use.initiate()
instead for creating new connections
- Removed
- Integrations:
- Changed parameter type for deletion from string to object
- Updated
.getRequiredParams()
to require object parameter instead of string
- Triggers:
- Deprecating
.getTriggerInfo
, the replacement is.get()
- Deprecating
v0.6.16
What's Changed
- fix: Ensure Sentry is initialized for non logged in users too by @tushar-composio in #1183
- feat/update readme by @abhishekpatil4 in #1188
- feat: make test env agnostic by @himanshu-dixit in #1197
- feat: change TEST_ENVIRONMENT -> TEST_ENV and log base url for CI by @himanshu-dixit in #1198
- feat: new integration create and initaite connection + reinitiate and update API schema by @himanshu-dixit in #1189
- feat: add helicone for caching openai response by @plxity in #1202
- fix: enforce specific NodeJS version by @plxity in #943
- feat: crypto kit agents added by @Prat011 in #1205
- feat: triggerId -> triggerName, triggerInstanceId, add methods for co… by @himanshu-dixit in #1207
- fix: allow auto reconnection in pusher client by @kaavee315 in #1199
- fix: filter connections by entity [ENG-2523] by @kaavee315 in #1200
- fix: session ID delegation by @angrybayblade in #1212
- fix: tool name showing as
function_template
in phidata by @Devanshusisodiya in #1213 - chore: relase by @kaavee315 in #1214
Full Changelog: v0.6.15...v0.6.16
v0.6.15
What's Changed
- feat: add refresh_token in AuthConnectionParamsModel by @utkarsh-dixit in #1192
Full Changelog: v0.6.14...v0.6.15
v0.6.14
What's Changed
- Feat/docs monitor logs by @abhishekpatil4 in #1172
- fix: trend finder agent added and existing python examples were fixed by @Prat011 in #1173
- feat: remove trailing slash by @himanshu-dixit in #1176
- feat: add docs on how to setup redirect URL by @abhishekpatil4 in #1177
- feat: add plugin tests by @tushar-composio in #1096
- feat: support custom actions in vercel toolkit (with type safety improvements) by @nicolas-angelo in #1175
- fix: use app filter when fetching integrations for
initiate_connection
by @angrybayblade in #1182 - fix: ENG-3490 by @himanshu-dixit in #1186
- fix: langchain and remove failing test check by @himanshu-dixit in #1187
- feat: develop -> master by @himanshu-dixit in #1181
- Add autogen tools new version by @kaavee315 in #1190
- Update release by @kaavee315 in #1191
New Contributors
- @nicolas-angelo made their first contribution in #1175
Full Changelog: v0.6.13...v0.6.14