Releases: GetDKAN/file-fetcher
Releases · GetDKAN/file-fetcher
3.0.0
- [MANAGEMENT] #12 Update procrastinator.
The BC breaking change is: The procrastinator update is BC breaking, which effectively will break any file fetcher users that uses the procrastinator library directly. Also, procrastinator is modifying the serialization format, which will affect stored, serialized, file-fetchers.
2.1.0
- [FEATURE] #11 Allow new processors to be passed through configuration.
2.0.0
- [FEATURE] #9 Make FileFetcher a persistent job.
The BC breaking change is the visibility change in the Importer's class constructor. Importer objects are now constructed through a helper public method and not directly.
1.2.1
- [REFACTOR] #6 Dividing the logic in FileFetcher into multiple processors.
1.2.0
- [FEATURE] #5 Try fetching files from incompatible servers.
1.1.0
- Remove timeLimit, and make temporary directory configurable
1.0.0
Utility library to fetch remote files.