# Changelog All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). ## [1.1.0] - 2019-03-27 ### Changed - Merged #19 from @ivanovv and @lasseebert, adding `metadata_filter` option. ## [1.0.3] - 2018-03-06 ### Changed - Merged #16 from @mkrogemann, squashing `warning: outdented heredoc line` in Elixir 1.6 ## [1.0.2] - 2017-12-12 ### Fixed - Issue #15, map elixir level :warn to correct syslog level ## [1.0.1] - 2017-10-09 ### Fixed - Issue #14, crashes when receiving unhandled messages in handle_info. Now ignoring unhandled `info`, `events`, `code_change` and `terminate` to actually behave as a `:gen_event`. ## [1.0.0] - 2017-10-05 ### Changed - Using behavior `:gen_event` since `GenEvent` is deprecated - Squash warnings from deprecated String-functions - Requires Elixir ~> 1.3 ## [0.2.1] - 2017-03-19 ### Fixed - An issue with configuration, issue #9 ## [0.2.0] - 2017-03-17 ### Changed - Sender will now hold a port open in GenServer instead of opening and closing per request. - More informative messages if trying to configure with faulty config. ## [0.1.2] - 2017-03-06 ### Changed - Merged #7 squashing warnings from Elixir 1.4. - Some module documentation ## [0.1.1] - 2016-10-24 ### Changed - Fixed issue #4, if DNS resolution fails (ip is resolved every 60s), it uses last successfully resolved ip. ## [0.1.0] - 2016-04-18 ### Added - Change Log - Possibility to use `:url` to config log target. Format: `papertrail://:/` instead of `:host` and `:system_name` ### Changed - Always trims away leading `Elixir.` in module name (tag in [Papertrail](http://papertrailapp.com) semantic) - Since [Papertrail](http://papertrailapp.com) tags has a limitation of 32 chars, `LoggerPapertrailBackend` will trim away module names from the start of the name, ie `This.Is.Ridiculously.Long.Module.Name` becomes `Is.Ridiculously.Long.Module.Name` in the logs. ## [0.0.1 / 0.0.2] - 2015-10-02 First stable releases.