Twitter Util v18.2.0 Release Notes

  • 🆕 New Features

    
    * util-core: Added implicit conversion for percentage specified as "x.percent"
      to a fractional Double in `c.t.conversions.percent`. ``PHAB_ID=D128792``
    
    * util-tunable: Add deserializer for `c.t.u.StorageUnit` to JsonTunableMapper
      ``PHAB_ID=D132368``
    
    ⚙ Runtime Behavior Changes
    
    • util-app: When c.t.a.App.exitOnError is called, it now gives close an opportunity to clean up resources before exiting with an error. PHAB_ID=D129437