Skip to content

Releases: dakriy/file-sync

v1.5.1

10 Nov 17:59

Choose a tag to compare

Updates:

  • updated gradle to 9.1.0

Fixes:

  • MLSD line parsing would error if filename contained a ';'

v1.5.0

16 Jun 20:23

Choose a tag to compare

New Features:

  • Source force sort mode

Fixes:

  • Example custom AF source on getting files
  • Improved error handling around downloading files

v1.4.0

10 Jun 17:45

Choose a tag to compare

New Featurs:

  • Allow different sort methods on programs

v1.3.0

22 May 07:41

Choose a tag to compare

New Features

  • File download and process limit — You can now limit the number of files downloaded and processed across all sources to better control bandwidth usage.
  • Silence parse warnings -- New options for controlling output verbosity when matching source files. When a file doesn't match you can silence logs.

Bug Fixes

  • Fixed deadlock when downloading many files — Resolved a concurrency issue where downloads would hang when the number of files matched the max IO thread count.
  • Docker now correctly runs the app — The container now includes the correct shadow jar so it can start properly.

v1.2.0

18 Mar 18:52

Choose a tag to compare

Fixes:

  • fix: FTP files not fully downloading, or being corrupted

Features:

  • feat: TLS with FTP servers
  • feat: TLS Resumption with FTP servers

v1.1.0

06 Nov 02:30

Choose a tag to compare

fix: created_at should be a formattable date and dates should not req…

v1.0.1

05 Nov 23:47

Choose a tag to compare

  • Allow FTP sources to be able to recursively list files and directories.

v1.0.0

05 Nov 08:20

Choose a tag to compare

fix: give releasing package permissions and only create a job for rel…