Skip to content

Commit 24ba5e5

Browse files
bmeikejamesnocentini
authored andcommitted
DOC-5680: Prepare release notes
1 parent cd5e3be commit 24ba5e5

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

modules/ROOT/pages/java.adoc

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -987,6 +987,31 @@ The Couchbase Lite API is thread safe except for calls to mutable objects: `Muta
987987

988988
Support for Android API 19 and 21 is being deprecated in this release and will be removed in a future release.
989989

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+
9901015
=== 2.5.3
9911016

9921017
*Enhancements*

0 commit comments

Comments
 (0)