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.10.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
alfpark committed Apr 19, 2021
1 parent ad2bca3 commit 007e43d
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 20 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

## [Unreleased]

## [1.10.0] - 2021-04-19
### Changed
- Updated dependencies
- Loosen some dependency requirements
([#121](https://github.com/Azure/blobxfer/issues/121))
- Binary builds and Docker iamges are now built against Python 3.9.4
- `synccopy` no longer copies storage objects at the same level as a virtual
directory when specified with `--strip-components`
([#117](https://github.com/Azure/blobxfer/issues/117))
- MacOS X binary built against 10.15

### Fixed
- Fix multiple option setting inputs (include/exclude)
([#126](https://github.com/Azure/blobxfer/issues/126))

### Removed
- Python < 3.6 support dropped

## [1.9.4] - 2019-11-13
### Changed
- Updated dependencies
Expand Down Expand Up @@ -546,7 +564,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.9.4...HEAD
[Unreleased]: https://github.com/Azure/blobxfer/compare/1.10.0...HEAD
[1.10.0]: https://github.com/Azure/blobxfer/compare/1.9.4...1.10.0
[1.9.4]: https://github.com/Azure/blobxfer/compare/1.9.3...1.9.4
[1.9.3]: https://github.com/Azure/blobxfer/compare/1.9.2...1.9.3
[1.9.2]: https://github.com/Azure/blobxfer/compare/1.9.1...1.9.2
Expand Down
2 changes: 2 additions & 0 deletions docs/99-current-limitations.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,5 @@ remote path of `mycontainer/mydir/` will not work as intended as, internally,
Blob Storage or General Purpose V2 Storage accounts. Please see
[this article](https://docs.microsoft.com/en-us/azure/storage/blobs/storage-blob-storage-tiers)
for more information.
* A storage object with the same name as a virtual directory is not copied
during a `synccopy` operation.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
'Intended Audience :: System Administrators',
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',
'Programming Language :: Python :: 3'
'Programming Language :: Python :: 3',
'Topic :: Software Development :: Libraries :: Python Modules',
'Topic :: Utilities',
],
Expand Down

0 comments on commit 007e43d

Please sign in to comment.