Releases: GrzegorzBlok/FastRsyncNet
Releases · GrzegorzBlok/FastRsyncNet
2.1.0
- Adler32RollingChecksumV2 added (merge from Octodiff)
- xxHash library updated to 2.0.0
2.0.0
- New signature and delta format based on JSON introduced
- MD5 hashing method added
- Newtonsoft.JSON is a dependency, now
FastRsync 2.0.0 is backward compatible with FastRsync 1.x and Octodiff signatures/deltas, i.e. it is able to read "old" signature and apply "old" patch. FastRsync 1.x is not able to read 2.0.0 signature or delta.
2.0.0-beta
- New signature and delta format introduced
- MD5 hashing method added
FastRsync 2.0.0 is backward compatible with FastRsync 1.x and Octodiff signatures/deltas, i.e. it is able to read "old" signature and apply "old" patch. FastRsync 1.x is not able to read 2.0.0 signature or delta.
1.2.0
- Async methods added (intended for slow IO, e.g. network streams; if you operate on FileStream you should use sync methods as before)
- Some custom exceptions have been replaced with CRL ones
v1.1.1
NullProgressReporter removed, progress operation type changed from st…