Skip to content

New Land

Latest
Compare
Choose a tag to compare
@FKouhai FKouhai released this 24 Apr 23:11
· 1 commit to master since this release

fiberprometheus for fiberv3

This release, its the first step towards having a prometheus metrics middleware for fiber v3

What changes has been implemented:

  • Migrated all the v2 dependencies to v3 for fiber
  • Kept the unsafe copy function from v2 utils which has been embedded in the repo

What to expect in the future

  • Remove the unsafe string copy from this codebase since it can lead to security issues