forked from darobin/couchdb-client
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathChanges
40 lines (28 loc) · 1.12 KB
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
0.09 - 2010-08-06
=================
Applied patch from Colin Bradford (via evdb's patch submission on github)
which correctly sets the content type header for bulk operations in CouchDB 1.0
(issue #59685)
Applied patch from Marty Pauley that allows database and document ids to contain
a / (issue #60076)
0.08 - 2010-05-16
=================
Applied patch from Jon Allen to fix json encoding bug on numeric values
in CouchDB::Client::DB.
0.07 - 2010-05-05
=================
Applied patch from Jon Allen to fix json encoding bug in fixViewArgs
in CouchDB::Client::DB.
http://github.com/jonallen/couchdb-client/commit/91172ac735c34d4d974788615227088d56db4812
Added tests for fixViewArgs.
0.06 - 2010-03-21
=================
Added Changes file
Added deleteAttachment method to CouchDB::Client::Doc
Added replicate method to CouchDB::Client::DB
0.05 - 2010-02-15
=================
Maverick takes over maintenance from Robin, who no longer has time to devote to
this module.
Fixed issues #48407 and #49759 - API change between version 0.8 and 0.9 of CouchDB
CouchDB::Client::DB->listDocIdRevs works correctly against CouchDB version 0.10