Skip to content
This repository was archived by the owner on Jul 18, 2024. It is now read-only.

Commit 76bbfd6

Browse files
committed
Tag for 1.6.0 release
1 parent 1385423 commit 76bbfd6

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
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

blobxfer/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
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'

0 commit comments

Comments
 (0)