Releases: palantir/streams
Releases · palantir/streams
2.4.0
2.3.0
2.2.0
2.1.0
2.0.0
Type | Description | Link |
---|---|---|
Break | Streams is compiled with a Java 11 target version, Java 8 is no longer supported | #29 |
Fix | Fix incorrect maxParallelism handling on MoreStreams inCompletionOrder and blockingStreamWithParallelism utility methods. Previously it was possible to fan out far beyond the provided limit, depending on the structure of the stream internals. The MoreStreams inCompletionOrder and blockingStreamWithParallelism overloads without an Executor argument have been deprecated, they cannot be fixed due to incorrect assumptions about Streams. |
#36 |
1.9.1
1.9.0
1.8.0
1.7.0
Add a forEach
method
1.5.3
Deprecate MoreCollectors and MoreStreams in favour of Guava 21+.