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: golang/protobuf Loading
base: v1.5.3
Choose a base ref
...
head repository: golang/protobuf Loading
compare: v1.5.4
Choose a head ref
  • 2 commits
  • 10 files changed
  • 2 contributors

Commits on Mar 5, 2024

  1. all: update descriptor.proto to latest version

    A recent change to the upstream descriptor.proto, appearing in
    google.golang.org/[email protected], removed the long-deprecated
    FileOptions.php_generic_services field. This backwards-incompatible
    change results in an incompatibility between the
    github.com/golang/protobuf and google.golang.org/protobuf
    modules.
    
    Bump the google.golang.org/protobuf version in go.mod, regenerate
    descriptors.
    
    Increase the minimum Go version requirement to go1.17 (the minimum
    supported by v1.33.0).
    
    Run gofmt to update formatting to go1.22 standards.
    
    For #1596
    neild committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    b7697bb View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Merge pull request #1597 from golang/updatedesc

    all: update descriptor.proto to latest version
    lfolger committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    75de7c0 View commit details
    Browse the repository at this point in the history
Loading