Skip to content

Releases: GrzegorzBlok/FastRsyncNet

2.4.2

17 Oct 08:56
Compare
Choose a tag to compare

Dependabot alerts fixed (System.Text.Json updated to 8.0.5)

2.4.1

26 Aug 13:06
Compare
Choose a tag to compare

Dependabot alerts fixed (System.Text.Json updated to 8.0.4)

2.4.0

28 Nov 12:08
d0d6b34
Compare
Choose a tag to compare
  • 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

28 Nov 12:10
d0d6b34
Compare
Choose a tag to compare
  • Async method added
  • Dependencies updated

2.3.2

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

05 Dec 13:00
Compare
Choose a tag to compare

First release of a standalone package providing Rsync compatible GZip compression algorithm.

2.3.1

15 Nov 11:40
Compare
Choose a tag to compare
  • Fix: DeltaBuilder sometimes crashing when dealing with huge files

2.3.0

18 Sep 07:47
Compare
Choose a tag to compare
  • 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

17 Aug 12:17
Compare
Choose a tag to compare

Fixed suboptimal handling of network stream in DeltaWriter

2.2.0

12 Aug 09:41
Compare
Choose a tag to compare
  • 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