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.5
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.6
Choose a head ref
  • 6 commits
  • 6 files changed
  • 3 contributors

Commits on Mar 12, 2024

  1. Add PHP 8.3 to test matrix (#245)

    * Add PHP 8.3 to test matrix
    * Update psalm for 8.3 to work
    * Update psalm suppressions
    * Fix php-cs-fixer issue
    agoallikmaa authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    f96fee7 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

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

Commits on Apr 8, 2024

  1. update rules (#254)

    weslenteche authored Apr 8, 2024
    Configuration menu
    Copy the full SHA
    99545b6 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. fixing build failures (#257)

    * fixing build failures
    - CodeIgniter tests only pass against 4.4, so update minimum (with a case insensitivity change to test)
    - MongoDB using a now-deprecated semconv, which can be removed (we already have the suggested replacement)
    - Psr16 using an old version of psalm
    - adding missing phan config for ServerTiming and Container detector
    - adding update-lowest and all-lowest Make targets to run tests against lowest installable dependencies
    - remove deprecated docker-compose.version
    - update Dockerfile to use the core one, with some contrib additions (opentelemetry, mongo)
    
    * drop 7.4 support for server-timing and container detector
    they use non-7.4-compatible syntax
    
    * update actions + cache versions
    brettmc authored Apr 18, 2024
    Configuration menu
    Copy the full SHA
    a3dd64f View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

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

Commits on Jul 17, 2024

  1. silence mongo deprecation warnings (#283)

    this is caused by the moratorium on updating semconv, so I guess we will see more of these soon enough
    brettmc authored Jul 17, 2024
    Configuration menu
    Copy the full SHA
    8a4f409 View commit details
    Browse the repository at this point in the history
Loading