Releases: GrzegorzBlok/FastRsyncNet
Releases · GrzegorzBlok/FastRsyncNet
2.4.2
2.4.1
Dependabot alerts fixed (System.Text.Json updated to 8.0.4)
2.4.0
- XxHash3 hashing algorithm added
- Newtonsoft.Json replaced with System.Text.Json
- System.Data.HashFunction replaced with System.IO.Hashing
- New platform targets (.Net Framework 4.5.2 -> 4.6.2, .Net Standard 1.3 support dropped, .Net 7.0 target added)
FastRsyncNet.Compression 1.1.0
- Async method added
- Dependencies updated
2.3.2
- Newtonsoft Json dependency updated to >= 13.0.1 (addressing Dependabot alerts)
- .Net Framework minimal requirement updated to 4.5.2 from 4.5 (it is no longer possible to install 4.5 developer target pack)
FastRsyncNet.Compression 1.0.0
First release of a standalone package providing Rsync compatible GZip compression algorithm.
2.3.1
- Fix: DeltaBuilder sometimes crashing when dealing with huge files
2.3.0
- Add BaseFileHashAlgorithm and BaseFileHash fields to DeltaMetadata structure. This change is backward and forward compatible, i.e. delta made with 2.3.0 version is going to work with previous FastRsync library and delta made with previous FastRsync library is going to work with 2.3.0
2.2.1
Fixed suboptimal handling of network stream in DeltaWriter
2.2.0
- Targeting netstandard1.3 and netstandard2.0
- Fixed suboptimal handling of network stream in SignatureWriter. Thanks to @DaRosenberg #10
- Newtonsoft.Json library updated to 11.0.2