Skip to content

Releases: spotify/completable-futures

v0.3.6

12 Dec 12:49
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.5...v0.3.6

v0.3.5

22 Jul 15:36
Compare
Choose a tag to compare

Add Automatic-Module-Name attribute to published JAR to be explicit about the module name for this project when using it with JPMS (#85).

v0.3.4

22 Jul 15:37
Compare
Choose a tag to compare

Add support for CompletionStage<Void> tasks in the ConcurrencyReducer (#79)

v0.3.3

08 Jul 16:54
Compare
Choose a tag to compare
  • New: allAsMap (#70), thanks @sashahe
  • New: Combining an arbitrary number of futures (#61)
  • Improved fail-fast behavior for allAsList and joinList (#68), thanks @JoseAlavez