Releases: GetDKAN/file-fetcher
Releases · GetDKAN/file-fetcher
4.1.3
Prevent Remote Processor from performing an HTTP request prematurely …
4.1.2
Switch to a direct copy() for local files. (#24)
4.1.1
Extra check while fetching. (#23)
4.1.0
- Local Processor can now copy files from a source to a destination.
4.0.0
- 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
[FEATURE] Optionally keep original filename (#19)
3.0.4
[REFACTOR] #17 LastResort Processor
3.0.3
[BUG] #16 Fix infinite loop when source is non-existent
3.0.2
[BUG] #14 Make Local processor's server check more accurate.
3.0.1
- [BUG] #13 Add custom processors correctly.