Skip to content

Tags: planswell/icouch

Tags

v0.5.1

Toggle v0.5.1's commit message
External Chunking Bugfix

This commit fixes an issue that occurs on changes following when the CouchDB server is behind a proxy. A proxy may or may not produce smaller chunks than the original implementation which produces one full chunk per change. A buffer has been introduced to mitigate the problem.

v0.4.3

Toggle v0.4.3's commit message
Updated README

v0.3.9

Toggle v0.3.9's commit message
Added ICouch.Document.revisions/1

v0.3.8

Toggle v0.3.8's commit message
Implemented Collectable for ICouch.Document; added attachments suppor…

…t to ICouch.Document.put/2

Also improved code style sligtly by removing parentheses from fn's.

v0.3.6

Toggle v0.3.6's commit message
Fixed semantic issue in ChangesFollower

A test has been added to verify the correct behavior.

v0.3.5

Toggle v0.3.5's commit message
Added equality test functions for documents

* ICouch.Document.equal?/2
* ICouch.Document.equal_content?/2
* ICouch.Document.equal_attachments?/2

v0.3.4

Toggle v0.3.4's commit message
Fixed SSL for ChangesFollower

v0.3.3

Toggle v0.3.3's commit message
Added changes follower test

This helped to unveil a hard-to-spot mistake. Hooray for unit tests!

v0.3.2

Toggle v0.3.2's commit message
Improved option handling; fixed changes follower options

v0.3.1

Toggle v0.3.1's commit message
Small fix for parameter parsing