Skip to content
This repository was archived by the owner on Mar 29, 2025. It is now read-only.

Release v2.0.0

Choose a tag to compare

@mxmauro mxmauro released this 05 May 14:49
· 8 commits to master since this release
360543b
  • Internal webserver code refactory including several improvements and fixes.
  • Moved go-metrics library to this project.

Migration from v1

We can split most of changes in several parts:

  1. The ones related to web server and metrics server (now part of this library) initialization. You may found added and removed options. All of them have comments in the source code that explains the goal. For example, a file server now has the option for a custom filesystem.
  2. Request context objects now are part of the package's root instead of the /request subdirectory.
  3. Protected middleware deprecated in favor of auth. Etag support added. Improved CORS behavior and other.