Skip to content

v1.1.0

Latest
Compare
Choose a tag to compare
@JoshRosen JoshRosen released this 21 Aug 22:26
· 38 commits to master since this release

⚠️ Important: If you are using Spark 2.x, then use v2.0.1 instead. 1.x releases of this library are only compatible with Spark 1.x.

The 1.1.0 release (which supports Spark 1.x) contains the following changes:

Bug fixes:

  • Provide a clearer error message when attempting to write BinaryType columns to Redshift (#251).
  • Automatically detect the JDBC 4.2 version of the Amazon Redshift JDBC driver (#258 / #259).
  • Restore compatibility with old versions of the AWS Java SDK (#254 / #135). This library now works with versions 1.7.4+ of the AWS Java SDK (and possibly earlier versions, but this has not been tested).

New Features:

  • Support for setting custom JDBC column types (#220)