All Updates
Harbor v0.2.1
Harbor v0.2.1
Improvements
- Chunked parallel downloads with automatic resume on network interruption
- Blake3 cryptographic integrity verification for every downloaded model
- Deduplicated blob storage with LRU cache eviction
- Namespace-scoped model repositories for organized model collections
- Download scheduling with bandwidth throttling and ETA estimation
Performance Improvements
- Parallel chunk download improved model acquisition speed by 3.2x
- Deduplicated storage reduced disk usage by up to 60% for multi-model workflows
Bug Fixes
- Fixed download resume state corruption after unexpected process termination
- Fixed Blake3 hash mismatch on files larger than 4GB
💙 Thanks to our contributors
- @security-researcher — identifying the hash verification edge case