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/contrib-auto-mongodb
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.0.7
Choose a base ref
...
head repository: opentelemetry-php/contrib-auto-mongodb
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.0.8
Choose a head ref
  • 3 commits
  • 5 files changed
  • 3 contributors

Commits on Feb 7, 2025

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

Commits on Feb 11, 2025

  1. Update auto-instrumentation packages to SemConv 1.30 (#327)

    * update auto-instrumentation packages to SemConv 1.30.0
    * Curl semconv 1.30
    * amqp
    noting semconv recommendations, try to stick to semconv 1.24. Where attributes have been removed, replace
    with a string
    * rdkafka
    * guzzle
    * HttpAsyncClient
    * io
    * laravel
    * mongodb
    * mysqli
    * openaiphp
    * pdo
    * psr3
    * psr6
    * psr14
    * psr15
    * psr16
    * psr18
    * slim
    * symfony
    * wordpress
    * yii
    * symfony
    * logs
    * hard-code schema url for 8.0-supporting packages
    on 8.0 these packages won't be able to use the SemConv::Version enum
    * no-plugins for composer make targets
    this avoids the annoying 'do you trust...' composer questions
    * drop 7.4 testing
    * fixing build errors
    - bump psr3 + monolog deps to php8.1
    - fix azure detector semconv, add composer dependency
    * skip failing cake test on 8.0
    * fix message span names
    in semconv 1.27 the order of operation+queue switched
    brettmc authored Feb 11, 2025
    Configuration menu
    Copy the full SHA
    f8754d1 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2025

  1. Drop support for PHP 7.4 and 8.0, introduce support for PHP 8.4, fix …

    …semconv deprecations (#315)
    
    * Fixed a bit of warnings and deprecations
    * Dropped support for PHP 7.4 and 8.0. Introduced support for PHP 8.4
    * Set revision psalm to 6.4.0, more suppressions
    * Curl instrumentation fix
    * updated packages generating deprecated warnings
    intuibase authored Feb 25, 2025
    Configuration menu
    Copy the full SHA
    0d0b3d4 View commit details
    Browse the repository at this point in the history
Loading