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
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,20 +11,26 @@ though no known major changes to it are planned at this point. Early adopters ma
11
11
feasible to rely this implementation already.
12
12
13
13
### Added
14
+
* Add included_sources module, for keeping track of included modified third-party libraries
14
15
* Add `include_existing_files` parameter to `ReplicationSetupHelper`
15
16
16
17
### Changed
18
+
* 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
19
+
* Do not wait more than 64 seconds between retry attempts (unless server asks for it)
20
+
* On longer failures wait an additional (random, up to 1s) amount of time to prevent client synchronization
21
+
* Flatten `ReplicationConfiguration` interface
17
22
* Reorder actions of `ReplicationSetupHelper` to avoid zombie rules
18
23
19
24
### Fixed
20
25
* Fix `AccountInfo.is_master_key()`
21
26
* Fix docstring of `SqliteAccountInfo`
27
+
* Fix lifecycle rule type in the docs
22
28
23
29
### Infrastructure
24
30
* Add 3.11.0-beta.1 to CI
25
31
* Change Sphinx major version from 5 to 6
26
-
*Extracted folder/bucket scanning into a new `scan` module
27
-
*The interface of `ReplicationConfiguration` was flattened
32
+
*Extract folder/bucket scanning into a new `scan` module
0 commit comments