Skip to content
This repository was archived by the owner on Dec 8, 2020. It is now read-only.

3.0.0 - 2018-12-20

Compare
Choose a tag to compare
@mitchellhenke mitchellhenke released this 20 Dec 22:04
d2b1018

Changed

  • Jason is now used for JSON encoding. The
    JSON library can no longer be injected via configuration.
  • msgpax 1.x is no longer supported
  • Logs are now sent in batches of 1000 instead of 5000 to comply with the
    Timber library specification
  • Timber.LoggerBackends.HTTP.TimberAPIKeyInvalid is now Timber.InvalidAPIKeyError

Removed

  • Removed support for Elixir 1.3 and lower
  • Removed integration with Phoenix; use the
    :timber_phoenix package instead
  • Removed integration with Plug; use the
    :timber_plug package instead
  • Removed integration with Ecto; use the
    :timber_ecto package instead
  • Removed integration with ExAws
  • Removed integration with :error_logger; use the
    :timber_exceptions package
    instead
  • Removed the installer (mix timber.install); manual installation is now
    expected
  • Removed the test event Mix task