Permalink
Newer
100644
31 lines (21 sloc)
855 Bytes
|
94ff7be
|
||
| 1 | ## 0.3.1 (2010-09-19) | |
| 2 | ||
| 3 | * Allow `limit` and `offset` to be 0. | |
| 4 | ||
|
ef5bec9
|
||
| 5 | ## 0.3.0 (2010-08-30) | |
| 6 | ||
| 7 | * Clojure 1.2 compatibility | |
| 8 | ||
|
a3fcb7f
|
||
| 9 | ## 0.2.0 (2010-07-15) | |
| 10 | ||
|
ef5bec9
|
||
| 11 | * No user-facing changes | |
| 12 | ||
|
7eef5ad
|
||
| 13 | ## 0.2.0-RC2 (2010-07-09) | |
| 14 | ||
| 15 | * Put temporary snapshot and compact files in the same directory as the corresponding main files instead of /tmp | |
| 16 | * Fix bug in in checking of empty logs | |
| 17 | * Fix bug in compaction | |
| 18 | * Provide more visibility into errors occurring in spawned threads | |
| 19 | ||
| 20 | ## 0.2.0-RC1 (2010-03-06) | |
| 21 | ||
| 22 | * Introduce `not-in` where condition | |
| 23 | * Introduce `distinct` query qualifier | |
| 24 | * Introduce `clear` query | |
| 25 | * Optimize `count` queries | |
| 26 | * Introduce `drop-collection` query | |
| 27 | * More explicitly handle type mismatch errors | |
| 28 | * Check the log for integrity on startup, repairing if necessary | |
| 29 | * Allow comparison of boolean values | |
| 30 | * Introduce `-x <password>` command line option to require client authentication |