Bugfixes 🐛
- Race condition in
ThreadSafeSyncResultwhere parallel sync threads could overwrite each other's counter values, causingTotalFilesProcessedto undercount. Counter values are now flushed once after all parallel phases complete.
Changed
- Updated
docker-compose.test.ymlfor LocalStack's new authentication requirement (community image sunset). Removed deprecatedSERVICES,DEBUG, andEDGE_PORTenvironment variables. - Updated dependencies.
Full Changelog: v1.0.0...v1.0.1