forked from cassandra-rb/cassandra
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
57 lines (31 loc) · 1.72 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
v0.9.1 Support for secondary indexing. (jhermes)
Fix bug in mock where we didn't support range queries. (therealadam)
Support deletes in batch mutations. [blanquer]
v0.9.0 cassandra 0.7 compat
v0.8.2 Renamed :thrift_client_class option, UUID fix, 0.6 update, fixing cassanda install, much Mock fixes
v0.8.1 Adding the ability to compose ThriftClient classes.
v0.8.0 Compatibility with Cassandra 0.6 betas (no longer compatible with 0.5); assorted bugfixes.
v0.7.6 Bugfixes.
v0.7.5 Another packaging error.
v0.7.4 Fix thrift_client dependency
v0.7.3 New Cassandra::Mock - a pure ruby mock of cassanra; bugfixes.
v0.7.2 Switch to newly-extraced simple_uuid gem, minor bugfixes.
v0.7.1 update thrift-generated code to 0.5
v0.7 Various improvements.
- Compatibility with Cassandra 0.5.
- performance improvements
v0.6. Use thrift_client gem.
v0.5.6.2. Release process was busted.
v0.5.6. Real multiget.
v0.5.5. to_guid for Long. Don't continually re-checkout the Git mirror. Use curl instead of wget, sigh. Use new unified insert API.
v0.5.4. Use wget instead of curl.
v0.5.3. Update Multiblog sample schema.
v0.5.2. Update server version so CommitLog replay is fixed.
v0.5.1. Add bin/cassandra_helper script, to build and start the server for you. Improve build error reporting.
v0.5. More API changes. Working temporal comparators.
v0.4. Use new comparator API. Namespace Thrift bindings; rename gem and class to Cassandra. Make tokens and limits actually work. Retry UnavailableExceptions.
v0.3. Use new Thrift API.
v0.2.2. Use nil for empty byte array, not empty string. Improves API.
v0.2.1. Don't write serialization overhead on nulls.
v0.2. Re-factor table vs. column family interface per discussion with jbellis.
v0.1. First release.