Skip to content

Commit 6984958

Browse files
authored
chore: sat release (#4702)
1 parent b13748c commit 6984958

3 files changed

Lines changed: 22 additions & 2 deletions

File tree

docs/changelog.mdx

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

11+
<Update label="2026-04-04" description="v1.0.11">
12+
13+
**New Features & Updates:**
14+
- **SDK:** Added `multilingual` parameter to project update ([#4314](https://github.com/mem0ai/mem0/pull/4314))
15+
16+
**Bug Fixes:**
17+
- **LLMs:** Fixed Groq model configuration ([#4700](https://github.com/mem0ai/mem0/pull/4700))
18+
- **Core:** Prevented thread and memory leaks from PostHog telemetry ([#4535](https://github.com/mem0ai/mem0/pull/4535))
19+
- **Vector Stores:** Used `DatetimeRange` for datetime string values in Qdrant range filters ([#4659](https://github.com/mem0ai/mem0/pull/4659))
20+
- **Configs:** Added missing `ConfigDict` to vector store configs (Elasticsearch, MongoDB, Neptune, OpenSearch, PGVector, Supabase, Valkey) ([#4656](https://github.com/mem0ai/mem0/pull/4656))
21+
22+
</Update>
23+
1124
<Update label="2026-04-01" description="v1.0.10">
1225

1326
**New Features & Updates:**
@@ -832,6 +845,13 @@ mode: "wide"
832845

833846
<Tab title="TypeScript">
834847

848+
<Update label="2026-04-04" description="v2.4.6">
849+
850+
**New Features & Updates:**
851+
- **Client:** Added `multilingual` parameter to project update types ([#4314](https://github.com/mem0ai/mem0/pull/4314))
852+
853+
</Update>
854+
835855
<Update label="2026-04-01" description="v2.4.5">
836856

837857
**Bug Fixes:**

mem0-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mem0ai",
3-
"version": "2.4.5",
3+
"version": "2.4.6",
44
"description": "The Memory Layer For Your AI Apps",
55
"main": "./dist/index.js",
66
"module": "./dist/index.mjs",

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 = "1.0.10"
7+
version = "1.0.11"
88
description = "Long-term memory for AI Agents"
99
authors = [
1010
{ name = "Mem0", email = "support@mem0.ai" }

0 commit comments

Comments
 (0)