Skip to content

Commit f6aa4dd

Browse files
committed
docs: add v0.17.3 release notes
1 parent d57c0d5 commit f6aa4dd

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed

src/pages/latest-releases.mdx

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,55 @@ import { Card, CardGroup, Info, Warning, Note, Tip, Accordion, AccordionItem, St
1010

1111
View the latest changes to Basic Memory on [GitHub](https://github.com/basicmachines-co/basic-memory/releases)
1212

13+
## [v0.17.3](https://github.com/basicmachines-co/basic-memory/releases/tag/v0.17.3) — 2026-01-03
14+
15+
**Focus:** Claude Code compatibility and cloud deployment stability
16+
17+
<Info>
18+
**Highlights:**
19+
- MCP protocol version 2025-11-25 support for Claude Code compatibility
20+
- Stable UUID external_id for Projects and Entities
21+
- Cloud deployment fixes for route ordering and config handling
22+
</Info>
23+
24+
### Features
25+
26+
- **Stable external_id for Projects and Entities** ([#485](https://github.com/basicmachines-co/basic-memory/pull/485))
27+
- Added stable UUID `external_id` field to Project and Entity models
28+
- Enables reliable cross-system synchronization and identity tracking
29+
- Foundation for improved cloud sync and API integrations
30+
31+
### Bug Fixes
32+
33+
- **MCP protocol version 2025-11-25 support** ([#501](https://github.com/basicmachines-co/basic-memory/pull/501))
34+
- Updated mcp dependency to >=1.23.1 to support protocol version 2025-11-25
35+
- Fixes "Unsupported protocol version" errors when using Claude Code
36+
- Ensures compatibility with latest Claude Code releases
37+
38+
- **Route ordering for cloud deployments** ([#499](https://github.com/basicmachines-co/basic-memory/pull/499))
39+
- Fixed API route ordering issues in cloud environments
40+
- Resolves request routing conflicts in multi-tenant deployments
41+
42+
- **Skip config file update in cloud mode** ([#486](https://github.com/basicmachines-co/basic-memory/pull/486))
43+
- `set_default_project` no longer attempts to write config files in cloud mode
44+
- Prevents filesystem errors in containerized environments
45+
46+
- **RelationResponse.from_id optional** ([#484](https://github.com/basicmachines-co/basic-memory/pull/484))
47+
- Made `from_id` optional to handle null permalinks gracefully
48+
- Fixes API errors when processing relations with missing data
49+
50+
- **Parallel search indexing stability**
51+
- Use upsert operations to prevent IntegrityError during concurrent indexing
52+
- Improved reliability for large knowledge bases
53+
54+
- **Relative file paths in importers**
55+
- Use relative paths for cloud storage compatibility
56+
- Fixes import operations in cloud environments
57+
58+
**Full Changelog**: https://github.com/basicmachines-co/basic-memory/compare/v0.17.2...v0.17.3
59+
60+
---
61+
1362
## [v0.17.2](https://github.com/basicmachines-co/basic-memory/releases/tag/v0.17.2) — 2025-12-29
1463

1564
**Focus:** Cloud mode improvements and build optimizations

0 commit comments

Comments
 (0)