|
1 | 1 | # CHANGELOG |
2 | 2 |
|
| 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 | + |
3 | 43 | ## v0.17.2 (2025-12-29) |
4 | 44 |
|
5 | 45 | ### Bug Fixes |
|
0 commit comments