Releases: langchain-ai/langchain-mongodb
libs/langgraph-checkpoint-mongodb/v0.3.0
What's Changed
- INTPYTHON-830 - Make langgraph-checkpoint-mongodb compatible with LangChain 1.0 by @NoahStapp in #274
- INTPYTHON-829 - Update changelog + version for langgraph-checkpoint-mongodb 0.3.0 release by @NoahStapp in #275
Full Changelog: libs/langchain-mongodb/v0.8.0...libs/langgraph-checkpoint-mongodb/v0.3.0
libs/langchain-mongodb/v0.8.0
What's Changed
- INTPYTHON-725 - Remove deprecated AsyncMongoDBSaver from langgraph-checkpoint-mongodb by @NoahStapp in #268
- INTPYTHON-725 - Remove dead link from README by @NoahStapp in #270
- INTPYTHON-826 - Allow custom serdes for MongoDBSaver by @NoahStapp in #269
- INTPYTHON-828 - Make Langchain-MongoDB compatible with LangChain >= 1.0 by @NoahStapp in #271
- INTPYTHON-831 - Update version for 0.8.0 release by @NoahStapp in #273
Full Changelog: libs/langgraph-store-mongodb/v0.1.1...libs/langchain-mongodb/v0.8.0
libs/langgraph-store-mongodb/v0.1.1
What's Changed
- Bumped langgraph-store-mongodb to 0.1.1 by @caseyclements in #265
Full Changelog: libs/langgraph-checkpoint-mongodb/v0.2.2...libs/langgraph-store-mongodb/v0.1.1
libs/langgraph-checkpoint-mongodb/v0.2.2
What's Changed
- INTPYTHON-816 - Bump minimum Python version to 3.10 by @NoahStapp in #241
- Bump the actions group with 4 updates by @dependabot[bot] in #238
- INTPYTHON-825 LangGraph-Checkpoint CVE fix by @caseyclements in #263
- Bump langgraph-checkpoint-mongodb version to 0.2.2 and update locks by @caseyclements in #264
Full Changelog: libs/langchain-mongodb/v0.7.2...libs/langgraph-checkpoint-mongodb/v0.2.2
libs/langchain-mongodb/v0.7.2
What's Changed
- Bump the actions group with 2 updates by @dependabot[bot] in #233
- INTPYTHON-798 - Pin LangChain version < 1.0 by @NoahStapp in #236
- INTPYTHON-817 - Update changelog for 0.7.2 by @NoahStapp in #242
- Bump version for 0.7.2 release by @NoahStapp in #243
Full Changelog: libs/langchain-mongodb/v0.7.1...libs/langchain-mongodb/v0.7.2
libs/langchain-mongodb/v0.7.1
What's Changed
- INTPYTHON-767 Improve lockfile update handling by @blink1073 in #214
- Bump github/codeql-action from 3.30.3 to 3.30.5 in the actions group by @dependabot[bot] in #217
- INTPYTHON-768 Disable caching in release workflows by @blink1073 in #216
- PYTHON-5599 Fixes [BuildFailure] [AI-ML] test_time_travel on remote by @caseyclements in #219
- Bump the actions group with 3 updates by @dependabot[bot] in #222
- Bump langchain-tests from 0.3.21 to 0.3.22 in /libs/langchain-mongodb by @dependabot[bot] in #221
- INTPYTHON-764 Make usage of text_key more obvious by @blink1073 in #220
- INTPYTHON-779 Fix handling of resource warning by @blink1073 in #223
- INTPYTHON-770 Make ttl test more reliable by @blink1073 in #224
- INTPYTHON-780 Make TestMongoDBAtlasFullTextSearchRetriever more robust by @blink1073 in #228
- INTPYTHON-785 Only list authorized collections when listing collections by @rafaelodon in #226
- PYTHON-5580: Add pull request template by @Jibola in #213
- INTPYTHON-787 Added check for AZURE_OPENAI_ENDPOINT test_graphrag.py and cleaned up closing clients by @caseyclements in #232
- Prep 0.7.1 release of langchain-mongodb by @caseyclements in #234
New Contributors
- @rafaelodon made their first contribution in #226
- @Jibola made their first contribution in #213
Full Changelog: libs/langgraph-checkpoint-mongodb/v0.2.1...libs/langchain-mongodb/v0.7.1
libs/langgraph-checkpoint-mongodb/v0.2.1
What's Changed
- Bump the actions group with 2 updates by @dependabot[bot] in #198
- Bump zizmorcore/zizmor-action from 7f2abfff7488a44086dba64ed2f5a9b431508079 to a016d81e77496751b5c04eb1e8f00214bd396553 in the actions group by @dependabot[bot] in #199
- Bump langchain-tests from 0.3.20 to 0.3.21 in /libs/langchain-mongodb by @dependabot[bot] in #200
- INTPYTHON-742 - Increase test index creation timeout to 60 seconds by @NoahStapp in #201
- Bump the actions group with 5 updates by @dependabot[bot] in #203
- Bump the actions group with 3 updates by @dependabot[bot] in #205
- Update pymongo requirement from <4.15,>=4.12 to >=4.12,<4.16 in /libs/langgraph-checkpoint-mongodb by @dependabot[bot] in #206
- Add dependabot instructions by @blink1073 in #209
- Bump zizmorcore/zizmor-action from 873539476a7f9b0da7504d0d9e9a6a5275094d98 to 0696496a48b64e0568faa46ddaf5f6fe48b83b04 in the actions group by @dependabot[bot] in #210
- INTPYTHON-748 Fixed update behavior of ttl index, exposed in interrupt workflows. by @caseyclements in #207
- Prep for release of 0.2.1 by @caseyclements in #212
Full Changelog: libs/langgraph-store-mongodb/v0.1.0...libs/langgraph-checkpoint-mongodb/v0.2.1
libs/langgraph-store-mongodb/v0.1.0
What's Changed
- INPYTHON-719 & INTPYTHON-645 Prep for langgraph-store-mongodb 0.1.0 release by @blink1073 in #197
Full Changelog: libs/langgraph-checkpoint-mongodb/v0.2.0...libs/langgraph-store-mongodb/v0.1.0
libs/langgraph-checkpoint-mongodb/v0.2.0
What's Changed
- INTPYTHON-728 Fix handling of metadata in saver by @blink1073 in #195
- INTPYTHON-703 Prepare for langgraph-checkpoint-mongodb 0.2 by @blink1073 in #196
Full Changelog: libs/langchain-mongodb/v0.7.0...libs/langgraph-checkpoint-mongodb/v0.2.0
libs/langchain-mongodb/v0.7.0
Highlights
- Support separate weights in hybrid retriever.
- Infer dimensions from embedding in auto-created index in
MongoDBAtlasVectorSearchif not provided and auto_create_index is set to True. - Add support for multiple fields in
MongoDBAtlasFullTextSearchRetriever.search_fieldandMongoDBAtlasVectorSearch.text_key. - Add additional client metadata to collection objects consumed by
langchain-mongodb. - Allow
agent_toolkitparser to handle Python and JavaScript objects as part of the command to run.
What's Changed
- Bump github/codeql-action from 3.28.19 to 3.29.0 in the actions group by @dependabot[bot] in #153
- Update pymongo requirement from <4.13,>=4.10 to >=4.10,<4.14 in /libs/langgraph-checkpoint-mongodb by @dependabot[bot] in #152
- INTPYTHON-285 Add kwargs to MongoDBAtlasVectorSearch.create_vector_search_index by @blink1073 in #154
- INTPYTHON-604 Add sharding example for MongoDBSaver by @blink1073 in #155
- Bump astral-sh/setup-uv from 6.1.0 to 6.3.0 in the actions group by @dependabot[bot] in #156
- Bump the actions group with 3 updates by @dependabot[bot] in #157
- INTPYTHON-667 Support Azure OpenAI in tests by @blink1073 in #159
- Bump github/codeql-action from 3.29.1 to 3.29.2 in the actions group by @dependabot[bot] in #161
- Bump zizmorcore/zizmor-action from 1c7106082dbc1753372e3924b7da1b9417011a21 to 0f0557ab4a0b31211d42435e42df31cbd63fdd59 in the actions group by @dependabot[bot] in #164
- INTPYTHON-687 Add multi_field support for $search operation by @DRXD1000 in #166
- Bump astral-sh/setup-uv from 6.3.1 to 6.4.1 in the actions group by @dependabot[bot] in #167
- INTPYTHON-680 Use random seed when testing ChatOpenAI by @blink1073 in #171
- INTPYTHON-689 Remove Motor dependency by @blink1073 in #170
- Bump the actions group with 3 updates by @dependabot[bot] in #172
- INTPYTHON-693 Add MongoDBStore to top level README by @blink1073 in #173
- Bump the actions group with 2 updates by @dependabot[bot] in #178
- Bump langchain-tests from 0.3.14 to 0.3.20 in /libs/langchain-mongodb by @dependabot[bot] in #179
- INTPYTHON-679 Create test of high-level StateGraph API by @caseyclements in #177
- INTPYTHON-655 Infer dimensions from embedding if not provided by @blink1073 in #182
- Bump the actions group with 2 updates by @dependabot[bot] in #185
- INTPYTHON-661 Tests Async use of MongoDBStore by @caseyclements in #176
- Update pymongo requirement from <4.14,>=4.12 to >=4.12,<4.15 in /libs/langgraph-checkpoint-mongodb by @dependabot[bot] in #184
- Fix links to Checkpointers in README by @blink1073 in #187
- INTPYTHON-461 - Add additional client metadata on LangChain Integrations by @NoahStapp in #183
- INTPYTHON-726 Fix test_cache for min deps by @blink1073 in #189
- feat(INTPYTHON-542): support weighted RRF by @s-xu-wafios in #168
- Bump the actions group with 4 updates by @dependabot[bot] in #192
- INTPYTHON-717 Test for hybrid search retriever with weighted rrf by @blink1073 in #190
- [INTPYTHON-690] Adds async methods to mongo db saver by @caseyclements in #174
- INTPYTHON-678 Allow agent_toolkit parser to handle Python and JS objects by @blink1073 in #193
- INTPYTHON-692 Prep for langchain-mongodb 0.7 release by @blink1073 in #194
New Contributors
- @DRXD1000 made their first contribution in #166
- @NoahStapp made their first contribution in #183
- @s-xu-wafios made their first contribution in #168
Full Changelog: libs/langgraph-checkpoint-mongodb/v0.1.4...libs/langchain-mongodb/v0.7.0