Skip to content

Commit 4cef928

Browse files
phernandezclaude
andcommitted
docs: add CHANGELOG entry for v0.17.7
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> Signed-off-by: phernandez <paul@basicmachines.co>
1 parent 6888eff commit 4cef928

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

CHANGELOG.md

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

3+
## v0.17.7 (2026-01-24)
4+
5+
### Features
6+
7+
- **#476**: Add SPEC-29 Phase 3 bucket snapshot CLI commands
8+
([`369ad37`](https://github.com/basicmachines-co/basic-memory/commit/369ad37))
9+
- New `basic-memory cloud snapshot` commands for managing cloud snapshots
10+
- Commands: `create`, `list`, `delete`, `show`, `browse`
11+
12+
- **#515**: Add MCP registry publication files
13+
([`7a502e6`](https://github.com/basicmachines-co/basic-memory/commit/7a502e6))
14+
15+
### Bug Fixes
16+
17+
- **#521**: Fix `get_default_project()` returning multiple results
18+
([`6888eff`](https://github.com/basicmachines-co/basic-memory/commit/6888eff))
19+
- Query incorrectly matched any project with non-NULL `is_default` (both True and False)
20+
- Now correctly checks for `is_default=True` only
21+
22+
- **#520**: Read default project from database in cloud mode
23+
([`38616c3`](https://github.com/basicmachines-co/basic-memory/commit/38616c3))
24+
25+
- **#513**: Ensure external_id is set on entity creation
26+
([`c7835a9`](https://github.com/basicmachines-co/basic-memory/commit/c7835a9))
27+
28+
### Internal
29+
30+
- **#514**: Remove OpenPanel telemetry
31+
([`85835ae`](https://github.com/basicmachines-co/basic-memory/commit/85835ae))
32+
33+
- Update README links to point to basicmemory.com
34+
([`2aaee73`](https://github.com/basicmachines-co/basic-memory/commit/2aaee73))
35+
336
## v0.17.6 (2026-01-17)
437

538
### Bug Fixes

0 commit comments

Comments
 (0)