New
Version 2.7.0
What's Changed
- Fix python docs (2.4) by @fe2s in https://github.com/RedisLabs/spark-redis/pull/184
- issue #250: fixed streaming doc page (added ssc.start()) by @fe2s in https://github.com/RedisLabs/spark-redis/pull/251
- issue-257 : mostly typo / manually tested in python by @tgrall in https://github.com/RedisLabs/spark-redis/pull/259
- Issue 265: Remove
filterKeysByTypestep when getting data from redis by @mayankasthana in https://github.com/RedisLabs/spark-redis/pull/266 - Issue 49: added toRedisHASHes function (#49) by @phyok in https://github.com/RedisLabs/spark-redis/pull/269
- fix arg exception msg in redis source relation by @bsipin20 in https://github.com/RedisLabs/spark-redis/pull/273
- issue #328: add user/password authentication (Redis 6 ACL feature) by @fe2s in https://github.com/RedisLabs/spark-redis/pull/333
New Contributors
- @tgrall made their first contribution in https://github.com/RedisLabs/spark-redis/pull/259
- @mayankasthana made their first contribution in https://github.com/RedisLabs/spark-redis/pull/266
- @phyok made their first contribution in https://github.com/RedisLabs/spark-redis/pull/269
- @bsipin20 made their first contribution in https://github.com/RedisLabs/spark-redis/pull/273
Full Changelog: https://github.com/RedisLabs/spark-redis/compare/v2.6.0...v2.7.0