Announcing the Release of Couchbase Lite 2.0 Developer Build 13

2017-08-01 Thread Priya Rajagopal
We are happy to announce the release of our Couchbase Lite 2.0 Developer Build 13 . The DB13 release is available for iOS (Swift, ObjC), .NET, Android platforms and includes enhancements to the Query API, changes / bug

Re: Is CBLModel still in the pipeline for CBL 2.0?

2017-08-07 Thread Priya Rajagopal
Hi Brenden This will likely be a 2.x and not a 2.0 feature. regards -Priya On Tuesday, August 1, 2017 at 3:25:35 PM UTC-4, Brendan Duddridge wrote: > > As the subject says... Will you still be adding CBLModel to CBL 2.0? > > Thanks, > > Brendan > -- You received this message because you are

Re: How to find Couchbase Lite file in iOS?

2017-06-09 Thread Priya Rajagopal
Hi If you are using CBM 1.4 or earlier, you can locate the location of the cblite2 db file as discussed here https://developer.couchbase.com/documentation/mobile/1.4/guides/couchbase-lite/native-api/manager/index.html#dude-wheres-my-database-file To view the database , you can use

Re: Question about the query documentation of Couchbase lite 2.0

2017-09-15 Thread Priya Rajagopal
The statement means that you can specify the list of properties that you want to index on as an array. Something like this ... private void createDatabaseIndex() { try { // Regular value type index List valueProp = new ArrayList();

Announcing Couchbase Lite 2.0 Developer Build 20 (DB 20)

2017-11-27 Thread Priya Rajagopal
Happy to announce the release of Couchbase Lite 2.0 Developer Build 20 (DB 20) . The DB20 release is available for iOS(Swift, ObjC), .NET , Android platforms. You can download the latest DB from our Downloads page : https://www.couchbase.com/downloads *Note* : This release introduces

Re: Syncronization offiline

2017-11-30 Thread Priya Rajagopal
Check out https://github.com/couchbaselabs/photo-drop. On Thursday, November 30, 2017 at 4:29:06 PM UTC-5, Anderson Scherdovski wrote: > > > Does anyone know any examples on android? > > Em quinta-feira, 30 de novembro de 2017 17:19:35 UTC-2, Traun Leyden > escreveu: >> >> Yes, peer to peer is

Re: Multipart Uploader & document body request size

2017-12-01 Thread Priya Rajagopal
Hey Brendan "I've searched for other CouchDB/Couchbase hosting providers, but nobody > seems to be doing it outside of IBM. " I will DM you regarding this. There are couple of other hosting partners like zData that our partner teams can make introductions to if you'd like. We recently

Re: Couchbase Foreign keys

2017-12-12 Thread Priya Rajagopal
As mentioned by Jens earlier, since you are now working with Couchbase which is a NoSQL database , you should re-think the way your data is modeled. I understand that you were previously using a relational db and hence your data was modeled as such. But trying to retrofit a relational data

Announcing Couchbase Lite 2.0 Developer Preview 19 (DB019)

2017-11-10 Thread Priya Rajagopal
Happy to announce the release of Couchbase Lite 2.0 Developer Build 19 (DB 19) . The DB19 release is available for iOS(Swift, ObjC), .NET , Android platforms and includes a bunch of bug fixes, API enhancements and optimizations You can download the latest DB from our Downloads page :

Re: Preparing for Couchbase mobile 2.0 with peer2peer

2017-11-10 Thread Priya Rajagopal
Hi Can we continue to use CBLListener and NSNetServiceBrowser for peer > discovery (keep track of the mesh)? Or is there a new way of doing this? P2P is unlikely to be supported in Couchbase Mobile 2.0. It will be in 2.x (Jens ?). But the good news is that the new replication protocol is

Re: Indexing strategy in 2.0

2018-05-03 Thread Priya Rajagopal
Pretty sure it's done eagerly in 2.0. Jens? On Wednesday, May 2, 2018 at 5:17:57 PM UTC-4, Martin Rybak wrote: > > In 2.0, can you tell me if indexes are updated when documents are queried > (lazily) or when they are updated (eagerly)? The 1.x approach was to do it > at query time which, unless

Re: Announcing Release of Couchbase Lite 2.0 Developer Build 21 (DB 21)

2018-01-24 Thread Priya Rajagopal
Hey Ben Quick note regarding :- Perhaps it's is a known issue, but the examples currently shown at > https://developer.couchbase.com/documentation/mobile/2.0/couchbase-lite/swift.html > don't > work. The examples in the documents correspond to Developer Build 21 (DB21) which is the latest

Re: Announcing Release of Couchbase Lite 2.0 Developer Build 21 (DB 21)

2018-02-02 Thread Priya Rajagopal
ith relevant experience would like to share. On Thursday, December 21, 2017 at 6:52:52 AM UTC-8, Priya Rajagopal wrote: Happy to announce the release of Couchbase Lite 2.0 Developer Build 21 (DB 21) . The DB21 release is available for iOS(Swift, ObjC), .NET (UWP, Xamarin) and Android platfor

Re: Announcing Couchbase Mobile 2.0 Beta

2018-02-22 Thread Priya Rajagopal
ast to DB021, and SG 2.0 beta is now required. Is that right? (I > guess this makes my earlier comments about the now-corrected configuration > docs moot…) > > thanks, > > -ben > > > On Friday, February 9, 2018 at 4:33:12 PM UTC-8, Priya Rajagopal wrote: >> >&

Announcing Release of Couchbase Lite 2.0 Developer Build 21 (DB 21)

2017-12-21 Thread Priya Rajagopal
Happy to announce the release of *Couchbase Lite 2.0 Developer Build 21 (DB 21)* . The DB21 release is available for iOS(Swift, ObjC), .NET (UWP, Xamarin) and Android platforms . You can download the latest *PreRelease* Build from our Downloads page : https://www.couchbase.com/downloads DB021

Re: Announcing Couchbase Mobile 2.0 Beta 2 (DB 23)

2018-04-12 Thread Priya Rajagopal
Hi Ben The automatic conflict resolution process in 2.0 was designed as such based on feedback we received from a number of our customers on 1.x. Hence, it is not listed as a bug or as a known issue because it is "working as designed" ! That said, we understand that the automatic conflict

Conflict Resolution Enhancements in CBM 2.x

2018-04-13 Thread Priya Rajagopal
Hi all Following up on the discussions that we've been having on custom conflict resolution in 2.0, we have filed a GitHub ticket to track this topic in an open forum. While we have been internally tracking the feedback that we have

Couchbase Mobile 2.0 is now GA!

2018-04-13 Thread Priya Rajagopal
Happy to announce that Couchbase Mobile 2.0 is now GA ! Please check out our [official announcement ]. The GA release is a culmination of several Developer Preview Releases. Thanks to all the early adopters - your feedback was invaluable. We

Announcing Couchbase Mobile 2.0 Beta 2 (DB 23)

2018-03-19 Thread Priya Rajagopal
Happy to announce the release of Couchbase Mobile 2.0 Beta 2 which includes Couchbase Lite 2.0 Beta 2 and Sync Gateway 2.0 Beta 2. NOTE that Couchbase Lite 2.0 Beta 2 clients require Sync Gateway 2.0 Beta 2. Please refer to the [Compatibility matrix ]

Re: Dead?

2018-10-21 Thread 'Priya Rajagopal' via Couchbase Mobile
This discussion forum is not dead but for product announcements, I would recommend subscribing to our Blog at https://blog.couchbase.com . Specifically, here is the 2.1 announcement - https://blog.couchbase.com/announcing-general-availability-couchbase-mobile-2-1/ On a related note, if you

Re: generate Prebuild couchbase lite database

2018-10-13 Thread 'Priya Rajagopal' via Couchbase Mobile
migrating to 2.1.0; according to the documentation 2.x SDK supports mobile only. Is there any way by which we can generate pre-built database file via command line application (non-mobile)? On Thursday, 31 May 2018 07:06:34 UTC+5:30, Priya Rajagopal wrote: I generated the travel-sample.cblite2 by s

Re: Couchbase Lite 1.x (1.4) Documentation Archive Is Gone

2020-08-18 Thread 'Priya Rajagopal' via Couchbase Mobile
The documentation has been removed because this version is no longer supported. Here is link to the archive https://docs-archive.couchbase.com/couchbase-lite/1.4/index.html (and as Jens mentioned - please use forums.couchbase.com ) -Priya On Tuesday, August 18, 2020 at 5:23:46 PM UTC-4