Releases: redis-field-engineering/redis-spark-dist
Releases · redis-field-engineering/redis-spark-dist
Release v0.9.1
Changelog
🔀 Merge
- Merge pull request #7 from redis-field-engineering/feat-stream-timestamp, closes #7
- Merge branch 'main' into feat-stream-timestamp
🚀 Features
- source: Add option to include stream message timestamps in dataset
🧪 Tests
- Add tests for stream message timestamps
🛠 Build
- Bump to next snapshot version
- Releasing version 0.9.1
Release v0.9.0
Changelog
- Releasing version 0.9.0
Release v0.8.3
Changelog
🐛 Fixes
- source: Check end-offset in micro-batch streaming
🛠 Build
- Bump to next snapshot version
- Releasing version 0.8.3
- Added tests for StreamMessageId
Release v0.8.2
Changelog
🔀 Merge
- Merge branch 'main' of https://github.com/redis-field-engineering/redis-spark
🚀 Features
- Added partition id to consumer name
🛠 Build
- Bump to next snapshot version
- Releasing version 0.8.2
- Update consumer naming test to show default behavior
- Add test for consumer naming with multiple partitions
Release v0.8.1
Changelog
🐛 Fixes
- Removed unused offset store
- Read pending entries at stream reader start
🛠 Build
- Bump to next spapshot version
📝 Documentation
- Updated default value for streamCount and ackBatchSize
- Releasing version 0.8.1
- Implement batch acknowledgments and enhanced consumer naming
Release v0.8.0
Changelog
🔀 Merge
- Merge pull request #6 from redis-field-engineering/feat-stream-consumer-group, closes #6
🛠 Build
- Bump to next snapshot version
📝 Documentation
- Document
ackBatchSize
option
- Releasing version 0.8.0
- Implement batch acknowledgments for better throughput
- Remove unused xrange-related code from ReadConfig
- Fix compilation errors after merge
- Merge upstream changes with consumer group implementation
Release v0.7.2
Changelog
🔀 Merge
- Merge pull request #5 from redis-field-engineering/feat-redis-client-cache, closes #5
🚀 Features
- Added Redis client cache to reduce resource usage
🔄️ Changes
- Remove unused import and blank line
🛠 Build
- Bump to next snapshot version
📝 Documentation
- Fixed read and write config prefixes
- Releasing version 0.7.2
Release v0.7.1
Changelog
🐛 Fixes
- Fixed private key password property name
🔄️ Changes
- Removed unused
serial
warning suppression
🧪 Tests
- Added config tests
🛠 Build
- Bump to next snapshot version
📝 Documentation
- Document configuration options
- Releasing version 0.7.1
Release v0.7.0
Changelog
🚀 Features
- Added rate limiter to writer
🛠 Build
- Set netty version
- Bump to next snapshot version
📝 Documentation
- Documented
rate
config option - Removed unused antora docs
- Releasing version 0.7.0
Release v0.6.1
Changelog
🔀 Merge
- Merge pull request #4 from redis-field-engineering/write-config-pool, closes #4
🚀 Features
- Add
pool
configuration property
🛠 Build
- Bump to next snapshot version
📝 Documentation
- Document pool size property in write config
- Use simpler configuration examples
- Releasing version 0.6.1
- Fix navigation syntax to use proper Antora hierarchical structure
- Restructure docs to multi-page navigation like Spring Security
- Add clean Antora documentation structure