Skip to content

Commit ef411ce

Browse files
groksrcclaude
andcommitted
docs: add v0.17.3 changelog entry
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent c6baf58 commit ef411ce

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

CHANGELOG.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,45 @@
11
# CHANGELOG
22

3+
## v0.17.3 (2026-01-03)
4+
5+
### Features
6+
7+
- **#485**: Add stable external_id (UUID) to Project and Entity models
8+
([`a4000f6`](https://github.com/basicmachines-co/basic-memory/commit/a4000f6))
9+
- Projects and entities now have immutable UUID identifiers
10+
- API v2 endpoints use external_id for stable references
11+
- Directory responses include external_id for entities
12+
13+
### Bug Fixes
14+
15+
- **#501**: Update mcp dependency to support protocol version 2025-11-25
16+
([`c6baf58`](https://github.com/basicmachines-co/basic-memory/commit/c6baf58))
17+
- Fixes "Unsupported protocol version" error when using Claude Code
18+
- Bump mcp from >=1.2.0 to >=1.23.1
19+
20+
- **#499**: Fix route ordering for cloud deployments
21+
([`53c4c20`](https://github.com/basicmachines-co/basic-memory/commit/53c4c20))
22+
23+
- **#486**: Skip config file update for set_default_project in cloud mode
24+
([`fd732aa`](https://github.com/basicmachines-co/basic-memory/commit/fd732aa))
25+
26+
- **#484**: Make RelationResponse.from_id optional to handle null permalinks
27+
([`537e58a`](https://github.com/basicmachines-co/basic-memory/commit/537e58a))
28+
29+
- Use upsert to prevent IntegrityError during parallel search indexing
30+
([`4ce2198`](https://github.com/basicmachines-co/basic-memory/commit/4ce2198))
31+
32+
- Use relative file paths in importers for cloud storage compatibility
33+
([`8adf1f4`](https://github.com/basicmachines-co/basic-memory/commit/8adf1f4))
34+
35+
### Internal
36+
37+
- Refactor importers to use FileService for cloud compatibility
38+
([`45ce181`](https://github.com/basicmachines-co/basic-memory/commit/45ce181))
39+
40+
- Strengthen integration test coverage, remove stdlib mocks
41+
([`b4486d2`](https://github.com/basicmachines-co/basic-memory/commit/b4486d2))
42+
343
## v0.17.2 (2025-12-29)
444

545
### Bug Fixes

0 commit comments

Comments
 (0)