What's new in CBLite 2.7?

Hi

I can see there is a new version 2.7 of CB Lite C# on NuGet :+1: :clap:

But before I update I would like to know what’s in the package… I have looked at the project page as stated in the NuGet package: https://github.com/couchbase/couchbase-lite-net/releases/tag/2.5.0 - the latest release there is 2.5.0… and there is a tag for version 2.6.4 (but more than a month old).

I then checked the documentation - but the latest version is 2.6: https://docs.couchbase.com/couchbase-lite/2.6/index.html

Is there anywhere I can see the updates - just to make sure that I can verify my code once updated?

Cc: @borrrden

1 Like

The documentation is in the process of getting published. There will be an official announcement when 2.7.0 is “released” (The packages have all been pushed out preemptively). The tag should be there soon too, but you can check the tip of release/mercury (that’s where the 2.7.0 tag will go cc: @Sandy_Chuang )

Great! Thanks, I’ll just wait a little and let you guys finish your work :+1:

I’m a little curious as to if the problem with using pull only requests on Android is now fixed?

That is https://issues.couchbase.com/browse/CBL-468 right? The fix for Android went into 2.6.2 so it will be in 2.7.0 as well. For .NET it will be in 2.7.0 (there was no 2.6.x release after 2.6.0). To be clear it’s not an Android issue, it can affect any platform. It was just reported on Android first.

It sounds like the one… - Ok, I’ve only seen it on Android. But great if that is done - then I can revert to pull only repl. in those situations :+1:

I have not been able to find the 2.7.0 release yet. Perhaps I didn’t understand where you told me to look? This is where I’ve tried to look: Tags · couchbase/couchbase-lite-net · GitHub :slight_smile:

Here:


the branch release/mercury, it contains all the commits which are included in 2.7.0.

1 Like

Thanks! So I was looking in the wrong place :innocent: :grinning: