@hienlh/ppm 0.12.4 → 0.12.6

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,16 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.12.6] - 2026-04-20
4
+
5
+ ### Fixed
6
+ - **CLI db commands hang (postgres)**: Close postgres connection pool after CLI operations — cached pool's 5min idle timer was keeping the process alive
7
+ - **CLI db commands hang (sqlite)**: Same issue — close sqlite cached connections after CLI operations
8
+
9
+ ## [0.12.5] - 2026-04-20
10
+
11
+ ### Fixed
12
+ - **CLI db commands hang**: Close postgres connection pool after CLI operations (`db test`, `db tables`, `db schema`, `db data`, `db query`) — cached pool's 5min idle timer was keeping the process alive
13
+
3
14
  ## [0.12.4] - 2026-04-20
4
15
 
5
16
  ### Fixed