Skip to content

Bump github.com/slok/go-http-metrics from 0.6.1 to 0.10.0#36

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/github.com/slok/go-http-metrics-0.10.0
Open

Bump github.com/slok/go-http-metrics from 0.6.1 to 0.10.0#36
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/github.com/slok/go-http-metrics-0.10.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Nov 17, 2021

Copy link
Copy Markdown
Contributor

Bumps github.com/slok/go-http-metrics from 0.6.1 to 0.10.0.

Release notes

Sourced from github.com/slok/go-http-metrics's releases.

v0.10.0

0.10.0 - 2021-11-16

Added

  • Support Fasthttp library.
  • Support gorestful v3

Changed

  • Drop support gorestful v2

v0.9.0

0.9.0 - 2020-10-03

Added

  • New helper method to get an std HTTP handler provider (std.HandlerProvider) (used by various frameworks like Gorilla).
  • Support Chi library.
  • Support Alice library.
  • Support Gorilla library.

v0.8.0

0.8.0 - 2020-06-04

Added

  • New middleware helper for the Goji framework.

v0.7.0

[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).

... (truncated)

Changelog

Sourced from github.com/slok/go-http-metrics's changelog.

[0.10.0] - 2021-11-16

Added

  • Support Fasthttp library.
  • Support gorestful v3

Changed

  • Drop support gorestful v2

[0.9.0] - 2020-10-03

Added

  • New helper method to get an std HTTP provider (std.HandlerProvider) (used by various frameworks like Gorilla).
  • Support Chi library.
  • Support Alice library.
  • Support Gorilla library.

[0.8.0] - 2020-06-04

Added

  • New middleware helper for the Goji framework.

[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.
Commits
  • 9382ede Bump v0.10.0
  • 473567f Merge pull request #92 from slok/slok/bump-versions
  • e5003e4 Support gorestful v3
  • d8277f4 Merge pull request #89 from slok/dependabot/github_actions/actions/checkout-2...
  • 59ec0bd Bump actions/checkout from 2.3.4 to 2.4.0
  • b12ca58 Merge pull request #87 from slok/dependabot/go_modules/github.com/fasthttp/ro...
  • f4a3add Merge pull request #85 from slok/dependabot/go_modules/github.com/labstack/ec...
  • c07b9dc Bump github.com/fasthttp/router from 1.4.1 to 1.4.4
  • 787b0f1 Bump github.com/labstack/echo/v4 from 4.5.0 to 4.6.1
  • ab56a92 Merge pull request #80 from slok/dependabot/go_modules/contrib.go.opencensus....
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/slok/go-http-metrics](https://github.com/slok/go-http-metrics) from 0.6.1 to 0.10.0.
- [Release notes](https://github.com/slok/go-http-metrics/releases)
- [Changelog](https://github.com/slok/go-http-metrics/blob/master/CHANGELOG.md)
- [Commits](slok/go-http-metrics@v0.6.1...v0.10.0)

---
updated-dependencies:
- dependency-name: github.com/slok/go-http-metrics
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot requested a review from slok as a code owner November 17, 2021 03:20
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Nov 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants