ua_inspector v0.12.0 Release Notes

Release Date: 2016-08-18 // over 7 years ago
    • ✨ Enhancements

      • Database downloads are done using hackney in order to prepare an upcoming auto-update feature
      • If the initial load of a database (during process initialisiation) fails a message will be sent through Logger.info/1
      • If the initial load of a short code map (during process initialisation) fails a message will be sent through Logger.info/1
    • Backwards incompatible changes

      • Completely unknown devices now yield :unknown instead of a struct with all values set to :unknown
      • Downloads are now done using :hackney instead of mix. This may force you to manually reconfigure the client
      • Minimum required elixir version is now ~> 1.2
      • Minimum required erlang version is now ~> 18.0