Lecho Versions Save

Zerolog wrapper for Echo framework 🍅

v3.5.0

1 year ago

Added HandleError flag to the middleware to enable/disable error propagation.

v3.4.0

1 year ago

Changes:

  • Fixed double call of a global error handler
  • Updated dependencies

v3.3.0

1 year ago
  • Added 'Enricher' function to the Middleware configuration that allows to add custom fields to a logger per request.
  • Updated dependencies.

v3.2.0

1 year ago
  • Added RequestIDHeader value to the Middleware configuration.

v3.1.1

1 year ago
  • Added missing zerolog level

v3.1.0

2 years ago

Added

  • Possibility to keep middleware information in a sub key of a log message.

v3.0.0

2 years ago

v2.5.2

2 years ago

v2.5.1

2 years ago

v2.5.0

2 years ago
  • Upgraded Echo to v4.4.0
  • Upgraded Zerolog to v1.23.0
  • Dropped support of Go 1.13 and 1.14