Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 6 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,6 @@
All notable changes to `plotjuggler_sdk` are recorded here. Versioning policy is in
[`CLAUDE.md`](./CLAUDE.md) → "Release Versioning".

## [0.25.1]

### Fix: cache cleanup revalidates scanned files before removal (PATCH)

Descriptor-import cache cleanup now rechecks an artifact's size and LRU stamp under its
exclusive identity lock before eviction, and rechecks an orphan partial's age before removal.
Files replaced, refreshed, or removed after the single cleanup scan are skipped without error.

## [0.25.0]

### Feature: plugin-authoring CMake helpers ship with the SDK (MINOR)
Expand Down Expand Up @@ -45,6 +37,12 @@ are now kept exported automatically (no need to repeat them in `EXTRA_EXPORTS`).
Plugins that adopt these helpers pin `plotjuggler_sdk/[>=0.25.0 <1.0.0]`. No ABI change;
`abi/baseline.abi` is untouched.

### Fix: cache cleanup revalidates scanned files before removal

Descriptor-import cache cleanup now rechecks an artifact's size and LRU stamp under its
exclusive identity lock before eviction, and rechecks an orphan partial's age before removal.
Files replaced, refreshed, or removed after the single cleanup scan are skipped without error.

## [0.24.0]

### Feature: plugin-authoring helpers + descriptor-import provider support (MINOR)
Expand Down
Loading