Skip to content

Release 1.0.4

Compare
Choose a tag to compare
@pkolaczk pkolaczk released this 07 Nov 10:18
· 2898 commits to master since this release

1.0.4

  • Synchronized TypeConverter.forType methods to workaround some Scala 2.10
    reflection thread-safety problems (#235)
  • Synchronized computation of TypeTags in TypeConverter#targetTypeTag,.
    ColumnType#scalaTypeTag methods and other places to workaround some of.
    Scala 2.10 reflection thread-safety problems (#364)
  • Downgraded Guava to version 14.
    Upgraded Java driver to 2.0.7.
    Upgraded Cassandra to 2.0.11. (#366)
  • Made SparkContext variable transient in SparkContextFunctions (#373)
  • Fixed saving to tables with uppercase column names (#377)
  • Fixed saving collections of Tuple1 (#420)