Releases: ComposioHQ/composio
Releases · ComposioHQ/composio
v0.6.7
What's Changed
- feat: add trigger list support by @himanshu-dixit in #1074
- fix: Move send attachment test to openai by @kaavee315 in #1081
- feat: add twitter thread generator examples by @Prat011 in #1078
- feat: Enhanced SQL Query Tool with SQLite and Remote Database Support by @Tyler-Odenthal in #1048
- fix: create local cache if running
App.all()
on a fresh install by @tushar-composio in #1085 - chore: Release v0.6.7 by @tushar-composio in #1086
New Contributors
- @Tyler-Odenthal made their first contribution in #1048
Full Changelog: v0.6.6...v0.6.7
v0.6.6
What's Changed
- ci: fix example test failures by @tushar-composio in #1057
- fix: api references and docs by @utkarsh-dixit in #992
- fix: groq added by @Prat011 in #1047
- fix: remove delete project api doc by @utkarsh-dixit in #1061
- Feat: Improve Quick starts & add details regarding project management by @abhishekpatil4 in #1065
- fix: remove exposed api key from docs by @abhishekpatil4 in #1066
- feat: add organisation api docs by @utkarsh-dixit in #1068
- Revert "feat: add organisation api docs" by @utkarsh-dixit in #1069
- fix: api docs by @utkarsh-dixit in #1071
- Increase timeout for exec action by @kaavee315 in #1012
- fix: don't initialize workspace for remote actions by @tushar-composio in #1077
- fix: limit action name chars by @angrybayblade in #1076
- chore: Release v0.6.6 by @tushar-composio in #1079
Full Changelog: v0.6.5...v0.6.6
JS SDK - v0.4.8
Changelog: v0.4.6 → v0.4.8
Fixes
-
Export Types from
composio-core
:
Types are now explicitly exported for direct use, improving developer experience. Earlier they were inferred due to bundle changes. -
Expose
ConnectionRequest
Class:
TheConnectionRequest
class is now exportable fromcomposio-core
.import { ConnectionRequest } from 'composio-core';
-
Optimized TS SDK Size:
Reduced the uncompressed size of the TypeScript SDK by 80%, leading to faster downloads and better performance.
Breaking Changes (Minor)
- API Key Initialization Update
The syntax for API key initialization has been updated.
Old Syntax:
const composio = new Composio("{{YOUR_API_KEY}}");
New Syntax:
const composio = new Composio({ apiKey: "{{YOUR_API_KEY}}" });
v0.6.5
What's Changed
- fix: tool description builder by @angrybayblade in #1053
- fix: make ssh client initialisation lazier by @angrybayblade in #1055
- chore: Release v0.6.5 by @tushar-composio in #1056
Full Changelog: v0.6.4...v0.6.5
v0.6.4
What's Changed
- chore: bump 0.4.7 by @himanshu-dixit in #1036
- feat: sdr kit agents by @Prat011 in #1028
- feat: sdr kit docs by @Prat011 in #1031
- feat: initiate connection and TS export by @himanshu-dixit in #1025
- chore: remove duplicate print of response in llamaindex demo by @tushar-composio in #1040
- ci: run every 12 hours, and tag me on failure by @tushar-composio in #1041
- ci: run example tests on master branch by @tushar-composio in #1042
- feat: decrease bundle size, eslint and ts issues to zero by @himanshu-dixit in #1032
- ci: Ensure type stubs are up to date before release by @tushar-composio in #1044
- Update phidata plugin for use toolkit by @kaavee315 in #1046
- chore: Release by @kaavee315 in #1054
Full Changelog: v0.6.3...v0.6.4
v0.6.3
What's Changed
- fix: UUID usage by @plxity in #1018
- feat: move to usecase by @himanshu-dixit in #1016
- feat: new agents by @Prat011 in #1022
- feat: Composio constructor optimization by @plxity in #1024
- fix: Updated error message by @plxity in #1026
- fix: codeanalysis bug by @shreysingla11 in #1030
- feat: use helicone in example test suite by @tushar-composio in #940
- fix: js apps filter in enum usecase search method by @utkarsh-dixit in #1023
- fix: model serialization should be to dict, not json by @tushar-composio in #1033
- chore: Release v0.6.3 by @tushar-composio in #1034
Full Changelog: v0.6.2...v0.6.3
v0.6.2
What's Changed
- fix: ignore unused parameters passed to execute_action by @tushar-composio in #1019
- chore: Release v0.6.2 by @tushar-composio in #1021
Full Changelog: v0.6.1...v0.6.2
v0.6.1
What's Changed
- fix:
COMPOSIO_DISABLE_VERSION_CHECK
not being respected by @tushar-composio in #981 - chore: use tox-uv to speed up dep install in ci by @tushar-composio in #887
- fix: Actions parity in TS SDK by @plxity in #991
- Fixes #675 (fix/docs-triggers-get-started) by @abhishekpatil4 in #1004
- fix: remove chat w repo/docs by @abhishekpatil4 in #1006
- fix: add telemetry events by @himanshu-dixit in #985
- fix: Execute cli parity by @plxity in #1005
- fix: Triggers parity by @plxity in #1003
- fix: llamaindex docs by @abhishekpatil4 in #1007
- feat: lead generator agent modified by @Prat011 in #1008
- fix: Composio login command by @plxity in #1009
- fix: don't delete non-action enum data if it doesn't have
replaced_by
by @tushar-composio in #1014 - chore: Release v0.6.1 by @tushar-composio in #1015
Full Changelog: v0.6.0...v0.6.1
v0.6.0
What's Changed
- fix: langGraph imports by @abhishekpatil4 in #954
- ci: Add action to lint PR titles by @tushar-composio in #956
- fix: import statements in docs by @abhishekpatil4 in #958
- fix: Filter
&
from tag name by @angrybayblade in #959 - fix: Handle remote enums fetching dynamically by @kaavee315 in #963
- fix: Release rc with remote action fix by @kaavee315 in #965
- feat: better error, handle 400 errors other format by @himanshu-dixit in #928
- chore: marked entity execute method as deprecated. by @Devanshusisodiya in #969
- fix: propagate default values from trigger config by @tushar-composio in #970
- feat: move to object params for methods + processor support by @himanshu-dixit in #966
- feat: add bundler support by @himanshu-dixit in #964
- feat: add litellm to docs by @abhishekpatil4 in #972
- feat: Add lint and prettier check in workflow by @plxity in #955
- chore: unpin pydantic by @tushar-composio in #967
- fix: removed crewai plugin compatibility upper limit by @Devanshusisodiya in #976
- fix: Added missing params for add cli command by @plxity in #977
- fix: reduce error logs & update docs link by @abhishekpatil4 in #978
- ci: ensure older tests get cancelled on new commit by @tushar-composio in #979
- fix: js release yml, reduce batch size, change telemetry payload by @himanshu-dixit in #975
- fix: Apps CLI parity by @plxity in #980
- fix: Slack step in examples yml by @plxity in #944
- fix: optimise CI by running tests only for modified code paths by @abhishekpatil4 in #930
- feat: Added remove integration support, added 10mb buffer size while testing JS example by @plxity in #982
- feat: move from async and use http or https module by @himanshu-dixit in #984
- Fix/docs custom action by @abhishekpatil4 in #983
- feat: composio apps update revamp by @tushar-composio in #962
- chore: release v0.6.0-rc.1 by @tushar-composio in #986
- fix: Fix nested schema generation by @kaavee315 in #989
- docs: fix flaky processor example by @tushar-composio in #993
- fix: add response payload of config params & trigger events by @abhishekpatil4 in #994
- feat: add langflow docs by @abhishekpatil4 in #996
- fix: typos in preprocessor docs example by @tushar-composio in #997
- fix:
str(ENUM)
should just stringify the slug by @tushar-composio in #999 - fix: don't use deprecated api in toolset by @tushar-composio in #987
- feat: add use custom auth to execute actions docs by @abhishekpatil4 in #1000
- Feat/docs use tools w custom auth by @abhishekpatil4 in #1001
- chore: Release v0.6.0 by @tushar-composio in #1002
New Contributors
- @Devanshusisodiya made their first contribution in #969
Full Changelog: v0.5.51...v0.6.0
v0.6.0-rc1
What's Changed
- fix: langGrapg imports by @abhishekpatil4 in #954
- ci: Add action to lint PR titles by @tushar-composio in #956
- fix: import statements in docs by @abhishekpatil4 in #958
- fix: Filter
&
from tag name by @angrybayblade in #959 - fix: Handle remote enums fetching dynamically by @kaavee315 in #963
- fix: Release rc with remote action fix by @kaavee315 in #965
- feat: better error, handle 400 errors other format by @himanshu-dixit in #928
- chore: marked entity execute method as deprecated. by @Devanshusisodiya in #969
- fix: propagate default values from trigger config by @tushar-composio in #970
- feat: move to object params for methods + processor support by @himanshu-dixit in #966
- feat: add bundler support by @himanshu-dixit in #964
- feat: add litellm to docs by @abhishekpatil4 in #972
- feat: Add lint and prettier check in workflow by @plxity in #955
- chore: unpin pydantic by @tushar-composio in #967
- fix: removed crewai plugin compatibility upper limit by @Devanshusisodiya in #976
- fix: Added missing params for add cli command by @plxity in #977
- fix: reduce error logs & update docs link by @abhishekpatil4 in #978
- ci: ensure older tests get cancelled on new commit by @tushar-composio in #979
- fix: js release yml, reduce batch size, change telemetry payload by @himanshu-dixit in #975
- fix: Apps CLI parity by @plxity in #980
- fix: Slack step in examples yml by @plxity in #944
- fix: optimise CI by running tests only for modified code paths by @abhishekpatil4 in #930
- feat: Added remove integration support, added 10mb buffer size while testing JS example by @plxity in #982
- feat: move from async and use http or https module by @himanshu-dixit in #984
- Fix/docs custom action by @abhishekpatil4 in #983
- feat: composio apps update revamp by @tushar-composio in #962
- chore: release v0.6.0-rc.1 by @tushar-composio in #986
New Contributors
- @Devanshusisodiya made their first contribution in #969
Full Changelog: v0.5.51...v0.6.0-rc1