You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,17 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [Unreleased]
8
8
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.
12
13
13
14
### 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
15
16
* Add `include_existing_files` parameter to `ReplicationSetupHelper`
16
17
17
18
### 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
20
20
* 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
21
21
* Do not wait more than 64 seconds between retry attempts (unless server asks for it)
22
22
* On longer failures wait an additional (random, up to 1s) amount of time to prevent client synchronization
@@ -356,7 +356,9 @@ has changed.
356
356
### Added
357
357
Initial official release of SDK as a separate package (until now it was a part of B2 CLI)
0 commit comments