LightCouch Download
LightCouch source code is hosted on Github.
Roadmap
Past Releases:
Version 0.2.0 (Nov. 12th 2017)
Version 0.1.8 (Apr. 25th 2015)
Version 0.1.6 (Feb. 14th 2015)
Version 0.1.3 (May. 22nd 2014)
Version 0.1.2 (May. 7th 2014)
Version 0.1.0 (May. 6th 2014)
Version 0.0.6 (May. 26th 2013)
Version 0.0.5 (Nov. 26th 2012)
Version 0.0.4 (Dec. 1st 2011)
Version 0.0.3 (Oct. 12th, 2011)
Version 0.0.2 (Sep. 30th, 2011)
- Paging over _all_docs
- View keys support special characters
- Bulk documents (CouchDB 2.0)
- View.queryView() no longer throws exception on empty result
- Removed invokeUpdateHandler() with query String
- Upgrade libraries
Version 0.1.8 (Apr. 25th 2015)
- Fix continues Changes bug for Cloudant
- Fix encoding issue under Windows
- Upgrade libraries
Version 0.1.6 (Feb. 14th 2015)
- Support for special characters in document IDs
- New API post(obj)
- Upgrade libraries
Version 0.1.3 (May. 22nd 2014)
- Add fulltext to design doc
Version 0.1.2 (May. 7th 2014)
- Extending client API
- Add rewrites to design doc
- Upgrade libraries
Version 0.1.0 (May. 6th 2014)
- Added Android client
Version 0.0.6 (May. 26th 2013)
- new find() with query params: include attachments, revsInfo etc.
- Fix queryParams bug in replication.
- Design Documents support for 'updates'
- Support for Update handlers
- client new constructor, configuration by javaBean
- Upgrade libraries
Version 0.0.5 (Nov. 26th 2012)
- Bulk operations support
- New property to set max connections
- Fix resource loading issues when packaged inside jar
- Get all Docs _all_docs
- Temporary views support
- New properties to replication (CouchDB 1.2)
- Client instance can sync design docs (eg. Spring init-method)
- Upgrade libraries
Version 0.0.4 (Dec. 1st 2011)
- Change Notifications
- Attachments
Version 0.0.3 (Oct. 12th, 2011)
- Pagination support
Version 0.0.2 (Sep. 30th, 2011)
- First Release