forked from taboola/cassandra-unit
-
Notifications
You must be signed in to change notification settings - Fork 2
Changelog
jsevellec edited this page Oct 23, 2012
·
44 revisions
##1.1.1.2
- allow to define column metadata name with all existing type (issue #22)
- fixing a bug with null column value (issue #41)
- fixing function for value which are not be interpreted if column meta data is defined (issue #42)
- allow to use parenthesis inside function (issue #43)
##1.1.1.1
- allow to set your own cassandra.yaml when using @Rule (issue #12)
- only set log4j if configuration missing (issue #15)
- run alternate configuration with the @Rule (issue #20)
- support all cassandra data type which was not yet supported : AsciiType, BooleanType, DateType, DoubleType, DoubleType, FloatType (issue #23)
- ability to either pass in yaml contents or pass a filesystem file to use as the yaml file (issue #24)
- allow to not set column value (issue #28)
- allow to set a timestamp to a column (issue #30)
- jaxb consistent class generation on java6 et java7 with Boolean (issue #36)
- update dependency of cassandra-all to 1.1.1 (issue #37)
- update dependency of hector to the 1.1-0 (issue #38)
- Deprecating stopEmbeddedCassandra() because it doesn't work well... (issue #39)
##1.1.0.1
- supporting setting more column family option in dataset (issue #9)
- allow to se index name into column metadata on a column family (issue#10)
- change port of embedded cassandra instance to avoid conflict with a local instance of cassandra (issue #13)
- allow to specify tmp directory when starting embedded cassandra (issue #17)
- update dependency of hector to the 1.1-0 (issue #18)
- update dependency of cassandra-all to 1.1.1 (issue #18)
##1.0.3.1
- adding CompositeType capacity on key and column name! more...
- adding EmbeddedCassandraServerHelper.startEmbeddedCassandra(String yamlFile) (issue #8) more...
- update dependency of hector to the 1.0-3
- update dependency of cassandra-all to 1.0.6
##1.0.1.4
- command line to load data (cu-loader) more...
- set the default validator on column family when creating schema (issue #7)
- set the name of column metadata into indexName if indexType is not set (issue #6)
##1.0.1.3
- Hex String are decoded when BytesType is set (or by default) (issue #5)
##1.0.1.2
- support of secondary index (issue #3) more...
- support @rule to create test without enforcing a class extension issue (issue #4) more...
##1.0.1.1
- upgrade dependencies of hector to 1.0-1 and cassandra to 1.0.0
##0.8.0.3.1
- upgrade dependencies of hector to 0.8.0-3 and cassandra to 0.8.7
##0.8.0.2.4
- Counter Column Family (standard and super) (issue #1)
##0.8.0.2.3
- Yaml dataSet more...
##0.8.0.2.2
- Json dataSet more...
##0.8.0.2.1
- Xml dataSet more...
- BytesType
- IntegerType
- LexicalUUIDType
- LongType
- TimeUUIDType
- UTF8Type
- UUIDType
- function defining type for (column) value