Skip to content

Commit

Permalink
Changelog update for 3.2.0 (#904)
Browse files Browse the repository at this point in the history
  • Loading branch information
pivovarit authored Aug 17, 2024
1 parent 2ad4095 commit 6faad9f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Version History

### [3.2.0](https://github.com/pivovarit/parallel-collectors/releases/tag/3.2.0) (17-08-2024)
- add new API methods defaulting to Virtual Threads but allowing setting max parallelism

### [3.1.0](https://github.com/pivovarit/parallel-collectors/releases/tag/3.1.0) (01-05-2024)
- use a dedicated dispatcher Virtual Thread to control parallelism
- reject illegal `RejectedExecutionHandlers` at best-effort basis

### [3.0.0](https://github.com/pivovarit/parallel-collectors/releases/tag/3.0.0) (30-01-2024)
- full Virtual Thread support with new API methods
- deprecated methods removed
- `module-info`

### [2.6.1](https://github.com/pivovarit/parallel-collectors/releases/tag/2.6.1) (01-05-2024)
- Fixes a regression which caused undesired pollution of the provided executor

### [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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ They are:
<dependency>
<groupId>com.pivovarit</groupId>
<artifactId>parallel-collectors</artifactId>
<version>3.1.0</version>
<version>3.2.0</version>
</dependency>

#### JDK 8+:
Expand All @@ -46,7 +46,7 @@ They are:

#### JDK 21+:

compile 'com.pivovarit:parallel-collectors:3.1.0'`
compile 'com.pivovarit:parallel-collectors:3.2.0'`

#### JDK 8+:

Expand Down

0 comments on commit 6faad9f

Please sign in to comment.