Skip to content

Commit 762c4da

Browse files
committed
docs: add v0.17.6 and v0.17.7 release notes
1 parent e47dadf commit 762c4da

File tree

2 files changed

+52
-1
lines changed

2 files changed

+52
-1
lines changed

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This is the documentation website for Basic Memory (`docs.basicmemory.com`), bui
1212

1313
**Repository**: https://github.com/basicmachines-co/basic-memory
1414
**Website**: https://basicmemory.com
15-
**Current Version**: v0.17.5 (released January 11, 2026)
15+
**Current Version**: v0.17.7 (released January 19, 2026)
1616

1717
**Key Features**:
1818
- 17 MCP tools for AI integration (write_note, read_note, edit_note, search_notes, build_context, etc.)

src/pages/latest-releases.mdx

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,57 @@ 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.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

Comments
 (0)