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 +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 22
33## [ Unreleased]
44
5+ ## [ 1.0.0b1] - 2017-08-28
56### Added
67- Cross-mode synchronous copy support
78- Duplicate detection (different local source paths mapping to the same
@@ -11,6 +12,10 @@ destination) on upload
1112- Python 3.3 is no longer supported (due to ` cryptography ` dropping support
1213for 3.3).
1314- ` --strip-components ` now defaults to ` 0 `
15+ - ` timeout_sec ` YAML property is now named ` timeout ` and is a complex property
16+ comprised of ` connect ` and ` read ` values expressed in seconds
17+ - Test coverage improved
18+ - Dependencies updated to latest
1419
1520### Fixed
1621- Properly merge CLI options with YAML config options. You can now override
@@ -226,7 +231,8 @@ usage documentation carefully when upgrading from 0.12.1.
226231 ` --no-skiponmatch ` .
227232- 0.8.2: performance regression fixes
228233
229- [ Unreleased ] : https://github.com/Azure/blobxfer/compare/1.0.0a5...HEAD
234+ [ Unreleased ] : https://github.com/Azure/blobxfer/compare/1.0.0b1...HEAD
235+ [ 1.0.0b1 ] : https://github.com/Azure/blobxfer/compare/1.0.0a5...1.0.0b1
230236[ 1.0.0a5 ] : https://github.com/Azure/blobxfer/compare/1.0.0a4...1.0.0a5
231237[ 1.0.0a4 ] : https://github.com/Azure/blobxfer/compare/0.12.1...1.0.0a4
232238[ 0.12.1 ] : https://github.com/Azure/blobxfer/compare/0.12.0...0.12.1
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.0.0a5 '
25+ __version__ = '1.0.0b1 '
You can’t perform that action at this time.
0 commit comments