ujamii / prometheus-sentry-exporter

Exports sentry project metrics for prometheus.
MIT License
38 stars 12 forks source link

Update openmetrics-php/exposition-text requirement from ^0.3 to ^0.4 #23

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 5 months ago

Updates the requirements on openmetrics-php/exposition-text to permit the latest version.

Release notes

Sourced from openmetrics-php/exposition-text's releases.

Version 0.4.0

CHANGELOG

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning and Keep a CHANGELOG.

0.4.0 - 2024-05-04

  • Dropped support for PHP 7.1
  • Added support for PHP 8.3
  • Removed HttpResponse class in order to get rid of the dependency to psr/http-message — see #12
    • Users must implement or use their own response class to publish the metrics via HTTP
  • Fix deprecation warnings for IteratorAggregate since PHP 8.1 — see #8
  • Moved CI to GitHub Actions

#12: openmetrics-php/exposition-text#12

#8: openmetrics-php/exposition-text#8

0.3.1 - 2019-02-19

Fixed

  • Decimal representation of histogram buckets (which caused the python parser to fail)

0.3.0 - 2018-11-22

Fixed

  • Counters must always be exposed with <metric_name>_total - #2

Added

0.2.0 - 2018-11-16

Added

  • Support for PHP >= 7.1 - #1

0.1.0 - 2018-11-04

First stable release.

... (truncated)

Changelog

Sourced from openmetrics-php/exposition-text's changelog.

0.4.0 - 2024-05-04

  • Dropped support for PHP 7.1
  • Added support for PHP 8.3
  • Removed HttpResponse class in order to get rid of the dependency to psr/http-message — see #12
    • Users must implement or use their own response class to publish the metrics via HTTP
  • Fix deprecation warnings for IteratorAggregate since PHP 8.1 — see #8
  • Moved CI to GitHub Actions

#12: openmetrics-php/exposition-text#12

#8: openmetrics-php/exposition-text#8

0.3.1 - 2019-02-19

Fixed

  • Decimal representation of histogram buckets (which caused the python parser to fail)

0.3.0 - 2018-11-22

Fixed

  • Counters must always be exposed with <metric_name>_total - #2

Added

0.2.0 - 2018-11-16

Added

  • Support for PHP >= 7.1 - #1

0.1.0 - 2018-11-04

First stable release.

#3: openmetrics-php/exposition-text#3 #2: openmetrics-php/exposition-text#2 #1: openmetrics-php/exposition-text#1

Commits
  • 880a8de Merge pull request #13 from openmetrics-php/development
  • 2774dfd Remove HttpResponse & OutputStream class in order to get rid of the dependenc...
  • 028c0dd Update documentation
  • f35d7f7 Extract interface for label collection
  • 75ceecb Quote php versions
  • 1bb0344 Run tests in matrix to avoid building docker images multiple times
  • 3a0a752 add missing composer install
  • d55ff8a Fix phpstan task call
  • edcee7c Networks in docker compose config
  • ef9e362 Fix CI build
  • Additional commits viewable in compare view


You can trigger a rebase of this PR 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.