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

Commit

Permalink
Tag for 1.7.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
alfpark committed Feb 26, 2019
1 parent fdfe892 commit f8fb46a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion blobxfer/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit f8fb46a

Please sign in to comment.