This repository was archived by the owner on Mar 29, 2025. It is now read-only.
Release v2.0.0
- Internal webserver code refactory including several improvements and fixes.
- Moved
go-metricslibrary to this project.
Migration from v1
We can split most of changes in several parts:
- 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.
- Request context objects now are part of the package's root instead of the
/requestsubdirectory. Protectedmiddleware deprecated in favor ofauth.Etagsupport added. ImprovedCORSbehavior and other.