Skip to content

Releases: dedalozzo/eoc-client

Updated phpunit

30 May 22:16
2bedbd9
Compare
Choose a tag to compare

Updated phpunit dependency due to a potential vulnerability.

Fixed a minimum requirement stability

30 Nov 19:05
Compare
Choose a tag to compare
0.9.2

fixed an issue in composer.json

A lot of minor fixes

30 Nov 17:44
Compare
Choose a tag to compare
0.9.1

a lot of fixes

Big refactoring

30 Nov 17:21
Compare
Choose a tag to compare

The client has been heavily refactored since I have excorporated the HTTP client from the package and created a new package called Surfer.

Refactored after having updated some packages

15 Nov 15:24
Compare
Choose a tag to compare

Code has been refactored due to the update of two used packages.

Fixed some bugs

16 Oct 15:19
Compare
Choose a tag to compare

Fixed some bug post refactoring.

Use ToolBag extension

16 Oct 10:10
Compare
Choose a tag to compare

Moved the helpers' code in a new package and refactored the source code to use that package.

setLimit() accepts 0

18 Aug 15:16
Compare
Choose a tag to compare

The ViewQueryOpts.setLimit() method now accept 0.

Added getDbPrefix() and fixed a bug

15 Aug 23:47
Compare
Choose a tag to compare

Fixed a bug that didn't return the ETag. Actually it wasn't a bug library, but a CouchDB's bug, but I have fixed the library to work anyway.
Added the method getDbPrefix().

In case of an HEAD method doesn't read the body

10 Aug 21:57
Compare
Choose a tag to compare

In general the content-Length entity-header field indicates the size of the entity-body, in decimal number of OCTETs, sent to the recipient, BUT in the case of the HEAD method, the size of the entity-body that would have been sent had the request been a GET. So I have added a check that avoid to read the response body. This fix affects only the SocketAdaptor, I'm still working on the cURL adaptor.