Skip to content

Releases: GetDKAN/file-fetcher

4.1.3

23 Nov 14:56
30aa164
Compare
Choose a tag to compare
Prevent Remote Processor from performing an HTTP request prematurely …

4.1.2

14 Sep 18:48
d09be84
Compare
Choose a tag to compare

Switch to a direct copy() for local files. (#24)

4.1.1

27 May 16:47
ed8ecd3
Compare
Choose a tag to compare
Extra check while fetching. (#23)

4.1.0

26 Mar 02:42
258a26e
Compare
Choose a tag to compare
  • Local Processor can now copy files from a source to a destination.

4.0.0

01 Nov 18:50
54deed9
Compare
Choose a tag to compare
  • Moving processor state setup to right-before run. (#20)
  • Removing docs from the master branch. (#21)

NOTE: If your code relies on some "remote" file info currently set in the file-fetcher state during object construction before running a file-fetching operation, the new "lazy-set" approach to state management could affect your existing use of the file-fetcher.

3.1.0

18 Aug 14:11
fceb4f6
Compare
Choose a tag to compare

[FEATURE] Optionally keep original filename (#19)

3.0.4

01 Apr 13:11
Compare
Choose a tag to compare

[REFACTOR] #17 LastResort Processor

3.0.3

31 Mar 11:40
4ad7e43
Compare
Choose a tag to compare

[BUG] #16 Fix infinite loop when source is non-existent

3.0.2

20 Dec 16:49
Compare
Choose a tag to compare

[BUG] #14 Make Local processor's server check more accurate.

3.0.1

14 Nov 03:33
6f0e74d
Compare
Choose a tag to compare
  • [BUG] #13 Add custom processors correctly.