From f8fb46ab641cd9bec95859c4281778b3d05aecfd Mon Sep 17 00:00:00 2001 From: Fred Park Date: Tue, 26 Feb 2019 07:47:57 -0800 Subject: [PATCH] Tag for 1.7.0 release --- CHANGELOG.md | 15 ++++++++++++++- blobxfer/version.py | 2 +- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f1121c..c45c664 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ ## [Unreleased] +## [1.7.0] - 2019-02-26 +### Added +- Support ability to set the Cache Control property +([#91](https://github.com/Azure/blobxfer/issues/91)) + +### Changed +- Updated dependencies +- Linux Docker image based on Alpine 3.9 + +### Fixed +- Invalid key with vectorized IO and single object concurrency control + ## [1.6.0] - 2019-01-14 ### Added - Configurable max single object concurrency control for downloads via @@ -448,7 +460,8 @@ usage documentation carefully when upgrading from 0.12.1. `--no-skiponmatch`. - 0.8.2: performance regression fixes -[Unreleased]: https://github.com/Azure/blobxfer/compare/1.6.0...HEAD +[Unreleased]: https://github.com/Azure/blobxfer/compare/1.7.0...HEAD +[1.7.0]: https://github.com/Azure/blobxfer/compare/1.6.0...1.7.0 [1.6.0]: https://github.com/Azure/blobxfer/compare/1.5.5...1.6.0 [1.5.5]: https://github.com/Azure/blobxfer/compare/1.5.4...1.5.5 [1.5.4]: https://github.com/Azure/blobxfer/compare/1.5.3...1.5.4 diff --git a/blobxfer/version.py b/blobxfer/version.py index e523c22..be5a534 100644 --- a/blobxfer/version.py +++ b/blobxfer/version.py @@ -22,4 +22,4 @@ # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER # DEALINGS IN THE SOFTWARE. -__version__ = '1.6.0' +__version__ = '1.7.0'