ua_inspector v0.18.0 Release Notes

Release Date: 2018-08-15 // over 5 years ago

    โœจ Enhancements

    • Configuration can be done on supervisor (re-) start or when running the mix download tasks by setting a {mod, fun} tuple for the config key :init. This method will be called without arguments.

    - Old data tables are deleted with a configurable delay after reloading to avoid race conditions (and the resulting empty lookup responses)

    ๐Ÿ› Bug fixes

    - ETS tables of short code maps are now properly cleaned after reload

    ๐Ÿ—„ Soft deprecations (no warnings)

    • Support for {:system, "ENV_VARIABLE"} configuration has been removed from the documentation. It will eventually be removed completely after a proper deprecation phase