Skip to content

Commit 37ee3c5

Browse files
authored
docs: Update for new Project API and deprecation notices (#3212)
1 parent c8892bb commit 37ee3c5

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

docs/changelog.mdx

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,31 @@ mode: "wide"
88
<Tabs>
99
<Tab title="Python">
1010

11+
<Update label="2025-07-24" description="v0.1.115">
12+
13+
**New Features & Updates:**
14+
- Enhanced project management via `client.project` and `AsyncMemoryClient.project` interfaces
15+
- Full support for project CRUD operations (create, read, update, delete)
16+
- Project member management: add, update, remove, and list members
17+
- Manage project settings including custom instructions, categories, retrieval criteria, and graph enablement
18+
- Both sync and async support for all project management operations
19+
20+
**Improvements:**
21+
- **Documentation:**
22+
- Added detailed API reference and usage examples for new project management methods.
23+
- Updated all docs to use `client.project.get()` and `client.project.update()` instead of deprecated methods.
24+
25+
- **Deprecation:**
26+
- Marked `get_project()` and `update_project()` as deprecated (these methods were already present); added warnings to guide users to the new API.
27+
28+
**Bug Fixes:**
29+
- **Tests:**
30+
- Fixed Gemini embedder and LLM test mocks for correct error handling and argument structure.
31+
- **vLLM:**
32+
- Fixed duplicate import in vLLM module.
33+
34+
</Update>
35+
1136
<Update label="2025-07-05" description="v0.1.114">
1237

1338
**New Features:**

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "mem0ai"
7-
version = "0.1.114"
7+
version = "0.1.115"
88
description = "Long-term memory for AI Agents"
99
authors = [
1010
{ name = "Mem0", email = "[email protected]" }

0 commit comments

Comments
 (0)