Stable release date for new features question

I was wondering about how long it could possibly take for a new feature in the master branch to make it to a stable release. I was also wondering about how long it will take for the documentation to be updated for android for said given feature. I’m interested in using sqlcipher encryption on android devices but the feature currently only lives in the master branch and there is only documentation for iOS.

commit made to Master branch:


Documentation: http://developer.couchbase.com/documentation/mobile/current/develop/guides/couchbase-lite/tech-notes/cbl-encryption/index.html

note: there is a bug with posting github links for new users by saying the link counts as more than 2 links

Most of the time the master branch will be the next ‘dot’ release — so currently 1.2. When we get close to a release we make a new branch for it; iOS already has a release/1.2 branch, so master is 1.3.

Encryption on all platforms will be part of the 1.2 release; we don’t have a public release date yet, but it’ll probably be “around the end of the year”.