Releases: ComposioHQ/composio
Releases · ComposioHQ/composio
v0.5.46
What's Changed
- Add proxy support for executing custom actions by @plxity in #877
- Create new integration if integrationId not provided by @plxity in #890
- feat: add serve tools page by @abhishekpatil4 in #893
- fix: avoid duplicate input in basic auth by @tushar-composio in #894
- fix: fetch default auth scheme from API during
initiate_connection
by @tushar-composio in #895 - Release: v0.5.46 by @tushar-composio in #896
Full Changelog: v0.5.45...v0.5.46
v0.5.45
What's Changed
- Feat/vercel js examples by @Prat011 in #886
- fix: mark test_action_enum as xfail by @tushar-composio in #889
- fix: pass auth scheme to
_get_integration_for_app
by @tushar-composio in #882 - feat: auto-initiate new integration if doesn't exist on
initiate_connection
by @tushar-composio in #888 - fix: actions docs by @abhishekpatil4 in #866
- Doc changes suggested by claude by @abhishekpatil4 in #892
- Release: v0.5.45 by @tushar-composio in #891
Full Changelog: v0.5.44...v0.5.45
v0.5.44
What's Changed
- feat: show friendly error if trigger is not enabled on your account by @tushar-composio in #876
- Pin
pydantic<2.10
by @angrybayblade in #879 - chore: set
continue-on-error
to false by @tushar-composio in #880 - chore: increase timeout limit to 20 minutes by @tushar-composio in #883
- chore: remove unused AsyncHttpClient by @tushar-composio in #878
- Add
execute_request
method by @angrybayblade in #881 - Release v0.5.44 by @tushar-composio in #885
Full Changelog: v0.5.43...v0.5.44
v0.5.43
What's Changed
- ENG-2360 Execute action for an account with label "primary" if no account is mentioned by @plxity in #853
- Eng 2359 by @plxity in #852
- feat: add types by @himanshu-dixit in #842
- Add label check by @plxity in #856
- Improve dx for codeanalysis tool by @shreysingla11 in #857
- Fix multi app use case search on python SDK by @angrybayblade in #858
- Fix/swekit docs by @abhishekpatil4 in #863
- fix: pusher disconnection should be notified to the user by @tushar-composio in #865
- chore: re-enable sentry integrations by @tushar-composio in #870
- fix: exclude functiuonality add in filetool by @shreysingla11 in #871
- chore: ignore keyboard interrupts for sentry alerts by @tushar-composio in #873
- Clean description before generating schema by @angrybayblade in #872
- feat: add better error messages for wrong callback filters by @tushar-composio in #869
- Fix/mathematical calculator by @sjd9021 in #868
- Release v0.5.43 by @angrybayblade in #874
New Contributors
Full Changelog: v0.5.42...v0.5.43
v0.5.42
What's Changed
- fix: port non authenticated actions to v2 action API by @tushar-composio in #830
- Fix upload test by @kaavee315 in #849
- fix: create parent folders when creating the cache folders by @tushar-composio in #850
- fix:crewai plugin fixed by @Prat011 in #851
- Add support for disconnecting and reconnecting trigger subscription by @angrybayblade in #848
- Release
v0.5.42
by @angrybayblade in #854
Full Changelog: v0.5.41...v0.5.42
v0.5.41
What's Changed
- feat: slackbot code expert by @abhishekpatil4 in #823
- feat: update swekit docs to include swekit tools by @abhishekpatil4 in #825
- feat: enhance type and errors by @himanshu-dixit in #812
- fix: readme & setup file by @abhishekpatil4 in #833
- feat: Update backendClient in JS by @himanshu-dixit in #834
- Fix log level parsing from env by @angrybayblade in #836
- Fix version warnings by @angrybayblade in #837
- feat: throwOnError and error message more descriptive by @himanshu-dixit in #838
- feat: add composio-version header with every http request by @tushar-composio in #831
- Fix misc issues by @angrybayblade in #843
- fix:quickstart 2 fixed by @Prat011 in #844
- Fix multi entity api key by @kaavee315 in #845
Full Changelog: v0.5.40...v0.5.41
v0.5.40
What's Changed
- docs: update link to
image_search/schematic.png
by @vil02 in #717 - Update sql agent assets by @emmanuel-ferdman in #813
- Fix image ref in swekit by @angrybayblade in #822
- fix: openfile issue fix by @shreysingla11 in #827
- Release
v0.5.40
by @angrybayblade in #829
New Contributors
- @emmanuel-ferdman made their first contribution in #813
Full Changelog: v0.5.39...v0.5.40
v0.5.39
What's Changed
- Fix can use
auth_scheme
condition by @angrybayblade in #818 - Add anthropic computer use tools by @kaavee315 in #765
- Fix/update docs by @Prat011 in #820
- Swekit refactoring (working swe-agent in langgraph and crewai, pr-review-agent in langgraph) by @shreysingla11 in #821
- Release new version by @kaavee315 in #824
Full Changelog: v0.5.38...v0.5.39
v0.5.38
What's Changed
- Fix/docs actions by @sohamganatra in #787
- feat: bump js sdk to 0.2.5 by @utkarsh-dixit in #786
- fix custom action flow by @sohamganatra in #791
- fix/docs by @sohamganatra in #792
- add swe agent scaffold by @shreysingla11 in #795
- chore: small cleanups by @tushar-composio in #793
- feat: add suggestion and doc link to connection not found error by @tushar-composio in #796
- feat: remove deprecated methods by @himanshu-dixit in #799
- feat: add
toolset.get_connected_accounts()
by @tushar-composio in #797 - Add git custom tool by @kaavee315 in #798
- chore: integration.yaml indentation, info for API_KEY method by @Karthikeya-Meesala in #802
- feat: add openai method for streamWait and move getExpectedParamsForUser by @utkarsh-dixit in #803
- feat: update cloudflare js version by @himanshu-dixit in #809
- Feat/js examples by @Prat011 in #801
- feat: getAction -> getTools by @himanshu-dixit in #810
- feat: auto-update apps if a remote app/action fails to load by @tushar-composio in #811
- Fix misc bugs by @angrybayblade in #816
Full Changelog: v0.5.37...v0.5.38
v0.5.37
What's Changed
- feat:to do list generator agent added by @Prat011 in #780
- agent llm change to claude-v2 and minor modification in prompt. Swebench: 48.6% by @shreysingla11 in #782
- Fix/auth guides by @Prat011 in #761
- Misc dx issues by @angrybayblade in #784
- Release v0.5.37 by @angrybayblade in #785
Full Changelog: v0.5.36...v0.5.37