@@ -10,6 +10,57 @@ import { Card, CardGroup, Info, Warning, Note, Tip, Accordion, AccordionItem, St
1010
1111View the latest changes to Basic Memory on [ GitHub] ( https://github.com/basicmachines-co/basic-memory/releases )
1212
13+ ## [ v0.17.7] ( https://github.com/basicmachines-co/basic-memory/releases/tag/v0.17.7 ) — 2026-01-19
14+
15+ ** Focus:** MCP Registry publication and bug fixes
16+
17+ <Info >
18+ ** Highlights:**
19+ - Basic Memory is now published to the official MCP Registry
20+ - Fixed entity creation to properly set external_id
21+ - Removed OpenPanel telemetry
22+ </Info >
23+
24+ ### Features
25+
26+ - ** MCP Registry Publication** ([ #515 ] ( https://github.com/basicmachines-co/basic-memory/pull/515 ) )
27+ - Basic Memory is now listed on the official MCP Registry at [ registry.modelcontextprotocol.io] ( https://registry.modelcontextprotocol.io )
28+ - Added ` server.json ` for registry metadata
29+ - Automated version sync during releases
30+
31+ ### Bug Fixes
32+
33+ - ** Fix external_id not set on entity creation** ([ #513 ] ( https://github.com/basicmachines-co/basic-memory/pull/513 ) )
34+ - Ensures stable UUID identifiers are properly assigned when creating new entities
35+
36+ ### Internal
37+
38+ - ** Remove OpenPanel telemetry** ([ #514 ] ( https://github.com/basicmachines-co/basic-memory/pull/514 ) )
39+ - Telemetry collection has been removed from the codebase
40+
41+ ** Full Changelog** : https://github.com/basicmachines-co/basic-memory/compare/v0.17.6...v0.17.7
42+
43+ ---
44+
45+ ## [ v0.17.6] ( https://github.com/basicmachines-co/basic-memory/releases/tag/v0.17.6 ) — 2026-01-17
46+
47+ ** Focus:** Docker container fix and internal cleanup
48+
49+ ### Bug Fixes
50+
51+ - ** Fix Docker container Python symlink broken at runtime** ([ #510 ] ( https://github.com/basicmachines-co/basic-memory/pull/510 ) )
52+ - Resolves issue where Python symlink was broken in Docker containers
53+ - Ensures reliable container startup
54+
55+ ### Internal
56+
57+ - Remove logfire config and specs docs
58+ - Reduce lifespan and sync logging to debug level for cleaner output
59+
60+ ** Full Changelog** : https://github.com/basicmachines-co/basic-memory/compare/v0.17.5...v0.17.6
61+
62+ ---
63+
1364## [ v0.17.5] ( https://github.com/basicmachines-co/basic-memory/releases/tag/v0.17.5 ) — 2026-01-11
1465
1566** Focus:** Python 3.14 compatibility and CLI stability
0 commit comments