This release includes significant changes to the ListenableFuture API. Defined in the release details, the most significant changes are the depreciation of addCallback and addListener. Now providing more functionality with a callback and listener function that return the instance, as well as a resultCallback and failureCallback function for when there is only one state needing checked.