2.4.0
What’s Changed
This release provides improved resource management. ParallelCollectors now create fewer threads and objects.
Features & Enhancements
- Offload the work to a calling thread when using blocking streaming instead of creating a new thread (#515) @pivovarit
- Remove redundant intermediate result CompletableFuture (#490) @pivovarit