Skip Menu |

This queue is for tickets about the CouchDB-Client CPAN distribution.

Report information
The Basics
Id: 48407
Status: resolved
Priority: 0/
Queue: CouchDB-Client

People
Owner: Nobody in particular
Requestors: kane [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: (no value)
Fixed in: 0.05



Subject: views changed between 0.8 and 0.9
Hi, because views changed between couchdb 0.8 and 0.9, couchdb::client breaks on view urls when talking to 0.9 servers. The request that comes into my couch server is: [Tue, 04 Aug 2009 03:10:44 GMT] [info] [<0.8185.0>] 127.0.0.1 - - 'GET' /test-perl- couchdb-client/_view/TEST-DOC-5/foo?key=%22bar%22 404 And promptly throws an exception on the 404 received back. This call however DTRT: /test-perl-couchdb-client/_design/TEST-DOC-5/_view/foo?key=%22bar%22%20 See here for details: http://wiki.apache.org/couchdb/Breaking_changes
Update to account for API changes in 0.9 and (should be) still backwards compatible with 0.8. New version tested against CouchDB v0.10.1