Skip to content

Commit

Permalink
Update CHANGELOG.MD (#832)
Browse files Browse the repository at this point in the history
  • Loading branch information
pivovarit authored Jan 27, 2024
1 parent 8b63825 commit bfaec66
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Version History

### [2.6.0](https://github.com/pivovarit/parallel-collectors/releases/tag/2.6.0) (27-01-2023)
- `Dispatcher` no longer relies on its own thread to dispatch tasks, but uses caller thread
- default parallelism can't be smaller than 4

### [2.5.0](https://github.com/pivovarit/parallel-collectors/releases/tag/2.5.0) (11-02-2021)
- fixed a bug causing lack of eager consumption of items when processed using streaming collectors
- optimized batching logic when collection size is equal to parallelism
Expand Down

0 comments on commit bfaec66

Please sign in to comment.