Twitter Util v20.2.1 Release Notes

Release Date: 2020-02-26 // about 4 years ago
  • ๐Ÿ†• New Features

    
    * ๐Ÿ‘ util-app: Add `c.t.util.app.App#onExitLast` to be able to provide better Java
      ergonomics for designating a final exit function. ``PHAB_ID=D433874``
    
    * util-core: Add `c.t.io.Reader.concat` to conveniently concatenate a collection
      of Reader to a single Reader. ``PHAB_ID=D434448``
    
    ๐Ÿ’ฅ Breaking API Changes
    
    • ๐Ÿšš util-core: Future.unapply has been removed. Use Future.poll to retrieve Future's state. PHAB_ID=D427429

    ๐Ÿ› Bug Fixes

    
    * ๐ŸŒฒ util-logging: Add a missing `_*` that could result in exceptions when using the
      `Logger.apply(Level, Throwable, String, Any*)` signature. ``PHAB_ID=D430122``