Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 0.4 #13

Merged
merged 25 commits into from
May 4, 2024
Merged

Version 0.4 #13

merged 25 commits into from
May 4, 2024

Conversation

hollodotme
Copy link
Member

@hollodotme hollodotme commented May 4, 2024

Proposed Changes

  • Drops support for PHP 7.1
  • Adds support for PHP 8.3
  • Removes HttpResponse class in order to get rid of the dependency to psr/http-message — see Remove dependency on psr/http-message #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.1 Deprecation notice(s) #8
  • Moved CI to GitHub Actions

@hollodotme hollodotme self-assigned this May 4, 2024
@hollodotme hollodotme added the enhancement New feature or request label May 4, 2024
@hollodotme hollodotme added this to the v0.4.0 milestone May 4, 2024
…ependency to psr/http-message, #12

* Remove tests
* Update examples
@hollodotme hollodotme marked this pull request as ready for review May 4, 2024 12:23
@hollodotme hollodotme merged commit 880a8de into master May 4, 2024
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove dependency on psr/http-message 8.1 Deprecation notice(s)
2 participants