Skip to content

Commit bc878ed

Browse files
authored
Merge pull request #334 from Backblaze/prepare-1.17.0
Prepare release 1.17.0
2 parents d505433 + 1dff98b commit bc878ed

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

CHANGELOG.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9-
As in version 1.16.0, the replication API may still be unstable in this release,
10-
though no known major changes to it are planned at this point. Early adopters may find it
11-
feasible to rely this implementation already.
9+
## [1.17.0] - 2022-06-23
10+
11+
As in version 1.16.0, the replication API may still be unstable, however
12+
no backward-incompatible changes are planned at this point.
1213

1314
### Added
14-
* Add included_sources module, for keeping track of included modified third-party libraries
15+
* Add `included_sources` module for keeping track of included modified third-party libraries
1516
* Add `include_existing_files` parameter to `ReplicationSetupHelper`
1617

1718
### Changed
18-
* Downloading compressed files with `Content-Encoding` header set no longer causes them to be decompressed on the fly -
19-
it's an option
19+
* Downloading compressed files with `Content-Encoding` header set no longer causes them to be decompressed on the fly - it's an option
2020
* Change the per part retry limit from 5 to 20 for data transfer operations. Please note that the retry system is not considered to be a part of the public interface and is subject to be adjusted
2121
* Do not wait more than 64 seconds between retry attempts (unless server asks for it)
2222
* On longer failures wait an additional (random, up to 1s) amount of time to prevent client synchronization
@@ -356,7 +356,9 @@ has changed.
356356
### Added
357357
Initial official release of SDK as a separate package (until now it was a part of B2 CLI)
358358

359-
[Unreleased]: https://github.com/Backblaze/b2-sdk-python/compare/v1.15.0...HEAD
359+
[Unreleased]: https://github.com/Backblaze/b2-sdk-python/compare/v1.17.0...HEAD
360+
[1.17.0]: https://github.com/Backblaze/b2-sdk-python/compare/v1.16.0...v1.17.0
361+
[1.16.0]: https://github.com/Backblaze/b2-sdk-python/compare/v1.15.0...v1.16.0
360362
[1.15.0]: https://github.com/Backblaze/b2-sdk-python/compare/v1.14.1...v1.15.0
361363
[1.14.1]: https://github.com/Backblaze/b2-sdk-python/compare/v1.14.0...v1.14.1
362364
[1.14.0]: https://github.com/Backblaze/b2-sdk-python/compare/v1.13.0...v1.14.0

0 commit comments

Comments
 (0)