Skip to content

Commit

Permalink
#209: Added auto parallelism support (#210)
Browse files Browse the repository at this point in the history
Fixes #209
  • Loading branch information
morazow authored Jul 19, 2022
1 parent 75754f3 commit ba0855f
Show file tree
Hide file tree
Showing 22 changed files with 521 additions and 192 deletions.
1 change: 1 addition & 0 deletions doc/changes/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Changes

* [2.4.0](changes_2.4.0.md)
* [2.3.2](changes_2.3.2.md)
* [2.3.1](changes_2.3.1.md)
* [2.3.0](changes_2.3.0.md)
Expand Down
22 changes: 22 additions & 0 deletions doc/changes/changes_2.4.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Cloud Storage Extension 2.4.0, released 2022-??-??

Code name:

## Feature

* #209: Added auto calculated parallelism parameter

## Dependency Updates

### Compile Dependency Updates

* Updated `com.google.protobuf:protobuf-java:3.21.1` to `3.21.2`
* Updated `io.netty:netty-all:4.1.78.Final` to `4.1.79.Final`

### Test Dependency Updates

* Updated `org.testcontainers:localstack:1.17.2` to `1.17.3`

### Plugin Dependency Updates

* Updated `com.diffplug.spotless:spotless-maven-plugin:2.22.8` to `2.23.0`
Loading

0 comments on commit ba0855f

Please sign in to comment.