This repository was archived by the owner on Mar 11, 2022. It is now read-only.
2.1.0 (2015-12-04)
- [IMPROVED] Included error and reason information in message from
CouchDbExceptionclasses. - [IMPROVED] Added HTTP status code to
Responseobjects. - [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
ReplicatorDocumentwhere 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.