fix(smartfs.provider.node): replace synchronous readdirSync with async await fs.readdir for directory listings in the Node provider to avoid blocking the event loop
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## 2026-03-05 - 1.3.3 - fix(smartfs.provider.node)
|
||||
replace synchronous readdirSync with async await fs.readdir for directory listings in the Node provider to avoid blocking the event loop
|
||||
|
||||
- Replaced fsSync.readdirSync with await fs.readdir in listDirectory and listDirectoryRecursive.
|
||||
- Switches from a blocking filesystem call to the non-blocking Node fs API in the node provider.
|
||||
- Patch bump from 1.3.2 to 1.3.3 is recommended.
|
||||
|
||||
## 2026-03-05 - 1.3.2 - fix(provider(node))
|
||||
use synchronous readdir to avoid partial results on some filesystems (e.g., XFS) when the process receives signals
|
||||
|
||||
|
||||
Reference in New Issue
Block a user