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.3.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.4.0
Choose a head ref
  • 2 commits
  • 13 files changed
  • 2 contributors

Commits on Jun 16, 2025

  1. Allows API packages to specify file-based and env-based config (#1621)

    * Move `ComponentProvider` and related classes to API
    
    * Use API `ComponentProvider`
    
    * Use API `ComponentProvider` in tests
    
    * Add `EnvComponentLoader` API
    
    * Add `EnvComponentLoader` example
    
    * Ignore deptrac violations
    
    * Remove namespace from `ComponentProvider` BC layer
    
    * Add API requirement to config package
    
    * Fix/suppress unrelated phpstan errors caused by `google/protobuf` `^4.31`
    Nevay authored Jun 16, 2025
    Configuration menu
    Copy the full SHA
    fec9a78 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2025

  1. add Logger.Enabled event name parameter (#1632)

    extra parameter added in spec 1.45.0, which is optional and development stability
    brettmc authored Jun 19, 2025
    Configuration menu
    Copy the full SHA
    b3a9286 View commit details
    Browse the repository at this point in the history
Loading