Skip to content

6.6 Release

Choose a tag to compare

@jentfoo jentfoo released this 09 Feb 03:13
· 36 commits to master since this release

Changes included in this release:

  • Added to StatisticsUtils getMax and getMin implementations in order to find the extreme values in a collection of Number's
  • FutureUtils.makeFirstResultFuture permutation added where errors are ignored.
  • FutureUtils.makeResultListFuture wont throw an IllegalStateException if a dependent future is canceled. Because it needs the results (unless errors are ignored), this is still a fatal condition. However the resulting future will now indicate this state instead of having the Exception thrown.