Skip to content

Releases: bakatz/echo-logrusmiddleware

v2.0.1

30 Sep 06:23
468c31d
Compare
Choose a tag to compare
Merge pull request #2 from nikolay-turpitko/master

Fix for v2 release

v2.0.0

30 Jun 05:01
Compare
Choose a tag to compare

Implements support for echo v4 (credit goes to @lukekhamilton - thanks!)

v1.1.1

27 Apr 20:05
Compare
Choose a tag to compare

Reduces code duplication

v1.1.0

02 Jan 05:44
Compare
Choose a tag to compare

Major changes:

  1. Request/response body logging support with HookWithConfig()
  2. BREAKING: Removes "latency_human" -- not all that necessary when "latency" is already available as a millisecond value

v1.0.0

02 Jan 03:25
Compare
Choose a tag to compare
Introduces go modules, fixes issue with Echo >= 3.3.7 where the contr…

…act for Logger changed