All Versions
77
Latest Version
Avg Release Cycle
-
Latest Release
3029 days ago
Changelog History
Page 5
Changelog History
Page 5
-
v0.0.37-alpha001 Changes
- ๐ Fix producer bug where during recovery, messages in flight would be lost and never timeout.
-
v0.0.36-alpha001 Changes
- ๐ Improve produce and fetch codec performance.
- ๐ Fix possible deadlock with Async.AwaitTask usage.
-
v0.0.35-alpha001 Changes
- ๐ Fix CRC32 check.
-
v0.0.34-alpha001 Changes
- ๐ Make fetch response decoding more efficient (eliminate intermediate tuple allocations).
- ๐ง Make CRC check on fetch response configurable (defaults to true).
-
v0.0.33-alpha001 Changes
- Ensure fetch errors are escalated to the top-level consumer.
-
v0.0.32-alpha001 Changes
- ๐ Fix bug in ConsumerInfo module where offset information for all partitions wouldn't be retrieved and would throw during the merge.
- ๐ Fix Async.parallel used internall for testing.
-
v0.0.31-alpha001 Changes
- ๐ Allow disabling of Console logger
- Ensure periodic offset committer commits offsets on start
-
v0.0.30-alpha001 Changes
- ๐ Improve producer batching performance
- ๐ Fix all offset commit
-
v0.0.29-alpha001 Changes
- ๐ Improve producer performance
- ๐ Improve producer error messaging
-
v0.0.28-alpha001 Changes
- Commit offsets even when unchanged to prevent loss due to retention.
- ๐ฅ BREAKING:
- Removed ConsumerConfig.initialFetchTime, consolidated into ConsumerConfig.autoOffsetReset
- Replaced offsetOutOfRangeAction with autoOffsetReset and new union type AutoOffsetReset