Releases: langchain-ai/langchain-mongodb
libs/langchain-mongodb/v0.6.2
What's Changed
- Prep for 0.6.2 release by @blink1073 in #133
Full Changelog: libs/langgraph-store-mongodb/v0.0.1...libs/langchain-mongodb/v0.6.2
libs/langgraph-store-mongodb/v0.0.1
What's Changed
- Clean up readme by @aclark4life in #120
- Fix API links for LangGraph Checkpointer in Readme by @blink1073 in #122
- INTPYTHON-608 Use pinned sources for GitHub Actions by @blink1073 in #125
- INTPYTHON-603 Add markdown link checker by @blink1073 in #123
- Update pymongo requirement from <4.12,>=4.10 to >=4.10,<4.13 in /libs/langgraph-checkpoint-mongodb by @dependabot in #126
- Bump the actions group with 2 updates by @dependabot in #127
- Fix: Enhance _parse_command to robustly handle whitespace and formatting by @mhasan502 in #131
- INTPYTHON-433 LangGraph longterm memory: MongoDBStore by @caseyclements in #121
- Added langgraph-store-mongodb to dependabot and _release actions. by @caseyclements in #132
New Contributors
- @aclark4life made their first contribution in #120
- @mhasan502 made their first contribution in #131
Full Changelog: libs/langchain-mongodb/v0.6.1...libs/langgraph-store-mongodb/v0.0.1
libs/langchain-mongodb/v0.6.1
What's Changed
- INTPYTHON-539 Test GraphRag with alternate model by @caseyclements in #100
- INTPYTHON-558 Make test fixtures session scoped by @blink1073 in #113
- INTPYTHON-572 Add type check to CI by @blink1073 in #115
- INTPYTHON-587 Fix Syntax Error in docstring by @blink1073 in #118
- INTPYTHON-571 Add MongoDBDocStore to Readme by @blink1073 in #114
- Prep for langchain-mongodb 0.6.1 release by @blink1073 in #119
Full Changelog: libs/langgraph-checkpoint-mongodb/v0.1.3...libs/langchain-mongodb/v0.6.1
libs/langgraph-checkpoint-mongodb/v0.1.3
What's Changed
- INTPYTHON-567 Fix AsyncMongoDBSaver setup by @blink1073 in #109
- INPYTHON-563 Update uv locks as part of pre-commit by @blink1073 in #110
- Prepare for langgraph-checkpoint-mongodb 0.1.3 by @blink1073 in #111
Full Changelog: libs/langgraph-checkpoint-mongodb/v0.1.2...libs/langgraph-checkpoint-mongodb/v0.1.3
libs/langgraph-checkpoint-mongodb/v0.1.2
What's Changed
- Prepare for langgraph-checkpoint-mongodb 0.1.2 by @blink1073 in #106
Full Changelog: libs/langchain-mongodb/v0.6.0...libs/langgraph-checkpoint-mongodb/v0.1.2
libs/langchain-mongodb/v0.6.0
What's Changed
- INTPYTHON-537 Add release checklist by @blink1073 in #87
- INTPYTHON-543: Update monorepo's uv.lock by @caseyclements in #88
- INTPYTHON-544 Improve API Docs by @blink1073 in #90
- INTPYTHON-275 Natural language to MQL Database tool by @blink1073 in #70
- INTPYTHON-386 Update Vectorstore constructors to check for search indexes and create if not found by @blink1073 in #92
- INTPYTHON-495 Automatically create indexes for checkpointer collections by @caseyclements in #91
- INTPYTHON-516 Handle Cleanup of Clients by @blink1073 in #93
- Bump extractions/setup-just from 2 to 3 in the actions group by @dependabot in #94
- INTPYTHON-434 Add standard test suites for Vector Store and Tools by @blink1073 in #95
- INTPYTHON-553 Reset global cache to None in pytest fixture after test_cache finishes by @caseyclements in #97
- INTPYTHON-504 Add DriverInfo to AsyncIOMotorClient by @caseyclements in #101
- INTPYTHON-271 Migrate SelfQueryRetreiver to langchain-mongoDB package from community by @caseyclements in #96
- [VectorStores] Override _select_relevance_score_fn to use score threshold by @Dheeraj-Nalapat in #99
- INTPYTHON-434 Add standard test suites for retrievers by @blink1073 in #98
- INTPYTHON-561 Change default batch size to 100 and update docs by @blink1073 in #103
- patch: port langgraph checkpoint changes by @vbarda in #105
- INTPYTHON-562 Prepare for 0.6 release by @blink1073 in #104
New Contributors
- @Dheeraj-Nalapat made their first contribution in #99
Full Changelog: libs/langgraph-checkpoint-mongodb/v0.1.1...libs/langchain-mongodb/v0.6.0
libs/langgraph-checkpoint-mongodb/v0.1.1
What's Changed
- langgraph-checkpoint-mongodb: remove langgraph dependency by @vbarda in #85
- Start server before running unit tests in release process by @blink1073 in #86
Full Changelog: libs/langchain-mongodb/v0.5.0...libs/langgraph-checkpoint-mongodb/v0.1.1
libs/langchain-mongodb/v0.5.0
What's Changed
- INTPYTHON-482 Add API docs by @blink1073 in #62
- Remove uv workspaces by @blink1073 in #64
- INTPYTHON-492 Temporarily remove pregel tests by @caseyclements in #65
- INTPYTHON-474 Add missing links in readme by @blink1073 in #67
- langgraph-checkpoint-mongodb: remove .setup() from README by @vbarda in #68
- INTPYTHON-504 Add DriverInfo to MongoClients by @caseyclements in #73
- Add dependabot config by @blink1073 in #74
- Bump the actions group with 2 updates by @dependabot in #77
- Update pymongo requirement from ~=4.9.0 to >=4.9,<4.12 in /libs/langgraph-checkpoint-mongodb by @dependabot in #76
- INTPYTHON-330 GraphRAG by @caseyclements in #66
- INTPYTHON-515 Release GraphRAG langchain-mongodb 0.5.0 by @caseyclements in #80
- GraphRAG CI Fixes by @caseyclements in #82
- Updates MongoDBGraphStore.init signature by @caseyclements in #83
New Contributors
- @vbarda made their first contribution in #68
- @dependabot made their first contribution in #77
Full Changelog: libs/langchain-mongodb/v0.4.0...libs/langchain-mongodb/v0.5.0
libs/langchain-mongodb/v0.4.0
What's Changed
- INTPYTHON-449 Fix langchain local atlas usage by @blink1073 in #38
- INTPYTHON-438 Add CONTRIBUTING.md and README by @blink1073 in #39
- INTPYTHON-453 Update folder name and add contributing guide by @blink1073 in #40
- INTPYTHON-454 Clean up release output by @blink1073 in #41
- INTPYTHON-270 Implement a MongoDB record manager by @blink1073 in #42
- INTPYTHON-456 Fix handling of server time by @blink1073 in #45
- INTPYTHON-459 Refactor handling of client into a pytest fixture by @blink1073 in #44
- INTPYTHON-455 Add CHANGELOG by @blink1073 in #43
- INTPYTHON-463 Improve use of pre-commit by @blink1073 in #47
- INTPYTHON-283 Migrate OpenAI embedding API to a local model by @blink1073 in #46
- INTPYTHON-283 Fix handling of OPENAI_API_KEY by @blink1073 in #51
- INTPYTHON-268 Add MongoDBLoader by @blink1073 in #50
- INTPYTHON-467 Switch from Makefile to Justfile by @blink1073 in #52
- INTPYTHON-452 Add hybrid retriever test with nested field by @blink1073 in #54
- INTPYTHON-468 Switch from Poetry to uv by @blink1073 in #53
- INTPYTHON-469 Document local testing setup by @blink1073 in #55
- INTPYTHON-470 Add zizmor check by @blink1073 in #57
- Prep for langchain-mongodb 0.4 release by @blink1073 in #58
- Fix release workflow by @blink1073 in #59
- Fix release workflow again by @blink1073 in #60
- Fix justfile target handling by @blink1073 in #61
Full Changelog: libs/langgraph-checkpoint-mongodb/v0.1.0...libs/langchain-mongodb/v0.4.0
libs/mongodb/v0.3.0
What's Changed
- Prep for 0.1.0 release of langgraph-checkpoint-mongodb by @blink1073 in #35
- Bump to from alpha to release by @caseyclements in #37
Full Changelog: libs/langgraph-checkpoint-mongodb/v0.1.0a3...libs/mongodb/v0.3.0