-
Notifications
You must be signed in to change notification settings - Fork 15.6k
Comparing changes
Open a pull request
base repository: protocolbuffers/protobuf
base: v30.0-rc1
head repository: protocolbuffers/protobuf
compare: v30.0-rc2
- 19 commits
- 150 files changed
- 9 contributors
Commits on Feb 4, 2025
-
Configuration menu - View commit details
-
Copy full SHA for d9ac521 - Browse repository at this point
Copy the full SHA d9ac521View commit details
Commits on Feb 5, 2025
-
Replace
std::any
with a custom solution. (#20251)`std::any` leads to compiler errors in some versions of gcc during constructibility trait checks. Now that we can guarantee it, return by reference to avoid extra costs in copies. PiperOrigin-RevId: 723478744 Co-authored-by: Protobuf Team Bot <protobuf-github-bot@google.com>
Configuration menu - View commit details
-
Copy full SHA for 6250d09 - Browse repository at this point
Copy the full SHA 6250d09View commit details
Commits on Feb 7, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 267c421 - Browse repository at this point
Copy the full SHA 267c421View commit details
Commits on Feb 10, 2025
-
Upgrade abseil-cpp to 20250127 and use @com_google_absl -> @abseil-cp…
…p and com_google_googletest -> @googletest canonical BCR names. (#20295) Users still using the old `WORKSPACE` system may need to do the same or use `repo_mapping` on repositories that still use the old names. See Abseil's release notes for details: https://github.com/abseil/abseil-cpp/releases/tag/20250127. PiperOrigin-RevId: 725247849
Configuration menu - View commit details
-
Copy full SHA for df849cc - Browse repository at this point
Copy the full SHA df849ccView commit details
Commits on Feb 12, 2025
-
Remove rules_rust dependency from MODULE.bazel for 30.x (#20310)
We're not yet ready for a stable Rust release, so the rules_rust dependency is unnecessary for now.
Configuration menu - View commit details
-
Copy full SHA for b8248f6 - Browse repository at this point
Copy the full SHA b8248f6View commit details -
Make php generator's header public for gRPC (#20320)
* Make php generator's header public for gRPC PiperOrigin-RevId: 725788478 * Update staleness files
Configuration menu - View commit details
-
Copy full SHA for c07e854 - Browse repository at this point
Copy the full SHA c07e854View commit details
Commits on Feb 14, 2025
-
Switch BCR presubmit to testing from example module (instead of defau…
…lt dummy module) so we can use .bazelrc and reference @local_config_cc. PiperOrigin-RevId: 727029136
Configuration menu - View commit details
-
Copy full SHA for 8171744 - Browse repository at this point
Copy the full SHA 8171744View commit details -
Fix redundant clang-cl and msvc platform constraint for Bazel 8 compa…
…tibility and enable Bazel 8 presubmits in BCR. PiperOrigin-RevId: 727052001
Configuration menu - View commit details
-
Copy full SHA for b025ac0 - Browse repository at this point
Copy the full SHA b025ac0View commit details -
Merge pull request #20365 from protocolbuffers/cp-bcr-presubmit-clang-cl
Cherry pick BCR presubmit refactor and Bazel 8 clang-cl / msvc fix
Configuration menu - View commit details
-
Copy full SHA for 4b34c96 - Browse repository at this point
Copy the full SHA 4b34c96View commit details
Commits on Feb 19, 2025
-
Fix a bug in handling of implicit-presence string_view fields. (#20403)
PiperOrigin-RevId: 728814630
Configuration menu - View commit details
-
Copy full SHA for 81196ac - Browse repository at this point
Copy the full SHA 81196acView commit details
Commits on Feb 20, 2025
-
Adds missing loads for Java rules. Remove unused loads. Some other minor fixes. PiperOrigin-RevId: 728701378
Configuration menu - View commit details
-
Copy full SHA for bf712cc - Browse repository at this point
Copy the full SHA bf712ccView commit details -
Merge pull request #20412 from comius/cp-run-buildifier
Run buildifier
Configuration menu - View commit details
-
Copy full SHA for 5c7d98f - Browse repository at this point
Copy the full SHA 5c7d98fView commit details -
protobuf: add //:go_features_proto Bazel alias (#20419)
Users who use Protobuf via Bazel currently have no way of specifying a dependency on the well-known go_features.proto. For golang/protobuf#1679 PiperOrigin-RevId: 728991839 Co-authored-by: Protobuf Team Bot <protobuf-github-bot@google.com>
Configuration menu - View commit details
-
Copy full SHA for 8892adc - Browse repository at this point
Copy the full SHA 8892adcView commit details
Commits on Feb 25, 2025
-
Change upb C generated map iteration function to not hand out MapEntr…
…y pointers. (#20462) Users relying on internal upb functions may be broken as these are meant to be *internal*. In the interim, users may need to update their code by using the new Map iteration API. PiperOrigin-RevId: 728363555 Co-authored-by: Protobuf Team Bot <protobuf-github-bot@google.com>
Configuration menu - View commit details
-
Copy full SHA for 503abcc - Browse repository at this point
Copy the full SHA 503abccView commit details -
Add tests for older gcc versions we still support (#20463)
PiperOrigin-RevId: 723691910 Co-authored-by: Mike Kruskal <mkruskal@google.com>
Configuration menu - View commit details
-
Copy full SHA for 0778473 - Browse repository at this point
Copy the full SHA 0778473View commit details -
upb: Update _upb_map_next signature to return a boolean and remove th…
…e _nextmutable Map iterator API. (#20467) PiperOrigin-RevId: 730964212 Co-authored-by: Ada Zhang <adazhang@google.com>
Configuration menu - View commit details
-
Copy full SHA for 0913d39 - Browse repository at this point
Copy the full SHA 0913d39View commit details -
Remove reference to rules_rust from .bazelrc (#20470)
I missed this when I removed the rules_rust dependency from MODULE.bazel in b8248f6. We need to drop this flag because it's an error to reference it when rules_rust is not available.
Configuration menu - View commit details
-
Copy full SHA for 90e893c - Browse repository at this point
Copy the full SHA 90e893cView commit details
Commits on Feb 26, 2025
-
Remove test platform specification from release config (#20475)
PiperOrigin-RevId: 731061065
Configuration menu - View commit details
-
Copy full SHA for 2b9b101 - Browse repository at this point
Copy the full SHA 2b9b101View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for b5816d4 - Browse repository at this point
Copy the full SHA b5816d4View commit details
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 v30.0-rc1...v30.0-rc2