Skip to content

Releases: brianmhess/cassandra-loader

v0.0.27

23 May 14:45
Compare
Choose a tag to compare
  • Added support for specifying a TTL (Issue 67)

v0.0.26

18 May 16:26
Compare
Choose a tag to compare
  • Fixed issue with long schemas (Issue 65)

v0.0.25

14 Mar 02:52
Compare
Choose a tag to compare

Added Fetch Size for cassandra-unloader

v0.0.24

16 Jan 21:40
Compare
Choose a tag to compare
  • Added support for DATE (and associated -localDateFormat option)
  • Added support for SHORTINT and TINYINT
  • Fixed an issue with special characters in column names (Issue 59)

v0.0.23

21 Dec 16:49
Compare
Choose a tag to compare
  • Fixed case of commas in Map keys
  • Fixed keystore/truststore-pw typo (was pwd)
  • Fixed quoting of non-collections
  • Added support for supplying comment character

v0.0.22

16 Nov 18:45
Compare
Choose a tag to compare
  • Added support for gzipped input files
  • Fixed issue with quoted values (and in collections)

v0.0.21

26 Oct 21:15
Compare
Choose a tag to compare
  • Added support for jsonarray (one JSON array per file)
  • Added support for jsonline (one JSON per line)
  • Changed JVM settings to 1GB heap
  • Added -charsPerColumn (default to 4096) to enable Univocity optimizations
  • Removed explicit queries to metadata tables and use driver API calls

v0.0.20

01 Jul 18:17
Compare
Choose a tag to compare
  • Fixed delimiter in MapParser
  • Catch NULLs in Map/Set/List parsing and throw in BADPARSE (Issue #18)

v0.0.19

01 Jul 15:50
Compare
Choose a tag to compare
  • Converted to Univocity parser to find fields.
  • Added -where option to cassandra-unloader

v0.0.18

08 Mar 19:16
Compare
Choose a tag to compare

Add support for Cassandra 3.0