This repository was archived by the owner on Jul 18, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 22
33## [ Unreleased]
44
5+ ## [ 1.9.2] - 2019-09-09
6+ ### Fixed
7+ - Fix default overwrite behavior on upload performing point query lookups
8+ for each remote object
9+
510## [ 1.9.1] - 2019-08-19
611### Fixed
712- Multi-process concurrency workers (MD5 and decryption) on Python 3.7+
1217
1318## [ 1.9.0] - 2019-07-22
1419### Added
15- - Support a ` --delete-only ` option which allows operations to proceed but
20+ - Support a ` --delete-only ` option which allows operations to proceed while
1621no transfer takes place but deletions do occur (in conjunction with
1722` --delete ` ) ([ #101 ] ( https://github.com/Azure/blobxfer/issues/101 ) ). This
1823option can be used for all operation types.
@@ -525,7 +530,8 @@ usage documentation carefully when upgrading from 0.12.1.
525530 ` --no-skiponmatch ` .
526531- 0.8.2: performance regression fixes
527532
528- [ Unreleased ] : https://github.com/Azure/blobxfer/compare/1.9.1...HEAD
533+ [ Unreleased ] : https://github.com/Azure/blobxfer/compare/1.9.2...HEAD
534+ [ 1.9.2 ] : https://github.com/Azure/blobxfer/compare/1.9.1...1.9.2
529535[ 1.9.1 ] : https://github.com/Azure/blobxfer/compare/1.9.0...1.9.1
530536[ 1.9.0 ] : https://github.com/Azure/blobxfer/compare/1.8.0...1.9.0
531537[ 1.8.0 ] : https://github.com/Azure/blobxfer/compare/1.7.1...1.8.0
Original file line number Diff line number Diff line change 2222# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2323# DEALINGS IN THE SOFTWARE.
2424
25- __version__ = '1.9.1 '
25+ __version__ = '1.9.2 '
You can’t perform that action at this time.
0 commit comments