From 5adfa56a760e5025d7e2a57f982c819e967aaa6c Mon Sep 17 00:00:00 2001 From: Mark Allen Date: Thu, 16 Feb 2017 18:05:16 -0600 Subject: [PATCH] Roll 3.3.0 --- README.md | 24 ++++++++++++++++++++++-- src/lager.app.src | 2 +- 2 files changed, 23 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ab7d97f..b7508a5 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ to provide a more traditional way to perform logging in an erlang application that plays nicely with traditional UNIX logging tools like logrotate and syslog. - [Travis-CI](http://travis-ci.org/basho/lager) :: ![Travis-CI](https://secure.travis-ci.org/basho/lager.png) +[Travis-CI](http://travis-ci.org/erlang-lager/lager) :: ![Travis-CI](https://secure.travis-ci.org/erlang-lager/lager.png) Features -------- @@ -655,7 +655,8 @@ erlc -pa lager/ebin +'{parse_transform, lager_transform}' +'{lager_truncation_si Suppress applications and supervisors start/stop logs ----------------------------------------------------- -If you don't want to see supervisors and applications start/stop logs in debug level of your application, you can use these configs to turn it off: +If you don't want to see supervisors and applications start/stop logs in debug +level of your application, you can use these configs to turn it off: ```erlang {lager, [{suppress_application_start_stop, true}, @@ -664,6 +665,25 @@ If you don't want to see supervisors and applications start/stop logs in debug l 3.x Changelog ------------- +3.3.0 - 16 February 2017 + + * Docs: Fix documentation to make 'it' unambiguous when discussing asychronous + operation. (#387) + * Test: Fix test flappiness due to insufficient sanitation between test runs (#384, #385) + * Feature: Allow metadata only logging. (#380) + * Feature: Add an upper case severity formatter (#372) + * Feature: Add support for suppressing start/stop messages from supervisors (#368) + * Bugfix: Fix ranch crash messages (#366) + * Test: Update Travis config for 18.3 and 19.0 (#365) + +3.2.4 - 11 October 2016 + + * Test: Fix dialyzer warnings. + +3.2.3 - 29 September 2016 + + * Dependency: Update to goldrush 0.19 + 3.2.2 - 22 September 2016 * Bugfix: Backwards-compatibility fix for `{crash_log, undefined}` (#371) diff --git a/src/lager.app.src b/src/lager.app.src index 5beef64..75a9e93 100644 --- a/src/lager.app.src +++ b/src/lager.app.src @@ -3,7 +3,7 @@ {application, lager, [ {description, "Erlang logging framework"}, - {vsn, "3.2.2"}, + {vsn, "3.3.0"}, {modules, []}, {applications, [ kernel,