Skip to content

Releases: dedalozzo/eoc-client

Handle multiple database using the same prefix

09 Aug 19:32
Compare
Choose a tag to compare

Using the new setDbPrefix() method, an user can specify a prefix that will be added automatically to the database's name. This is really useful when a single application uses multiple databases.

Modified the name of the NativeAdapter to SocketAdapter since it uses raw sockets.

Removed unused transaction code

09 Aug 15:15
Compare
Choose a tag to compare

Removed the transactions related code.

Changed the interface of many methods

09 Aug 14:47
Compare
Choose a tag to compare

The client doesn't support anymore selectDb(), so the database must be passed to every call database related. This is a big change necessary to deal with different databases inside the same application. This change breaks the code of any application using the library.

Fix chunk response native client methods

28 Jul 16:30
Compare
Choose a tag to compare

This release fix a couple of bugs introduced in a previous version on the Native client.

Fixed replication methods

20 May 18:02
Compare
Choose a tag to compare

This release fix both startReplication() and stopReplication() APIs.

Replaced the [] syntax with the old array() due to a Doxygen bug

22 Apr 14:06
Compare
Choose a tag to compare

Replaced the [] syntax for the class vars declaration and initialisation with the old array() syntax, otherwise Doxygen generates a strange warning.

Fixed header styles

13 May 15:26
Compare
Choose a tag to compare

Improved the documentation's consistence.

Fixed a bug on delete() and isDeleted() methods

02 May 16:40
Compare
Choose a tag to compare

A saving operation was failing in case delete() is called on the document. CouchDB _deleted attribute uses, in fact, a boolean and I was assigning a string. Fixed.

First stable version

24 Apr 18:26
Compare
Choose a tag to compare

This is the first stable version, still not complete but working.