1.44.0 (2023-10-06)
Features Added
- Added
CoreUtils.getResultWithTimeout
to get a value of aFuture
and cancel it if theget
times out. (#37055) - Added
transfer
andtransferAsync
overloads inIOUtils
that accept an estimated data size to attempt to better
optimize transfers to reduce reads and writes. (#36650)
Bugs Fixed
- Fixed a bug where
FluxByteBufferContent.toReplayableContent()
didn't eagerly make theFlux<ByteBuffer>
replayable. (#36999)