@@ -6,13 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9- ## [ 1.16.0-alpha.1 ] - 2022-04-20
9+ ## [ 1.16.0] - 2022-04-27
1010
11- This is an alpha release. A preview, not for production use. It allows for basic
12- usage of B2 replication feature (currently in closed beta). The main reason of
13- releasing it early is to pair it with alpha b2 cli. Expect substantial amount
14- of work on sdk interface:
15- * The interface of ` Bucket.replication ` WILL change
11+ This release contains a preview of replication support. It allows for basic
12+ usage of B2 replication feature (currently in closed beta).
13+
14+ As the interface of the sdk (and the server api) may change, the replication
15+ support shall be considered PRIVATE interface and should be used with caution.
16+ Please consult the documentation on how to safely use the private api interface.
17+
18+ Expect substantial amount of work on sdk interface:
19+ * The interface of ` ReplicationConfiguration ` WILL change
1620* The interface of ` FileVersion.replication_status ` MIGHT change
1721* The interface of ` FileVersionDownload ` MIGHT change
1822
@@ -21,10 +25,11 @@ of work on sdk interface:
2125* Add ` is_master_key() ` method to ` AbstractAccountInfo `
2226* Add ` readBucketReplications ` and ` writeBucketReplications ` to ` ALL_CAPABILITIES `
2327* Add log tracing of ` interpret_b2_error `
28+ * Add ` ReplicationSetupHelper `
2429
2530### Fixed
2631* Fix license test on Windows
27- * Fix unclear errors when running integration tests with a non-full key
32+ * Fix cryptic errors when running integration tests with a non-full key
2833
2934## [ 1.15.0] - 2022-04-12
3035
0 commit comments