File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -987,6 +987,31 @@ The Couchbase Lite API is thread safe except for calls to mutable objects: `Muta
987
987
988
988
Support for Android API 19 and 21 is being deprecated in this release and will be removed in a future release.
989
989
990
+ === 2.6.0
991
+
992
+ *API Changes*
993
+
994
+ * The constructor `Database(Context)` no longer exists. It has been replaced by `CouchbaseLite.init(Context)`.
995
+ * The static method `CouchbaseLite.init(Context)` must be called before *any* other method in the Couchbase Lite API.
996
+
997
+ *Known Issues*
998
+
999
+ * none
1000
+
1001
+ *Enhancements*
1002
+
1003
+ * https://issues.couchbase.com/browse/CBL-10[*CBL-10*] Custom Conflict Resolution.
1004
+
1005
+ *Bugs*
1006
+
1007
+ * https://issues.couchbase.com/browse/CBL-48[*CBL-48*] Copy method of Database class is not able to copy encrypted db.
1008
+ * https://issues.couchbase.com/browse/CBL-86[*CBL-86*] Race condition on SharedKeys causes silent error.
1009
+ * https://issues.couchbase.com/browse/CBL-71[*CBL-71*] LiteCore database alias clashes with select all alias.
1010
+ * https://issues.couchbase.com/browse/CBL-88[*CBL-88*] Calling Replicator#getStatus() on a replicator that hasn't started throws NPE.
1011
+ * https://issues.couchbase.com/browse/CBL-89[*CBL-89*] Calling Replicator#stop() on a replicator that hasn't started throws NPE.
1012
+ * https://issues.couchbase.com/browse/CBL-130[*CBL-130*] Crash: Possible memory corruption.
1013
+ * https://issues.couchbase.com/browse/CBL-165[*CBL-165*] Replication failed due to unauthorized(401) error.
1014
+
990
1015
=== 2.5.3
991
1016
992
1017
*Enhancements*
You can’t perform that action at this time.
0 commit comments