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: protocolbuffers/protobuf-go
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.36.0
Choose a base ref
...
head repository: protocolbuffers/protobuf-go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.36.1
Choose a head ref
  • 4 commits
  • 9 files changed
  • 1 contributor

Commits on Dec 16, 2024

  1. all: start v1.36.0-devel

    Change-Id: Id47a99eafd700576f84f31f5f1b585c7aef8b0b4
    Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/636676
    LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
    Reviewed-by: Chressie Himpel <chressie@google.com>
    stapelberg committed Dec 16, 2024
    Configuration menu
    Copy the full SHA
    607da3e View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2024

  1. internal/errors: delete compatibility code for Go before 1.13

    Currently, Go Protobuf requires Go 1.21.
    
    Change-Id: I0b923f4f7732d54628f84e93adccc12f74f14e8e
    Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/637475
    LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
    Reviewed-by: Chressie Himpel <chressie@google.com>
    Auto-Submit: Michael Stapelberg <stapelberg@google.com>
    stapelberg authored and gopherbot committed Dec 18, 2024
    Configuration menu
    Copy the full SHA
    ce4fa19 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2024

  1. internal/impl: revert IsSynthetic() check to fix panic

    This reverts change https://go.dev/cl/632735, in which
    I misunderstood what the Protobuf documentation wanted to convey:
    The quoted docs in CL 632735 refer to reflection for proto3 optional
    fields, not to reflection for proto3 synthetic oneofs.
    
    Synthetic oneofs should remain visible through reflection.
    For the Open API, this change restores the old behavior.
    For the Opaque API, another fix is needed and will be sent
    in a separate, follow-up CL (follow golang/protobuf#1659).
    
    For golang/protobuf#1659
    
    Thanks to Joshua Humphries for the report and reproducer!
    
    Change-Id: I3a924eed6d2425581adc65651395a68fc1576f4d
    Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/638495
    Reviewed-by: Chressie Himpel <chressie@google.com>
    LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
    stapelberg committed Dec 23, 2024
    Configuration menu
    Copy the full SHA
    575aebf View commit details
    Browse the repository at this point in the history
  2. all: release v1.36.1

    Change-Id: I551d270a4c0010bcdc87056715a1c38271ca2f5c
    Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/637937
    Reviewed-by: Chressie Himpel <chressie@google.com>
    LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
    stapelberg committed Dec 23, 2024
    Configuration menu
    Copy the full SHA
    7fc5ff4 View commit details
    Browse the repository at this point in the history
Loading