Skip to content

Util 18.10.0

Compare
Choose a tag to compare
@finaglehelper finaglehelper released this 19 Oct 20:18
· 740 commits to develop since this release

Breaking API Changes

  • util-core: c.t.io.Reader.Writable and c.t.Reader.writable() are removed. Use c.t.io.Pipe
    instead. 5ef6a0dc

  • util-core: c.t.util.TempFolder has been moved to c.t.io.TempFolder. 2f8ee904

  • util-core: Removed the forwarding types c.t.util.TimeConversions and
    c.t.util.StorageUnitConversions. Use c.t.conversions.time and
    c.t.conversions.storage directly. 0c83ebc0

  • util-core: c.t.concurrent.AsyncStream.fromReader has been moved to
    c.t.io.Reader.toAsyncStream. 6c3be47d

New Features

  • util-core: c.t.io.Reader.fromBuf (BufReader), c.t.io.Reader.fromFile,
    c.t.io.Reader.fromInputStream (InputStreamReader) now take an additional parameter,
    chunkSize, the upper bound of the number of bytes that a given reader emits at each read.
    719f41a6

Runtime Behavior Changes

  • util-core: c.t.u.Duration.inTimeUnit can now return
    j.u.c.TimeUnit.MINUTES. 0daac8d7