Skip to content

2.0.0 Developer Build #11

Pre-release
Pre-release
Compare
Choose a tag to compare
@borrrden borrrden released this 28 Jun 08:26
· 1621 commits to master since this release
2.0.0-db011

Notable Changes

  • At long last support for Xamarin iOS and Android
  • Added authentication classes for HTTP Basic and session cookie (can be used for OpenID connect implicit flow)
  • Added PinnedServerCertificate, Authenticator, and Cookies to ReplicatorConfiguration
  • Removed ReplicatorTarget class and replaced with ReplicatorConfiguration constructors which directly take a Database or Uri
  • Switched dependency injection to use Microsoft.Extensions.DependencyInjection and logging to use Microsoft.Extensions.Logging to make it more easier and familiar to do these two operations. Note: This means that the LogLevel class is in the Microsoft.Extensions.Logging namespace and it doesn't have a Verbose setting. Instead use Debug. It will be the same as Verbose for release builds, but contain additional info in debug builds.

For more detailed notes about this release, see this document and for an API reference, see this page.

To get this build from Nuget, add this URL to your package sources:
http://mobile.nuget.couchbase.com/nuget/Developer/

To get symbols for this build add this URL to your symbol server list:
http://mobile.nuget.couchbase.com/symbols/Developer/