-
Notifications
You must be signed in to change notification settings - Fork 16.2k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: protocolbuffers/protobuf
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v33.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 5 commits
- 55 files changed
- 5 contributors
Commits on Oct 15, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 53f36d3 - Browse repository at this point
Copy the full SHA 53f36d3View commit details -
Merge pull request #23995 from protocolbuffers/33.x-202510152010
Merge release commits to 33.x
Configuration menu - View commit details
-
Copy full SHA for 39d437f - Browse repository at this point
Copy the full SHA 39d437fView commit details
Commits on Nov 12, 2025
-
Fix
Anyhasbit consistency issue in OSS. (#24400)* Fix `Any` hasbit consistency issue in OSS. `Any` `value` field is a `bytes` field in OSS, and since cl/792909628 (#22956), `_internal_mutable_*()` accessors for string fields don't set hasbits. This can cause the hasbit to be missing for the `value` field of `Any` after calling `PackFrom`, which will serialize incorrectly. This change also includes fixes to `any_test`, which failed to catch this bug. We got unlucky, and every test which checked a roundtrip `PackFrom` -> `UnpackTo` for an `Any` field reused the same `Any` object, calling `MessageLite::ParseFromString` (which `Clear()`s it) on the same object. However, `Clear()` skips string fields whose hasbits are not set. This meant the `string value` field of the `Any` was not cleared, since its hasbit had not been properly set by `PackFrom`. So even though the `Any` value skipped serializing its value, the reused `Any` object still contained the expected `string value` serialization of the submessage, and `UnpackTo` worked correctly. The culprit change was adopted in release 33.0, so it will need to be patched to this version. See #24258. Fixes #24258 PiperOrigin-RevId: 828299368 * update staleness * Upgrade setup-php to speed up PHP tests This build has become a severe bottleneck in our CI. To avoid this in the future, always use whatever pre-install version is on the mac runners. The linux tests will cover specific versions of PHP still. PiperOrigin-RevId: 818864695 --------- Co-authored-by: Clayton Knittel <cknittel@google.com> Co-authored-by: Mike Kruskal <mkruskal@google.com>
Configuration menu - View commit details
-
Copy full SHA for 59db671 - Browse repository at this point
Copy the full SHA 59db671View commit details -
Expose NestedInFileClass naming helpers for Java immutable. (#24401)
This matches our GeneratorNames APIs, and it's become clear that this information is necessary for certain classes of code-generators to be able to predict where our generated code will end up. PiperOrigin-RevId: 829216363 Co-authored-by: Mike Kruskal <mkruskal@google.com>
Configuration menu - View commit details
-
Copy full SHA for 5737cd2 - Browse repository at this point
Copy the full SHA 5737cd2View commit details -
Configuration menu - View commit details
-
Copy full SHA for a8d85ff - Browse repository at this point
Copy the full SHA a8d85ffView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v33.0...v33.1