prjct-cli 1.46.0 → 1.46.4

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,15 +1,35 @@
1
1
  # Changelog
2
2
 
3
- ## [1.46.0] - 2026-02-17
3
+ ## [1.46.4] - 2026-02-18
4
4
 
5
- ### Features
5
+ ### Bug Fixes
6
6
 
7
- - post-OAuth verify command for MCP health check (#218)
7
+ - daemon production hardening WAL checkpoint, log rotation, project cleanup (#220)
8
+
9
+
10
+ ## [1.46.3] - 2026-02-18
11
+
12
+ ### Bug Fixes
13
+
14
+ - Daemon production hardening: WAL checkpoint, log rotation, project cleanup (#220)
15
+
16
+ ## [1.46.2] - 2026-02-18
8
17
 
9
- ### Performance
18
+ ### Bug Fixes
19
+
20
+ - daemon memory leaks — LRU pool, buffer cap, DB cleanup (#219)
21
+
22
+ ## [1.46.1] - 2026-02-18
23
+
24
+ ### Bug Fixes
10
25
 
11
- - feat: post-OAuth verify command for MCP health check (#218)
26
+ - Daemon memory leaks: LRU connection pool, buffer cap, DB cleanup on shutdown
12
27
 
28
+ ## [1.46.0] - 2026-02-17
29
+
30
+ ### Features
31
+
32
+ - post-OAuth verify command for MCP health check (#218)
13
33
 
14
34
  ## [1.45.8] - 2026-02-17
15
35