2.3.0
What’s Changed
- Fix ordered batching stream not maintaining the order (#449) @pivovarit
- Spliterator-based BatchingStream (#444) @pivovarit
- Optimize batching (#443) @pivovarit
- Optimize BatchingStream for single batches (#442) @pivovarit
- Hide internal method (#440) @pivovarit
- Improve performance of parallelism == 1 (#436) @pivovarit
- Remove unnecessary batching infrastructure (#435) @pivovarit
- Pre-size batching accumulator (#434) @pivovarit
- Do not expose values wrapped as CompletableFuture as finisher parameters (#433) @pivovarit
- Pre-size batching accumulator (#432) @pivovarit
- Reactive exception handling and cancellation (#430) @pivovarit
- Add ParallelCollectors#toFuture (#429) @pivovarit
- Remove redundant InFlight class (#425) @pivovarit
Authors
@dependabot-preview, @dependabot-preview[bot] and @pivovarit