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/transport-grpc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.0
Choose a base ref
...
head repository: opentelemetry-php/transport-grpc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.1.0beta1
Choose a head ref
  • 3 commits
  • 3 files changed
  • 1 contributor

Commits on Mar 4, 2024

  1. Drop PHP 7.4 support (#1244)

    * drop php 7.4 support
    update composer.json minimums, and run rector over the code to update what it can. changed some static analysis
    config to fix some rector-induced failures.
    
    * adding union typehints
    
    * reformat constructor property promotions
    
    * updating/removing phpdoc
    
    * suppress protobuf extension complaint
    submitted a PR upstream to fix phan stubs
    
    * don't validate packages against 7.4
    
    * remove php8 polyfill
    
    * fix readonly comments
    
    * apply trailing commas to multiline fixer
    upgrade php-cs-fixer, and apply a new rule for multiline comments
    
    * remove unreachable default match arms for protobuf serializer
    
    * adding more union types to vars
    
    * use weakmap directly
    
    * remove handling for not-supported WeakMap
    
    * spacing
    brettmc authored Mar 4, 2024
    Configuration menu
    Copy the full SHA
    83dd1f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0ca56f View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. drop php 8.0 support (#1256)

    * bump php to 8.1, apply rector
    * readonly and typehints
    * suppress a dodgy readonly property conversion
    * remove some redundant readonly phpdocs
    * dont run workflows against 8.0
    * more readonly and typehints
    * phpdoc reformat
    * typehints
    * remove php81 polyfill
    * revert a rector BC breaking change, and disable that rector for ParentBased
    brettmc authored Mar 14, 2024
    Configuration menu
    Copy the full SHA
    f0c4e0e View commit details
    Browse the repository at this point in the history
Loading