Skip to content

Commit

Permalink
Tag for 1.9.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
alfpark committed Jul 22, 2019
1 parent fb63c10 commit 4aaab4e
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
23 changes: 22 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

## [Unreleased]

## [1.9.0] - 2019-07-22
### Added
- Support a `--delete-only` option which allows operations to proceed but
no transfer takes place but deletions do occur (in conjunction with
`--delete`) ([#101](https://github.com/Azure/blobxfer/issues/101)). This
option can be used for all operation types.
- Support the `--strip-components` option for `synccopy` operations
([#103](https://github.com/Azure/blobxfer/issues/103))

### Changed
- Updated dependencies
- Binary builds are now built against Python 3.7.4
- Windows Docker image uses Python 3.7.4
- Linux Docker builds are based on Alpine 3.10

### Fixed
- Regression in YAML config and `synccopy` operations
([#100](https://github.com/Azure/blobxfer/issues/100))
- Allow synccopy source from Azure Files with a storage account key

## [1.8.0] - 2019-05-30
### Added
- Server side copy support for `synccopy` commands. By default, `synccopy`
Expand Down Expand Up @@ -497,7 +517,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.8.0...HEAD
[Unreleased]: https://github.com/Azure/blobxfer/compare/1.9.0...HEAD
[1.9.0]: https://github.com/Azure/blobxfer/compare/1.8.0...1.9.0
[1.8.0]: https://github.com/Azure/blobxfer/compare/1.7.1...1.8.0
[1.7.1]: https://github.com/Azure/blobxfer/compare/1.7.0...1.7.1
[1.7.0]: https://github.com/Azure/blobxfer/compare/1.6.0...1.7.0
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.8.0'
__version__ = '1.9.0'

0 comments on commit 4aaab4e

Please sign in to comment.