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 2
2
3
3
## [ Unreleased]
4
4
5
+ ## [ 1.0.0b1] - 2017-08-28
5
6
### Added
6
7
- Cross-mode synchronous copy support
7
8
- Duplicate detection (different local source paths mapping to the same
@@ -11,6 +12,10 @@ destination) on upload
11
12
- Python 3.3 is no longer supported (due to ` cryptography ` dropping support
12
13
for 3.3).
13
14
- ` --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
14
19
15
20
### Fixed
16
21
- 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.
226
231
` --no-skiponmatch ` .
227
232
- 0.8.2: performance regression fixes
228
233
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
230
236
[ 1.0.0a5 ] : https://github.com/Azure/blobxfer/compare/1.0.0a4...1.0.0a5
231
237
[ 1.0.0a4 ] : https://github.com/Azure/blobxfer/compare/0.12.1...1.0.0a4
232
238
[ 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 22
22
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
23
23
# DEALINGS IN THE SOFTWARE.
24
24
25
- __version__ = '1.0.0a5 '
25
+ __version__ = '1.0.0b1 '
You can’t perform that action at this time.
0 commit comments