This repository was archived by the owner on Jul 18, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 22
33## [ Unreleased]
44
5+ ## [ 1.6.0] - 2019-01-14
6+ ### Added
7+ - Configurable max single object concurrency control for downloads via
8+ ` --max-single-object-concurrency `
9+
10+ ### Changed
11+ - Updated dependencies
12+ - Binary builds are now built against Python 3.7.2
13+ - Windows Docker image uses Python 3.7.2
14+
15+ ### Fixed
16+ - Premature download termination under single object concurrency control
17+ ([ #89 ] ( https://github.com/Azure/blobxfer/issues/89 ) )
18+
519## [ 1.5.5] - 2018-11-19
620### Changed
721- Updated dependencies
@@ -434,7 +448,8 @@ usage documentation carefully when upgrading from 0.12.1.
434448 ` --no-skiponmatch ` .
435449- 0.8.2: performance regression fixes
436450
437- [ Unreleased ] : https://github.com/Azure/blobxfer/compare/1.5.5...HEAD
451+ [ Unreleased ] : https://github.com/Azure/blobxfer/compare/1.6.0...HEAD
452+ [ 1.6.0 ] : https://github.com/Azure/blobxfer/compare/1.5.5...1.6.0
438453[ 1.5.5 ] : https://github.com/Azure/blobxfer/compare/1.5.4...1.5.5
439454[ 1.5.4 ] : https://github.com/Azure/blobxfer/compare/1.5.3...1.5.4
440455[ 1.5.3 ] : https://github.com/Azure/blobxfer/compare/1.5.0...1.5.3
Original file line number Diff line number Diff line change 2222# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2323# DEALINGS IN THE SOFTWARE.
2424
25- __version__ = '1.5.5 '
25+ __version__ = '1.6.0 '
You can’t perform that action at this time.
0 commit comments