-
Notifications
You must be signed in to change notification settings - Fork 65
/
CHANGELOG
41 lines (28 loc) · 967 Bytes
/
CHANGELOG
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
-- 1.0.5 (2014-12-17)
Fix append function with newer versions of libcouchbase.
-- 1.0.4 (2014-12-17)
Fix potential crash with cberl:view.
-- 1.0.3 (2014-11-19)
Support detailed libcouchbase errors, when possible.
-- 1.0.2 (2014-11-06)
Refine connection logic, support IOlists as keys.
-- 1.0.1 (2014-08-21)
Centralize test host functionality into one file.
-- 1.0.0 (2014-08-19)
Fix bug with cberl:touch causing a segfault.
-- 0.0.7 (2014-08-19)
Match errors in decode_query_resp and pass up.
-- 0.0.6 (2014-07-03)
Add flush functionality.
-- 0.0.5 (2014-06-28)
Add set, create for design documents.
Setup Travis-CI integration
-- 0.0.4 (2014-03-24)
Fix lock and unlock methods, and correct compilation error.
Update type specifications and preliminary code cleanup.
-- 0.0.3 (2014-02-19)
Cleanup of the package and version bump with new compilation method.
-- 0.0.2 (2013-02-28)
Rewritten w/ threading, fixing a number of bugs
-- 0.0.1
Initial version