Skip to content
This repository has been archived by the owner on Mar 11, 2022. It is now read-only.

2.1.0 (2015-12-04)

Compare
Choose a tag to compare
@ricellis ricellis released this 07 Dec 10:08
· 472 commits to master since this release
  • [IMPROVED] Included error and reason information in message from CouchDbException classes.
  • [IMPROVED] Added HTTP status code to Response objects.
  • [IMPROVED] Added parameter pagination option for views. See ViewRequest.getResponse(String).
  • [FIX] Too many bytes written exception caused by inconsistent encoding between UTF-8 and the
    JVM default. UTF-8 is now correctly used for the request body content length and throughout.
  • [FIX] Fixed deserialization of ReplicatorDocument where the source or target url is a JSON
    object not a string.
  • [FIX] Renew cookies when the server returns a 403 status code with {"error":"credentials_expired"}.
  • [FIX] Cookie authentication now honours custom SSL configurations when making the _session
    request.