Skip to content

Commit a1b9bf4

Browse files
committed
chore: prepare v1.3.3 release
1 parent a762e86 commit a1b9bf4

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.3.3] - 2026-04-28
9+
10+
### Fixed
11+
12+
- Added atomic cross-process storage writes with stale-lock recovery and heartbeat refresh to prevent concurrent memory-file corruption.
13+
- Scoped pending-memory promotion by owner/session so global unowned cleanup no longer removes active owned entries.
14+
- Retained source-aware pending memories until they are actually promoted, absorbed, superseded, or rejected.
15+
- Persisted load-time security redaction and expanded Bearer-token redaction to reduce secret retention risk.
16+
- Hardened workspace normalization, cache bounds, rejected-entry retention, and session cleanup behavior.
17+
818
## [1.3.2] - 2026-04-27
919

1020
### Fixed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opencode-working-memory",
3-
"version": "1.3.2",
3+
"version": "1.3.3",
44
"description": "Three-layer memory architecture for OpenCode with workspace memory and hot session state",
55
"type": "module",
66
"main": "index.ts",

0 commit comments

Comments
 (0)