[erlang-questions] lager changelog?

Mark Allen mrallen1@REDACTED
Tue Dec 15 21:30:08 CET 2015


There is no official changelog but as far as breaking API changes from 2.x to 3.x the big one is around how traces work (or don't) with multiple sinks.  
My expectation is that using lager 3 on a project that previously used 2.x should Just Work.  If it doesn't please open an issue on the repo - because that's definitely something I'd like to know about.
Thanks.
Mark 


    On Friday, December 11, 2015 4:10 PM, Technion <technion@REDACTED> wrote:
 

 Hi,

Given that the Lager readme is pretty good, you can get a pretty good answer on this by reviewing changes to the readme.

$ git clone https://github.com/basho/lager.git
$ cd lager
$ git diff 2.0.0rc2 3.0.2 -- README.md

The diff will include any API changes.
________________________________________
From: erlang-questions-bounces@REDACTED <erlang-questions-bounces@REDACTED> on behalf of Siraaj Khandkar <siraaj@REDACTED>
Sent: Saturday, 12 December 2015 7:15 AM
To: erlang-questions@REDACTED
Subject: [erlang-questions] lager changelog?

Is anyone aware of anything like a changelog for lager? I did not see
anything obvious at https://github.com/basho/lager

More-specifically, I inherited a project which uses 2.0.0rc1 and am
wondering what surprises and API changes await me if I wanted to upgrade.
_______________________________________________
erlang-questions mailing list
erlang-questions@REDACTED
http://erlang.org/mailman/listinfo/erlang-questions
_______________________________________________
erlang-questions mailing list
erlang-questions@REDACTED
http://erlang.org/mailman/listinfo/erlang-questions


  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20151215/74ad7543/attachment.htm>


More information about the erlang-questions mailing list