fix(fs): Improve waitForFileToBeReady function for file stability detection

This commit is contained in:
2025-01-07 04:30:39 +01:00
parent d557e4b4fe
commit 4c4e41b158
5 changed files with 1315 additions and 272 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2025-01-07 - 11.1.1 - fix(fs)
Improve waitForFileToBeReady function for file stability detection
- Enhanced error handling and file stability checks in waitForFileToBeReady function
- Added timeout feature for file readiness check
- Improved directory access check before file availability check
## 2025-01-07 - 11.1.0 - feat(SmartFile)
Add rename functionality to SmartFile class