Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: opentelemetry-php/api
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.4.0
Choose a base ref
...
head repository: opentelemetry-php/api
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.5.0
Choose a head ref
  • 2 commits
  • 49 files changed
  • 2 contributors

Commits on Jul 22, 2025

  1. fixing CI complaints (#1666)

    * fixing psalm complaints
    use rector (and psalm) to add Override attributes, and add symfony polyfill to
    provide Override in earlier php versions
    
    * fixing more psalm complaints
    
    * more fixes
    
    * adding stubs for deptrac
    there are some things in our code that deptrac doesn't understand or are missing
    for some php versions. stub them to quieten all those violation warnings
    
    * why not cache invalid :(
    
    * display tools versions
    
    * fix tools cache key
    
    * changing cache key
    
    * dont complain about unused psalm suppressions
    
    * suppress invalid attribute
    
    * quieten phpstan php8.5 complaints
    
    * revert previous commit...now other php versions complain about an unused ignore :(
    
    * revert typecasting in metrics aggregators
    
    * Update src/Contrib/Otlp/ProtobufSerializer.php
    
    Co-authored-by: Chris Lightfoot-Wild <[email protected]>
    
    * remove override stub and use the polyfill from deptrac
    
    ---------
    
    Co-authored-by: Chris Lightfoot-Wild <[email protected]>
    brettmc and ChrisLightfootWild authored Jul 22, 2025
    Configuration menu
    Copy the full SHA
    0b0cc11 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2025

  1. Configuration menu
    Copy the full SHA
    7692075 View commit details
    Browse the repository at this point in the history
Loading