feat(core): Introduce ProcessMonitor with memory management and spawning features
This commit is contained in:
@@ -1,5 +1,14 @@
|
||||
# Changelog
|
||||
|
||||
## 2025-03-01 - 1.2.0 - feat(core)
|
||||
Introduce ProcessMonitor with memory management and spawning features
|
||||
|
||||
- Added ProcessMonitor class with functionality to manage process execution and memory usage.
|
||||
- Implemented process spawning with ability to handle command arguments and directories.
|
||||
- Added periodic memory monitoring and automatic restarts when memory thresholds are exceeded.
|
||||
- ProcessMonitor now logs its actions with optional configuration name for better identification.
|
||||
- Updated test file to include example usage of ProcessMonitor.
|
||||
|
||||
## 2025-03-01 - 1.1.1 - fix(package)
|
||||
Update dependencies and pnpm configuration
|
||||
|
||||
|
Reference in New Issue
Block a user