Couchbase.Lite.Listener
1.3.0
Prefix Reserved
See the version list below for details.
dotnet add package Couchbase.Lite.Listener --version 1.3.0
NuGet\Install-Package Couchbase.Lite.Listener -Version 1.3.0
<PackageReference Include="Couchbase.Lite.Listener" Version="1.3.0" />
paket add Couchbase.Lite.Listener --version 1.3.0
#r "nuget: Couchbase.Lite.Listener, 1.3.0"
// Install Couchbase.Lite.Listener as a Cake Addin #addin nuget:?package=Couchbase.Lite.Listener&version=1.3.0 // Install Couchbase.Lite.Listener as a Cake Tool #tool nuget:?package=Couchbase.Lite.Listener&version=1.3.0
Provides Couchbase Lite with a self-hosted REST API.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0-android was computed. net7.0-android was computed. net8.0-android was computed. |
.NET Framework | net35 is compatible. net40 was computed. net403 was computed. net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid is compatible. |
Xamarin.iOS | xamarinios10 is compatible. |
-
.NETFramework 3.5
- Couchbase.Lite (>= 1.3.0)
-
.NETFramework 4.5
- Couchbase.Lite (>= 1.3.0)
- Jint (>= 2.7.1)
-
All Frameworks
- Couchbase.Lite (>= 1.3.0)
- Jint (>= 2.7.1)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Couchbase.Lite.Listener:
Package | Downloads |
---|---|
Couchbase.Lite.Listener.Bonjour
Enables Bonjour/DNS-SD Discovery for Peer-to-Peer Couchbase Lite applications. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated | |
---|---|---|---|
1.4.4 | 1,438 | 10/17/2018 | |
1.4.1 | 18,709 | 11/15/2017 | |
1.4.0 | 1,544 | 3/6/2017 | |
1.3.1 | 1,603 | 9/13/2016 | |
1.3.0 | 1,643 | 8/4/2016 | |
1.2.1.1 | 1,823 | 4/26/2016 | |
1.2.1 | 1,810 | 4/26/2016 | |
1.2.0.3 | 1,511 | 2/9/2016 | |
1.2.0 | 1,472 | 2/4/2016 | |
1.1.2 | 1,805 | 10/2/2015 | |
1.1.1 | 1,482 | 9/5/2015 | |
1.1.0 | 1,577 | 6/18/2015 | |
1.1.0-pre | 1,086 | 5/12/2015 |
This is a feature release, with a focus on performance. Noteworthy changes:
- Support for OpenID Connect authentication, so you can log into Sync Gateway using a 3rd-party identity like a Google or Yahoo ID.
- Timed expiration of documents can help keep your database from growing indefinitely.
- Better performance with docs that have many revisions. Replication is faster, and older revisions are now automatically cleaned up in SQLite storage.
- Clearer error messages and better logging, including customizable domains and app.config support
- And of course many smaller optimizations, and lots of bug fixes.
For full details please see https://github.com/couchbase/couchbase-lite-net/releases/tag/1.3-pre1