-
Notifications
You must be signed in to change notification settings - Fork 50
/
Copy pathCHANGELOG
57 lines (33 loc) · 1.12 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
[0.6.5]:
* Relaxed constraints in `MonadResource` module
[0.6.1]:
* Expose `compactRange`
[0.6.0]:
* Slices include the end element (justifies version bump)
* Large parts of the Data.API implemented. This is now completely overdone
[0.5.0]:
* Remove `close` from public API
[0.4.2]:
* Deprecate `close`
[0.4.0]:
* New streaming interface (experimental)
[0.3.1]:
* Deprecate `mapIter`, `iterItems`, `iterKeys`, `iterValues`
[0.3.0]:
* ResourceT is no longer compulsory
[0.2.0]:
* requires LevelDB v1.7
* support for filter policy (LevelDB v1.5), either custom or using the built-in
bloom filter implementation
* write batch values no longer require a `memcpy` to be early-finalizer-safe
(introduced in 0.1.1)
[0.1.0]:
* memory (foreign pointers) is managed through
[ResourceT](http://hackage.haskell.org/package/resourcet). Note that this
requires to lift monadic actions inside the `MonadResource` monad, see the
examples.
* links against shared library (LevelDB v1.3 or higher)
* LevelDB 1.3 API fully supported (including custom comparators, excluding
custom environments)
[0.0.x]:
* experimental releases