We’re excited to announce the release of Couchbase Mobile 1.1, available now for download.

We’ve focused on building new features and enhancements in Couchbase Mobile 1.1.

Highlights include:

Couchbase Lite for iOS

  • A newly overhauled Core Data adapter, CBLIncrementalStore, which allows you to easily add sync to your Core Data apps by using Couchbase Lite as your backing store
  • Support for multiple data persistence libraries, including a preview of our storage engine of the future: ForestDB
  • Query your database using NSPredicate via the new CBLQueryBuilder class

Couchbase Lite for .NET

  • Peer-to-peer sync allows two or more apps using Couchbase Lite to replicate directly with each other
  • Self-hosted HTTP REST endpoint enables apps to expose a REST API

Sync Gateway

Download Couchbase Mobile 1.1 today
Read the Couchbase Mobile 1.1 release notes
Get started with Couchbase Mobile 1.1

Author

Posted by Ali LeClerc, Product Marketing Manager, Mobile, Couchbase

Ali LeClerc is the Product Marketing Manager for Couchbase Mobile, where she manages and executes the worldwide marketing strategy for their mobile products. She joined Couchbase in 2011 to drive open source product adoption and awareness. Prior to her time at Couchbase, Ali held multiple marketing positions at Time Warner. She earned a bachelor's degree from Yale University in political science.

6 Comments

  1. No function Full Text Search (FTS) for Android or .Net has been included in this version?
    I use Xamarin Xamarin Studio with Android and fundamental that I can use FTS in Couchbase Lite.

    1. We\’re working on it, and hope to have basic FTS support out late summer/early fall. If you want a sophisticated solution, e.g. one that implements TF-IDF, you should take a look at a a Xamarin friendly version Lucene.NET.

  2. any news regarding your unity plugin? waiting for support for il2cpp on ios for unity

    1. We have one remaining known issue regarding il2cpp support on iOS, and we\’re working directly with Unity3D to resolve it.

  3. Floyd Ferguson June 26, 2015 at 4:18 pm

    On phonegap plugin, the following needs to be added to the plugin.xml to keep it from blowing up when starting replication:

    <config-file target=\”AndroidManifest.xml\” parent=\”/manifest\”>
    <uses-permission android:name=\”android.permission.ACCESS_NETWORK_STATE\”/>
    </config-file>

  4. Hi Zack,
    About Full Text Search feature! Is there any idea for when it may be available?.
    Thanks!

Leave a reply