Twitter Util v19.6.0 Release Notes

Release Date: 2019-06-19 // almost 5 years ago
  • ๐Ÿ› Bug Fixes

    
    * ๐Ÿ›  util-core: Fixed the behavior in `c.t.io.Reader` where reading from `Reader#empty` fails to return
      a `ReaderDiscardedException` after it's discarded. ``PHAB_ID=D325465``
    
    โš™ Runtime Behavior Changes
    
    • util-core: Use Local at callback creation for Future's interrupt handler rather than raiser's locals so that it is consistent with other callbacks. This functionality is currently disabled and can be enabled by a toggle (com.twitter.util.UseLocalInInterruptible) by setting it to 1.0 if you would like to try it out. PHAB_ID=D324315

    • โฑ util-core: Remove experimental toggle com.twitter.util.BypassScheduler used for speeding up ConstFuture.map (transformTry). Now, we always run map operations immediately instead of via the Scheduler, where they may be queued and potentially reordered. PHAB_ID=D338487