Releases: IndabaConsultores/LightCouch
Releases · IndabaConsultores/LightCouch
0.3.2
- [MAINTENANCE] Tested using CouchDB 3.3.2
- [MAINTENANCE] Bump Apache HTTPCLient to version to 5.2.1
- [MAINTENANCE] Remove the use of deprecated methods from HTTPClient
- [MAINTENANCE] Remove implicit dependency on Apache Commons Codec
- [NEW] Support for setting Connection TTL in the HTTP connection pool
- [MAINTENANCE] Remove unmaintained guide from repo
0.3.1
- [MAINTENANCE] Bump Gson version to 2.8.9
- [MAINTENANCE] Tested using CouchDB 3.2.2
- [BREAK] Moved to java 8
- [NEW] Added removeAttachment operation
0.3.0
[MAINTENANCE] Upgrade to Apache HttpClient 5.0
[MAINTENANCE] Upgrade dependencies
0.2.6
[NEW] Added support for /db/_purge endpoint implemented in CouchDB 2.3.0
0.2.5
0.2.5 (23/12/2018)
- [FIX] Support for string purge_seqs in CouchDB 2.3.0
- Added testing on CouchDB 2.3.0
0.2.4
0.2.4 (08/10/2018)
- [NEW] Added API for checking design doc existence
0.2.3
0.2.3 (18/09/2018)
[NEW] Added API for specifying docIds filter to _changes operation
0.2.1
- Added shard number on database creation
- Add support for CouchDB 1.x/2.x testing and sonar
- Enable Travis CI integration