Skip to content

Commit 630eeb9

Browse files
phernandezclaude
andcommitted
docs: add CHANGELOG entry for v0.18.4
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: phernandez <paul@basicmachines.co>
1 parent 0eae0e1 commit 630eeb9

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

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

3+
## v0.18.4 (2026-02-12)
4+
5+
### Bug Fixes
6+
7+
- Use global `--header` flag for Tigris consistency on all rclone transactions
8+
([`0eae0e1`](https://github.com/basicmachines-co/basic-memory/commit/0eae0e1))
9+
- `--header-download` / `--header-upload` only apply to GET/PUT requests, missing S3
10+
ListObjectsV2 calls that bisync issues first. Non-US users saw stale edge-cached metadata.
11+
- `--header` applies to ALL HTTP transactions (list, download, upload), fixing bisync for
12+
users outside the Tigris origin region.
13+
314
## v0.18.2 (2026-02-11)
415

516
### Bug Fixes

server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
"url": "https://github.com/basicmachines-co/basic-memory.git",
77
"source": "github"
88
},
9-
"version": "0.18.2",
9+
"version": "0.18.4",
1010
"packages": [
1111
{
1212
"registryType": "pypi",
1313
"identifier": "basic-memory",
14-
"version": "0.18.2",
14+
"version": "0.18.4",
1515
"runtimeHint": "uvx",
1616
"runtimeArguments": [
1717
{"type": "positional", "value": "basic-memory"},

src/basic_memory/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""basic-memory - Local-first knowledge management combining Zettelkasten with knowledge graphs"""
22

33
# Package version - updated by release automation
4-
__version__ = "0.18.2"
4+
__version__ = "0.18.4"
55

66
# API version for FastAPI - independent of package version
77
__api_version__ = "v0"

0 commit comments

Comments
 (0)