Skip to content

Releases: couchbase/couchbase-lite-java-listener

1.4.4

16 Oct 18:23
Compare
Choose a tag to compare
Update submodule

1.3.1

13 Sep 18:41
Compare
Choose a tag to compare

As part of this release we had 6 commits.

Where to get it

You can download this release from Couchbase.com

1.3.0

02 Aug 19:55
Compare
Choose a tag to compare

As part of this release we had 3 commits which resulted in 1 issue being closed.

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.
  • Eliminate HttpClient library, and replace with OkHttp
  • And of course many smaller optimizations, and lots of bug fixes.

Bugs

  • #73 Bad content negotiation in lite listener

Where to get it

You can download this release from Couchbase.com

1.2.1

05 Jul 21:24
Compare
Choose a tag to compare

As part of this release we had 6 issues closed.

Enhancements

  • #40 Listener: Serious performance issue
  • #67 Update thread pool size and connection count to the same values

Bugs

  • #57 Large amount of response data causes deadlock
  • #62 Simultaneous requests can sometimes lock the listener
  • #68 1.2.1 Listener reporting invalid number
  • #71 TJWS set SO_TIMEOUT value 0 in Serve.java. It causes hanging state in listener.

Where to get it

You can download this release from Couchbase.com

1.2.0

04 Feb 22:55
Compare
Choose a tag to compare
update submodule