Skip to content

Releases: palantir/streams

2.4.0

23 May 14:27
34a6438
Compare
Choose a tag to compare
Type Description Link
Feature MoreCollectors.toImmutableMap() convenience method #328

2.3.0

21 Mar 17:33
0d6d91f
Compare
Choose a tag to compare
Type Description Link
Fix Propagate stream close #308

2.2.0

29 Aug 18:09
f240e0d
Compare
Choose a tag to compare
Type Description Link
Improvement Add DoNotCall annotation to deprecated+buggy methods in MoreStreams #213

2.1.0

03 Nov 17:38
81dafd3
Compare
Choose a tag to compare
Type Description Link
Feature Add peek methods to KeyedStream #127

2.0.0

05 Apr 20:40
464508c
Compare
Choose a tag to compare
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

04 Jul 18:04
Compare
Choose a tag to compare

Typo in javadoc

1.9.0

18 Sep 14:27
Compare
Choose a tag to compare

New blockingStreamWithParallelism for getting a list of futures in source order, blocking on completion.

1.8.0

15 Sep 16:38
Compare
Choose a tag to compare

Added functionality for handling streams of async tasks in MoreStreams.

1.7.0

11 Jul 14:59
Compare
Choose a tag to compare

Add a forEach method

1.5.3

21 Jun 13:51
Compare
Choose a tag to compare

Deprecate MoreCollectors and MoreStreams in favour of Guava 21+.