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/sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.6.0
Choose a base ref
...
head repository: opentelemetry-php/sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.7.0
Choose a head ref
  • 3 commits
  • 140 files changed
  • 3 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
    107a5ea View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2025

  1. Configuration\CompositeResolver and SPI discovery (#1523)

    * Configuration\CompositeResolver can discover additional configuration resolvers via SPI.
    
    * Apply suggestions from code review
    
    Co-authored-by: Tobias Bachert <[email protected]>
    
    * Fix imports.
    
    * Porting EnvSourceProvider changes from Nevay.
    
    * Moved VlucasPhpdotenvProvider to sdk-configuration.
    
    * Added SdkConfigurationResolver.
    
    * Added SymfonyDotenvProvider.
    
    * Removed vlucas/phpdotenv dev package.
    
    * make style 😎
    
    * Update deptrac for dotenv providers.
    
    * Suppress Psalm errors for optional packages.
    
    * Added phpstan ignoreErrors rules for optional dependency behavior.
    
    * Added test for SPI-backed configuration loading via EnvSourceProvider
    
    * Restructure SPI based test for EnvSourceProvider.
    
    * Bumped SPI dependency.
    
    * Added implied mixed return type to ResolverInterface::retrieveValue
    
    ---------
    
    Co-authored-by: Tobias Bachert <[email protected]>
    ChrisLightfootWild and Nevay authored Aug 1, 2025
    Configuration menu
    Copy the full SHA
    01f32d3 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2025

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