2.0.0 Developer Build #11
Pre-release
Pre-release
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
, andCookies
toReplicatorConfiguration
- Removed
ReplicatorTarget
class and replaced withReplicatorConfiguration
constructors which directly take aDatabase
orUri
- Switched dependency injection to use
Microsoft.Extensions.DependencyInjection
and logging to useMicrosoft.Extensions.Logging
to make it more easier and familiar to do these two operations. Note: This means that theLogLevel
class is in theMicrosoft.Extensions.Logging
namespace and it doesn't have aVerbose
setting. Instead useDebug
. It will be the same asVerbose
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/