0.5.2.4
Improvements
- feature: Simple PCRetriableException to remove error spam from logs (#444)
Fixes
- fixes #409: Adds support for compacted topics and commit offset resetting (#425)
- Truncate the offset state when bootstrap polled offset higher or lower than committed
- Prune missing records from the tracked incomplete offset state, when they're missing from polled batches
- fix: Improvements to encoding ranges (int vs long) #439
- Replace integer offset references with long - use Long everywhere we deal with offsets, and where we truncate down, do it exactly, detect and handle truncation issues.
GH Generated:
What's Changed
- build: Fix maven scm tag to HEAD by @astubbs in #434
- fixes #409: Adds support for compacted topics and commit offset resetting by @astubbs in #425
- build(deps): bump vertx.version from 4.3.3 to 4.3.4 by @dependabot in #427
- build(deps): bump maven-jar-plugin from 3.2.2 to 3.3.0 by @dependabot in #426
- build(deps): bump testcontainers.version from 1.17.3 to 1.17.5 by @dependabot in #438
- docs: Various javadoc and @StandardException by @astubbs in #343
- build:(deps) Bump JUnit, Reactor by @astubbs in #447
- build:(deps) Bump Slf4j, Logback by @astubbs in #448
- build(deps): bump jabel from 0.4.2 to 1.0.0 (Java 19 support) by @astubbs in #449
- refactor #409: Clarify truncation code by @astubbs in #445
- fixes: NoSuchElementException in LoopingResumingIterator by @HiremathPanchaxari in #435
- feature: Simple retriable exception to remove error spam from logs by @astubbs in #444
- build(deps-dev): Fix Slf4j setup caused by shaded Wiremock dep (slf4j/logback collisions) by @astubbs in #451
- Update service.yml - disable semaphore by @vinnybod in #458
- fix: Improvements to encoding ranges (int vs long) by @astubbs in #439
- refactor: SortedSet's all the way down (Set->SortedSet) by @astubbs in #463
- Fixes/test improvements by @astubbs in #465
- docs: Add Reactor example and clarify bulk transaction system by @astubbs in #452
New Contributors
- @HiremathPanchaxari made their first contribution in #435
- @vinnybod made their first contribution in #458
Full Changelog: 0.5.2.3...0.5.2.4