Skip to content

Releases: GrzegorzBlok/FastRsyncNet

2.1.0

22 Jun 12:38
Compare
Choose a tag to compare
  • Adler32RollingChecksumV2 added (merge from Octodiff)
  • xxHash library updated to 2.0.0

2.0.0

24 Nov 07:50
Compare
Choose a tag to compare
  • 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

20 Nov 16:06
Compare
Choose a tag to compare
2.0.0-beta Pre-release
Pre-release
  • 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

08 Nov 13:06
Compare
Choose a tag to compare
  • 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

20 Jan 13:05
Compare
Choose a tag to compare
NullProgressReporter removed, progress operation type changed from st…