All Versions
20
Latest Version
Avg Release Cycle
98 days
Latest Release
1058 days ago

Changelog History
Page 2

  • v0.15.0 Changes

    September 12, 2017
    • โœจ Enhancements
      • Supervision can now be done without starting the application
      • The database downloader has been promoted to a directly usable module
  • v0.14.0 Changes

    May 31, 2017
    • โœจ Enhancements

      • Empty referers ("" or nil) now return a result without performing an actual lookup
      • System environment configuration can set an optional default value to be used if the environment variable is unset
    • ๐Ÿ› Bug fixes

      • Properly handles nil values passed to the lookup
    • Backwards incompatible changes

      • Support for single :remote_url download configuration has been removed
  • v0.13.0 Changes

    November 19, 2016
    • โœจ Enhancements

      • Downloaded files can be automatically stored under a custom filename differing from the url basename
      • Multiple files can be configured for download
    • ๐Ÿ—„ Deprecations

      • Configuring a single :remote_url for download has been deprecated
  • v0.12.0 Changes

    September 22, 2016
    • โœจ Enhancements

      • Multiple databases can be configured to load during startup. Lookups are done in order until a match is found
    • Backwards incompatible changes

      • Downloaded databases are stored under the basename of the remote file instead of the filename of the "first configured database"
      • Support for :yaml as database configuration has been removed
  • v0.11.0 Changes

    September 07, 2016
    • โœจ Enhancements

      • Remote url of database file is now configurable
    • ๐Ÿ—„ Deprecations

      • Configuring a single :yaml as the database has been deprecated
    • Backwards incompatible changes

      • Support for loading a database file at runtime using RefInspector.load/1 has been removed
  • v0.10.0 Changes

    August 19, 2016
    • โœจ Enhancements

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

      • 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
  • v0.9.0 Changes

    March 30, 2016
    • โœจ Enhancements

      • Database is reloaded if the storage process gets restarted
      • Path can be configured by accessing the system environment
      • Referer database can be reloaded usind RefInspector.load/1
    • Backwards incompatible changes

      • Reloading the database drops previously loaded (unconfigured) entries
  • v0.8.0 Changes

    July 18, 2015
    • โœจ Enhancements
      • Domains to be detected as :internal can be configured
  • v0.7.0 Changes

    June 01, 2015
    • โœจ Enhancements

      • Dependencies not used in production builds are marked as optional
      • Displays expanded download path for mix ref_inspector.yaml.download
      • Verification script now automatically downloads database file
      • Worker pool options are no longer defined at compile time
    • Backwards incompatible changes

      • Pool configuration is now expected to be a Keyword.t
  • v0.6.0 Changes

    April 03, 2015
    • ๐ŸŽ‰ Initial Release