Releases: langchain-ai/langchain-community
Releases · langchain-ai/langchain-community
libs/community/v0.4.1
What's Changed
- style: refs work by Mason Daugherty (@mdrxy) in #379
- feat(infra): MCP server for langchain docs by Mason Daugherty (@mdrxy) in #380
- Deprecated azure blob storage loaders by anjaliratnam-msft in #382
- release(community): 0.4.1 by ccurme (@ccurme) in #387
New Contributors
- anjaliratnam-msft made their first contribution in #382
Full Changelog: libs/community/v0.4...libs/community/v0.4.1
libs/community/v0.4
What's Changed
- release: 0.4 by ccurme (@ccurme) in #358
Full Changelog: libs/community/v0.3.31...libs/community/v0.4
libs/community/v1.0.0a1
This is an alpha release of langchain-community 1.0.
See the migration guide for details.
libs/community/v0.3.31
What's Changed
- feat(mongodb): add lazy loading support for MongoDB document loader by Debugging Sparrow (@dbgsprw) in #334
- fixes ChatSnowflakeCortex parsing issues because of special characters in message_json by Marcus Rehm (@marcusrehm) in #337
- Add GPT-5 to OpenAI cost callback by Mark Sinton (@msinto93) in #284
- release(community): 0.3.31 by ccurme (@ccurme) in #359
New Contributors
- Debugging Sparrow (@dbgsprw) made their first contribution in #334
- Marcus Rehm (@marcusrehm) made their first contribution in #337
- Mark Sinton (@msinto93) made their first contribution in #284
Full Changelog: libs/community/v0.3.30...libs/community/v0.3.31
libs/community/v0.3.30
What's Changed
- build(deps): bump actions/setup-python from 5 to 6 by Dependabot (@dependabot)[bot] in #288
- Update README with JS/TS version and integration info by Mason Daugherty (@mdrxy) in #316
- feat(FireCrawlLoader): migrate to Firecrawl v2 SDK by Ademílson Tonato (@ftonato) in #326
- fix(youtube): use YouTubeTranscriptApi().list() for v1+ compatibility by Narla Rushikesh (@NarlaRushikesh) in #335
- chore: bump deps by Mason Daugherty (@mdrxy) in #343
- release: 0.3.30 by Mason Daugherty (@mdrxy) in #344
New Contributors
- Dependabot (@dependabot)[bot] made their first contribution in #288
- Narla Rushikesh (@NarlaRushikesh) made their first contribution in #335
Full Changelog: libs/community/v0.3.29...libs/community/v0.3.30
libs/community/v0.3.29
What's Changed
- community(patch): bump core ceiling to 2.0 by ccurme (@ccurme) in #271
- release(community): 0.3.29 by ccurme (@ccurme) in #272
Full Changelog: libs/community/v0.3.28...libs/community/v0.3.29
libs/community/v0.3.28
What's Changed
- ci: add copilot prompt by Eugene Yurtsev (@eyurtsev) in #149
- Updating to ddgs package for DuckDuckGoSearchAPIWrapper by Mohammad Mohtashim (@keenborder786) in #156
- fix: update dashscope embedding batch size by Saltfish (@codycjy) in #165
- fix(issue): DallEAPIWrapper passes unsupported 'quality' param to OpenAI API by Gurram Siddarth Reddy (@siddarthreddygsr) in #179
- fix: ensure 'integration' parameter is set for langchain in FireCrawlLoader by Ademílson Tonato (@ftonato) in #125
- fix: various linting by Mason Daugherty (@mdrxy) in #210
- fix(issue): RecursiveUrlLoader parsing base url by Gurram Siddarth Reddy (@siddarthreddygsr) in #221
- Fix from_existing_graph method & normalize the cosine distance by Gal Shubeli (@galshubeli) in #238
- release: 0.3.28 by Mason Daugherty (@mdrxy) in #266
New Contributors
- Saltfish (@codycjy) made their first contribution in #165
- Gurram Siddarth Reddy (@siddarthreddygsr) made their first contribution in #179
- Mason Daugherty (@mdrxy) made their first contribution in #210
- Gal Shubeli (@galshubeli) made their first contribution in #238
Full Changelog: libs/community/v0.3.27...libs/community/v0.3.28
libs/community/v0.3.27
What's Changed
- community[patch]: verify ssl by default in RecursiveUrlLoader by Eugene Yurtsev (@eyurtsev) in #136
- fix: Change JSON loader to be able to handle UTF-8-BOM files by witlat in #138
- WriteFileTool should create not existent parent dirs in file_path by Vladyslav Riabchenko (@vria) in #132
- ⚡ fix: update OpenAI model cost values for accuracy by Tarun Mohandas Daryanani (@tdahar) in #142
- community[patch]: Prevent XXE in evernote loader by Eugene Yurtsev (@eyurtsev) in #139
- release 0.3.27 by Eugene Yurtsev (@eyurtsev) in #143
New Contributors
- witlat made their first contribution in #138
- Vladyslav Riabchenko (@vria) made their first contribution in #132
- Tarun Mohandas Daryanani (@tdahar) made their first contribution in #142
Full Changelog: libs/community/v0.3.26...libs/community/v0.3.27
libs/community/v0.3.26
What's Changed
- [USearch]: Intializations of ids in case self.ids is None by Mohammad Mohtashim (@keenborder786) in #99
- community[patch]: drop langsmith upper bound and release 0.3.26 by ccurme (@ccurme) in #127
New Contributors
- Mohammad Mohtashim (@keenborder786) made their first contribution in #99
Full Changelog: libs/community/v0.3.25...libs/community/v0.3.26
libs/community/v0.3.25
What's Changed
- fix: replace invalid scenexplain algorithm by Michael Li (@MichaelLi65535) in #59
- infra: specify pyopenssl in extended test deps by ccurme (@ccurme) in #80
- community[patch]: deprecate Tavily tools in favor of langchain-tavily implementation by ccurme (@ccurme) in #79
- Deprecating hugging face implementation in langchain_community by Majid Alikhani (@CtrlMj) in #73
- vectorstores[azure_search]: fix regression in 0.3.24 by Marc Gibbons (@marcgibbons) in #77
- community: Add cost data for aws bedrock claude 4 series models by Asif Mehmood (@AsifMehmood97) in #83
- Remove no-untyped-def escapes by Christophe Bornet (@cbornet) in #17
- feat: add search endpoint for Firecrawl Integration by Ademílson Tonato (@ftonato) in #87
- community[patch]: ssl verification should be enabled by default everywhere by Eugene Yurtsev (@eyurtsev) in #75
- fix: handle image of size 0 bytes in PyPDFParser by Cosmo André (@soucosmo) in #84
- ci: add depandabot config by Eugene Yurtsev (@eyurtsev) in #90
- Harden Azure ML url validation by Anthony Shaw (@tonybaloney) in #88
- docs: update readme by ccurme (@ccurme) in #95
- patch: sanitize file extension in HuggingFaceTextToSpeechModelInference by Eugene Yurtsev (@eyurtsev) in #101
- fix: telegram multiformat by jerryyf in #89
- community: release 0.3.25 by ccurme (@ccurme) in #86
New Contributors
- Michael Li (@MichaelLi65535) made their first contribution in #59
- Majid Alikhani (@CtrlMj) made their first contribution in #73
- Marc Gibbons (@marcgibbons) made their first contribution in #77
- Christophe Bornet (@cbornet) made their first contribution in #17
- Ademílson Tonato (@ftonato) made their first contribution in #87
- Eugene Yurtsev (@eyurtsev) made their first contribution in #75
- Cosmo André (@soucosmo) made their first contribution in #84
- Anthony Shaw (@tonybaloney) made their first contribution in #88
- jerryyf made their first contribution in #89
Full Changelog: libs/community/v0.3.24...libs/community/v0.3.25