Skip to content

Releases: RedisLabs/spark-redis

Version 3.1.0

14 Jun 07:05
aca7908
Compare
Choose a tag to compare

Changes

  • Fix Acl auth in Spark 3, Updating jedis @fe2s (#345)
  • Update badge in README.md with the latest version @fe2s (#327)

Full Changelog: v3.0.0...v3.1.0

Version 2.7.0

10 Feb 14:03
ce690b1
Compare
Choose a tag to compare

What's Changed

  • Fix python docs (2.4) by @fe2s in #184
  • issue #250: fixed streaming doc page (added ssc.start()) by @fe2s in #251
  • issue-257 : mostly typo / manually tested in python by @tgrall in #259
  • Issue 265: Remove filterKeysByType step when getting data from redis by @mayankasthana in #266
  • Issue 49: added toRedisHASHes function (#49) by @phyok in #269
  • fix arg exception msg in redis source relation by @bsipin20 in #273
  • issue #328: add user/password authentication (Redis 6 ACL feature) by @fe2s in #333

New Contributors

Full Changelog: v2.6.0...v2.7.0

Version 3.0.0🌈

19 Oct 11:36
57534f5
Compare
Choose a tag to compare

Changes

2.6.0

31 Jan 19:45
1eef912
Compare
Choose a tag to compare
  • Added new API: toRedisHASHes function
  • Performance optimization (removed filterKeysByType step when getting data from Redis)
  • Minor fixes of documentation and exception messages

2.5.0

19 May 20:42
Compare
Choose a tag to compare
  • Add ssl params to all invocations of RedisEndpoint ctor. (#235)

2.4.2

19 Mar 12:08
f26c296
Compare
Choose a tag to compare

2.4.1

09 Mar 09:04
ecd0c15
Compare
Choose a tag to compare
  • Dataframe created from a specific key (not a pattern) and specified key doesn't exist in Redis (#194)
  • A prototype of toRedisByteLIST() function (#205)

2.4.0

12 May 09:12
8720b69
Compare
Choose a tag to compare

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

2.3.1

26 Mar 09:15
f7fcce5
Compare
Choose a tag to compare
  • Add support for DataFrames
  • Add support for Structured Streaming

2.3.1-RC1

17 Feb 08:26
a786380
Compare
Choose a tag to compare
2.3.1-RC1 Pre-release
Pre-release
  • Add support for Structured stream