Skip to content

v0.7.0

Compare
Choose a tag to compare
@slok slok released this 02 Jun 06:49
· 145 commits to master since this release
a42626c

0.7.0 - 2020-06-02

Breaking change: The library has been refactored to be more flexible when adding new framework/libraries.

Added

  • New middleware helper for the Echo framework.

Changed

  • Refactored internally how the Middleware works and gets the data to make it easier to extend and more reliable.
    • Added Reporter interface as the service responsible of getting the data to be measured.
    • All different framwork helpers now implement with the new Reporter way.
  • Fixed Gin returning duplicated data (#31).
  • (Breaking) Standard handler now is on middleware/std instead of middleware.

Removed

  • Middleware interface in favor of a struct.