Releases: ComposioHQ/composio
Releases · ComposioHQ/composio
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
v0.5.36
What's Changed
- feat:leadoutreach agent added by @Prat011 in #718
- feat: add
check_connected_accounts
flag onget_tools
by @tushar-composio in #746 - Pin tokenizers by @angrybayblade in #764
- feat: handle api key and entityId support by @himanshu-dixit in #767
- Usage for auth_scheme on
get_expected_params_for_user
by @angrybayblade in #766 - Fix description duplication by @angrybayblade in #773
- Release
v0.5.36
by @angrybayblade in #776
Full Changelog: v0.5.35...v0.5.36
v0.5.35
What's Changed
- Improve UX for action processor by @tushar-composio in #709
- chore: pin deeplake version by @tushar-composio in #751
- chore: disable default sentry integrations by @tushar-composio in #753
- Add support for user defined auth for action execution by @angrybayblade in #701
- Auth params docs by @angrybayblade in #752
- chore: migrate away from pydantic v1 by @tushar-composio in #745
- feat: add cloudflare + openAI example by @himanshu-dixit in #754
- feat: add custom auth data in JS SDK by @utkarsh-dixit in #758
- fix: auth params js by @utkarsh-dixit in #759
- feat: release 0.2.3 for JS SDK by @utkarsh-dixit in #760
- Make
is_secret
default argument by @angrybayblade in #756 - Fix integration id retrieval on
ComposioToolSet.initiate_connection
by @angrybayblade in #762 - Release v0.5.35 by @angrybayblade in #763
Full Changelog: v0.5.34...v0.5.35
v0.5.34
What's Changed
- feat: add getExpectedParamsForUser method for all frameworks by @utkarsh-dixit in #724
- Fix
get_expected_params_for_user
by @angrybayblade in #725 - Fix/docs broken link by @sohamganatra in #728
- Release
v0.5.32
by @angrybayblade in #727
Full Changelog: v0.5.32...v0.5.34
v0.5.32
What's Changed
- Add
ExpectedFieldInput
attribute by @angrybayblade in #697 - Define workspace dependencies as extras by @angrybayblade in #698
- Add support for user defined auth params when initialising connectors by @angrybayblade in #700
- Log session ID when ingesting logs and executing an action by @angrybayblade in #699
- Raise for missing return type on runtime action by @angrybayblade in #707
- Add support for specifying connected account params when initialising a connected account by @angrybayblade in #704
- Add top level utils by @angrybayblade in #713
- fix:example agents fixed by @Prat011 in #715
- Update README.md to include Groq by @hozen-groq in #627
- Small fixes in management of environment variables by @tizkovatereza in #650
- Update CONTRIBUTING.md by @DeepanshuProgrammer in #656
- docs: update links to
banner.gif
by @vil02 in #712 - Update development.md by @iamawanishmaurya in #671
- feat: add helpful error message by @himanshu-dixit in #690
- feat: update js reference by @himanshu-dixit in #678
- feat: change default connector flag by @himanshu-dixit in #623
- Swekit refactor and integration testing by @shreysingla11 in #657
- chore: update black version in tox by @tushar-composio in #714
- Fix by @kaavee315 in #719
- Add support for fetching integration ID using app by @angrybayblade in #716
- Release
v0.5.32
by @angrybayblade in #720 - Use default value instead of field info to generate tool parameter for lamaindex tool by @angrybayblade in #711
- Add separate method for customer expected fields by @angrybayblade in #721
- Fix gql imports by @angrybayblade in #723
New Contributors
- @hozen-groq made their first contribution in #627
- @tizkovatereza made their first contribution in #650
- @DeepanshuProgrammer made their first contribution in #656
- @vil02 made their first contribution in #712
- @iamawanishmaurya made their first contribution in #671
- @tushar-composio made their first contribution in #714
Full Changelog: v0.5.31...v0.5.32