Skip to content

2.4.0

Compare
Choose a tag to compare
@gkorland gkorland released this 12 May 09:12
· 101 commits to master since this release
8720b69

Version upgrades:

  • Support for Spark 2.4.0
  • Upgrade jedis to 3.1.0-m1

Backward incompatible changes:

  • Issue #165 - RDD and Streaming implicit were split to two different packages to avoid extra spark-streaming dependency when only RDD functions are used. Streaming functions are now enabled through "import com.redislabs.provider.redis.streaming._"

Fixes:

  • Issue #134 - Fixes an issue when SBT cannot resolve jedis dependency ()

Enhancements:

  • Enables Structured Streaming output to Redis using foreachBatch, docs updated
  • Added dev environment docs

Upgrading notice from 2.3.1 to 2.4.0:

  • If Spark Streaming functionality (createRedisXStream, createRedisStream or createRedisStreamWithoutListname) is used, add additional import statement "import com.redislabs.provider.redis.streaming._" to prevent compilation errors