session-steward 0.10.0 → 0.10.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.10.2] - 2026-09-07
4
+
5
+ ### Fixed
6
+
7
+ - Codex cleanup now removes every rollout for a session, clears its memory jobs, and refreshes consolidated memory when needed.
8
+
9
+ ## [0.10.1] - 2026-09-03
10
+
11
+ ### Fixed
12
+
13
+ - Codex cleanup now handles stale writer-lock files correctly and includes realtime session history in cleanup and recovery.
14
+
3
15
  ## [0.10.0] - 2026-08-30
4
16
 
5
17
  ### Added
@@ -143,6 +155,8 @@
143
155
  - Support for custom Codex home folders and a saved folder preference.
144
156
  - Streaming and bounded-memory discovery for large session collections and transcripts.
145
157
 
158
+ [0.10.2]: https://github.com/mallikcheripally/session-steward/compare/v0.10.1...v0.10.2
159
+ [0.10.1]: https://github.com/mallikcheripally/session-steward/compare/v0.10.0...v0.10.1
146
160
  [0.10.0]: https://github.com/mallikcheripally/session-steward/compare/v0.9.0...v0.10.0
147
161
  [0.9.0]: https://github.com/mallikcheripally/session-steward/compare/v0.8.0...v0.9.0
148
162
  [0.8.0]: https://github.com/mallikcheripally/session-steward/compare/v0.7.0...v0.8.0