All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- OTP 25.3 to CI
- OTP 26.0 to CI
- OTP 26.1 to CI
- OTP 26.2 to CI
- OTP 27.0 to CI
- OTP 27.1 to CI
- CI to use latest rebar3 version that's compatible with each covered OTP release
- OTP 25.2 to CI
- unused code check (Hank)
- code linter (Elvis)
- doc generation to
rebar3_ex_doc
plugin
- support for pretty printing of records as tagged maps
(with
lager:pr/2
andlager:pr/3
)
- name of custom lager sink to event metadata
- OTP 25.1 to CI
- API calls to
:log
,:do_log
and:dispatch_log
to output loggermfa
metadata as expected
- parse transform crash upon encountering 1, 2 or 3-arity non-logging calls to the
lager
module [Guilherme Andrade]
- logging of lager messages sent to extra sinks
- parse transform failure upon encountering
lager_extra_sinks
- dispatching of bad
file
attribute in messages' metadata
lager_transform
that routes events tologger
instead