forked from taboola/cassandra-unit
-
Notifications
You must be signed in to change notification settings - Fork 2
Changelog
Jérémy Sevellec edited this page Mar 18, 2016
·
44 revisions
##3.0.0.1
- escaping of double single and double quotes(#171)
- support of Cassandra 3 (#168)
- Avoid netty version conflicts (#162)
##2.2.2.1
- Added readTimeoutMillis to overloaded constructors of CassandraCQLUnit(#157)
- update to cassandra 2.2.2 and java driver 2.1.8 (#145, #139)
- removing the separated shaded cassandra-unit artifact and use classifier instead
- update pom.xml to fit with the sonatype release process
##2.1.9.2
- update to cassandra 2.1.9 (#117, #141)
- Fixing race condition on Cassandra startup (#132)
- Adding support for configuring Cassandra startup timeout in @EmbeddedCassandra (#127)
- Handle comments in CQL file (#116)
- Make startup timeout configurable using the junit rule (#115)
- startEmbeddedCassandra bug fix (#113)
- CassandraUnitDependencyInjectionIntegrationTestExecutionListener (#100)
- Fail when Cassandra daemon timesout (#99)
- Multi file datasets (#95)
- pom cleanup and new shaded subproject (#120)
- Optional random ports for Embedded Cassandra (#119)
##2.1.3.1
- Multi file datasets (#95)
- Fail when Cassandra daemon timeout (#99)
- new dependency injection listener : CassandraUnitDependencyInjectionIntegrationTestExecutionListener (#100)
- EmbeddedCassandraServerHelper was not using the tmpdir (#113)
- Make startup timeout configurable using the junit rule (#115)
- Handle comments in CQL file (#116)
- upgrade to cassandra 2.1.3 and cassandra java driver 2.1.4 (#117)
##2.0.2.2
- Upgrades Cassandra to 2.1 (#92)
- Make startup timeout configurable (#89)
- fix : CQL Loader handle lines with blanks after semicolon (#87)
##2.0.2.1
- thread adjustment (#72)
- upgrade to cassandra 2.0.5 and cassandra java driver 2.0.1 (#78)
- license clarification (#76)
- netty dependency adjustment (#72)
##2.0.2.0
- Support of cassandra 2.0.X (#70)
- spring autowiring problem (#67)
##1.2.0.1
- integration of the cassandra-java-driver (for the CQL3 integration)
- CQL3 dataset support (issues #62, #63, #64)
- spring module for cassandra-unit (issue #61)
##1.1.2.1
- cassandra 1.2 and Hector 1.1-2 support
##1.1.1.3
- Abstract cassandra test case should support configuration file name (issue #52)
- ComparatorTypes now accepts 'reversed' qualifiers (#53)
- Binary data can now be formatted as Base64 encoded strings in data-set files (issue #54)
##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