Skip to content

Releases: ansrivas/fiberprometheus

v2.14.0

16 Aug 23:10
ff26e9b

Choose a tag to compare

What's Changed

  • build(deps): bump github.com/prometheus/client_golang from 1.22.0 to 1.23.0 by @dependabot[bot] in #255
  • build(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #256
  • build(deps): bump github.com/valyala/fasthttp from 1.64.0 to 1.65.0 by @dependabot[bot] in #257

Full Changelog: v2.13.0...v2.14.0

v2.13.0

21 Jul 13:17
acf5351

Choose a tag to compare

What's Changed

  • build(deps): bump github.com/valyala/fasthttp from 1.63.0 to 1.64.0 by @dependabot[bot] in #253
  • build(deps): bump github.com/gofiber/fiber/v2 from 2.52.8 to 2.52.9 by @dependabot[bot] in #254

Full Changelog: v2.12.0...v2.13.0

v2.12.0

05 Jul 00:07
3a3ec48

Choose a tag to compare

What's Changed

  • build(deps): bump go.opentelemetry.io/otel/trace from 1.36.0 to 1.37.0 by @dependabot in #248
  • build(deps): bump go.opentelemetry.io/otel/sdk from 1.36.0 to 1.37.0 by @dependabot in #249
  • build(deps): bump go.opentelemetry.io/otel/exporters/stdout/stdouttrace from 1.36.0 to 1.37.0 by @dependabot in #250
  • build(deps): bump github.com/valyala/fasthttp from 1.62.0 to 1.63.0 by @dependabot in #252

Full Changelog: v2.11.0...v2.12.0

v2.11.0

27 May 11:09

Choose a tag to compare

What's Changed

  • feat: Support for ignoring unregistered routes and status codes by @gaby in #246

Full Changelog: v2.10.0...v2.11.0

v2.10.0

23 May 12:29
424c106

Choose a tag to compare

What's Changed

  • build(deps): bump github.com/prometheus/client_golang from 1.21.1 to 1.22.0 by @dependabot in #237
  • build(deps): bump github.com/valyala/fasthttp from 1.59.0 to 1.60.0 by @dependabot in #236
  • build(deps): bump github.com/gofiber/fiber/v2 from 2.52.6 to 2.52.8 by @dependabot in #244
  • build(deps): bump go.opentelemetry.io/otel/trace from 1.35.0 to 1.36.0 by @dependabot in #242
  • build(deps): bump go.opentelemetry.io/otel/sdk from 1.35.0 to 1.36.0 by @dependabot in #241
  • build(deps): bump go.opentelemetry.io/otel/exporters/stdout/stdouttrace from 1.35.0 to 1.36.0 by @dependabot in #240
  • build(deps): bump github.com/valyala/fasthttp from 1.60.0 to 1.61.0 by @dependabot in #238

Full Changelog: v2.9.1...v2.10.0

v2.9.1

10 Mar 14:57
d081d0f

Choose a tag to compare

What's Changed

  • build(deps): bump github.com/prometheus/client_golang from 1.21.0 to 1.21.1 by @dependabot in #231
  • build(deps): bump go.opentelemetry.io/otel/exporters/stdout/stdouttrace from 1.34.0 to 1.35.0 by @dependabot in #232

Full Changelog: v2.9.0...v2.9.1

v2.9.0

03 Mar 13:46
2d0d890

Choose a tag to compare

What's Changed

  • build(deps): bump github.com/gofiber/fiber/v2 from 2.52.5 to 2.52.6 by @dependabot in #225
  • build(deps): bump github.com/valyala/fasthttp from 1.57.0 to 1.59.0 by @dependabot in #227
  • feat: add otlp exampler support by @kirankumar-grootan in #223
  • build(deps): bump github.com/prometheus/client_golang from 1.20.5 to 1.21.0 by @dependabot in #228

New Contributors

Full Changelog: v2.8.0...v2.9.0

v2.8.0

03 Feb 15:45
7b0adca

Choose a tag to compare

⚠️ Before Upgrading check the notes below

What's Changed

  • Update README.md by @ansrivas in #217
  • fix: High-cardinality metrics and updates to middleware by @gaby in #221

Full Changelog: v2.7.0...v2.8.0

v2.7.0

24 Jul 23:14
7755f92

Choose a tag to compare

What's Changed

  • build(deps): bump github.com/gofiber/fiber/v2 from 2.48.0 to 2.49.0 by @dependabot in #177
  • build(deps): bump github.com/gofiber/fiber/v2 from 2.49.0 to 2.49.2 by @dependabot in #180
  • build(deps): bump github.com/prometheus/client_golang from 1.16.0 to 1.17.0 by @dependabot in #182
  • Fix unintuitive behaviour of RegisterAt with custom registry in #181
  • build(deps): bump github.com/gofiber/fiber/v2 from 2.49.2 to 2.50.0 by @dependabot in #183
  • build(deps): bump actions/checkout from 3 to 4 by @dependabot in #179
  • build(deps): bump actions/setup-go from 4 to 5 by @dependabot in #185
  • build(deps): bump github.com/gofiber/fiber/v2 from 2.50.0 to 2.52.0 by @dependabot in #189
  • build(deps): bump github.com/prometheus/client_golang from 1.17.0 to 1.18.0 by @dependabot in #188
  • build(deps): bump actions/stale from 8 to 9 by @dependabot in #186
  • build(deps): bump github.com/gofiber/fiber/v2 from 2.52.0 to 2.52.1 by @dependabot in #190
  • dep: fix the minimum go version to 1.20.x by @ansrivas in #194
  • build(deps): bump github.com/gofiber/fiber/v2 from 2.52.1 to 2.52.2 by @dependabot in #193
  • build(deps): bump github.com/prometheus/client_golang from 1.18.0 to 1.19.0 by @dependabot in #192
  • fix: Concurrency issues with Global Registry, issues with incorrect Path in Metrics by @gaby in #197
  • Add support for SkipPaths() and update dependencies by @gaby in #201

Full Changelog: v2.6.1...v2.7.0

v2.6.1

08 Aug 00:57
1e2e6c4

Choose a tag to compare

What's Changed

  • build(deps): bump github.com/gofiber/adaptor/v2 from 2.1.31 to 2.1.32 by @dependabot in #160
  • Update dependencies, and github-actions by @gaby in #173
  • build(deps): bump github.com/gofiber/fiber/v2 from 2.47.0 to 2.48.0 by @dependabot in #176
  • build(deps): bump actions/stale from 3 to 8 by @dependabot in #174

Full Changelog: v2.6.0...v2.6.1