Skip to content

Commit

Permalink
changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
majewsky committed Jan 29, 2018
1 parent 8ce4117 commit 8fa33c0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

New features:
- When `--version` is given, the release version is reported on standard output.
- When `jobs[].from` refers to a URL source, and the server for that URL supports HTTP Range Requests, files are now
downloaded in segments of 500 MiB to avoid overly long connections. Furthermore, if a segmented download fails,
swift-http-import is now able to restart the download without having to download the entire file again. Segmented
downloading can be disabled and the segment size can be changed in the new `jobs[].from.segmenting` configuration
section.

Changes:
- When making HTTP requests, the correct User-Agent "swift-http-import/x.y.z" is now reported.
Expand Down

0 comments on commit 8fa33c0

Please sign in to comment.