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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v33.3
Choose a base ref
...
head repository: protocolbuffers/protobuf
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v33.4
Choose a head ref
  • 6 commits
  • 52 files changed
  • 4 contributors

Commits on Jan 9, 2026

  1. Configuration menu
    Copy the full SHA
    74af960 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #25246 from protocolbuffers/33.x-202601092149

    Merge release commits to 33.x
    karenwuz authored Jan 9, 2026
    Configuration menu
    Copy the full SHA
    202d9e3 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2026

  1. bazel: Remove hardcoded dependency on //:protoc from language runti…

    …mes (#19679)
    
    Without this change, language runtimes still result in a build of `//:protoc` even with a prebuilt `proto_toolchain` registered or `--proto_compiler` set to a precompiled protoc. Removing this hardcoded dependency allows a (fast) build of `java_proto_library` targets without a C++ toolchain assuming a prebuilt protoc.
    
    Work towards #19558
    
    Closes #19679
    
    COPYBARA_INTEGRATE_REVIEW=#19679 from fmeum:19558-dont-hardcode-protoc 2d67e82
    PiperOrigin-RevId: 828014596
    fmeum authored and karenwuz committed Jan 12, 2026
    Configuration menu
    Copy the full SHA
    453cfb2 View commit details
    Browse the repository at this point in the history
  2. refactor(bazel): publish a separate .tar.gz (#24065)

    Avoids mutating the protobuf tar.gz file that's created prior to the Bazel Central Registry publishing step.
    
    Closes #24065
    
    COPYBARA_INTEGRATE_REVIEW=#24065 from protocolbuffers:alexeagle/bazel-tar c7df27e
    PiperOrigin-RevId: 821727519
    alexeagle authored and karenwuz committed Jan 12, 2026
    Configuration menu
    Copy the full SHA
    47b3385 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e86afb4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    edaa823 View commit details
    Browse the repository at this point in the history
Loading