1. 1292235 Fix broken `field_mask_upb_proto` and `field_mask_upb_reflection_proto` aliases by Protobuf Team Bot · 3 hours ago upstream/main
  2. 52efc0b Update Ruby 4.0 test Docker image and enable continuous tests. by Protobuf Team Bot · 4 hours ago
  3. 8016700 Actually fix breaking change related to `upb_proto_reflection_library` by Protobuf Team Bot · 5 hours ago
  4. db8f5eb This change moves several tests from PythonProtoLibrary.java to Starlark-based analysis tests in py_proto_library_tests.bzl by Rachel Goldfinger · 6 hours ago
  5. 96c2dba Fix breaking change related to `upb_c_proto_library` and `upb_proto_reflection_library` by Protobuf Team Bot · 6 hours ago
  6. f8efd89 Automated Code Change by Protobuf Team Bot · 11 hours ago
  7. 7d100b8 Migrate more JavaProtoLibrary tests to Starlark. by Ivo Ristovski List · 12 hours ago
  8. 6d9a6aa add textproto roundtrip to java smoke tests (#25599) by ericsalo · 12 hours ago
  9. 8452f14 Add missing `timestamp_upb_reflection_proto` alias by Protobuf Team Bot · 27 hours ago
  10. 17983b2 Add an alias to undo accidental unannounced breaking change by Mike Kruskal · 28 hours ago
  11. 6556a4e Update php and php_ext tests to include 8.5.0 by Rachel Goldfinger · 31 hours ago
  12. 56533af This test was designed to verify compatibility with older PHP versions where "readonly" was not a reserved keyword. Since "readonly" is now reserved in PHP 8.2+, this test is no longer necessary. by Rachel Goldfinger · 31 hours ago
  13. 390820b Automated rollback of commit a73b06d153cbbac0f454c2f09b0702f8b324350e. by Protobuf Team Bot · 31 hours ago
  14. a73b06d Further optimization to TextFormatEscaper by Protobuf Team Bot · 32 hours ago
  15. 90e5d43 Internal changes by Mike Kruskal · 32 hours ago
  16. d2b0016 Fix Any recursion depth bypass in Python json_format.ParseDict (#25239) by Aviral Garg · 32 hours ago
  17. 2f1cdc5 Internal version update. by Protobuf Team Bot · 32 hours ago
  18. 41b3d24 Auto-generate files after PR #25437 by Protobuf Team Bot · 2 days ago
  19. 9492921 add roundtrip checks to the java smoke tests (#25557) by ericsalo · 2 days ago
  20. 1d44936 Update rules_apple dependency to support rules_swift 3.x (#25437) by Luis Padron · 2 days ago
  21. e3dc329 Auto-generate files after cl/862455379 by Protobuf Team Bot · 2 days ago
  22. 60f7b8e Remove `PROTOBUF_INTERNAL_REMOVE_ARENA_PTRS_*` feature flags. by Clayton Knittel · 2 days ago
  23. 1082da2 Fix Java version skew poison pill accidentally throwing after it logs the "major version is off by 1" warning more than 20 times (instead of continuing silently after that threshold). by Protobuf Team Bot · 2 days ago
  24. 894c97c Bump gem dependencies by Protobuf Team Bot · 2 days ago
  25. a3bf3ec Add fn push_default(&mut self) -> SomeMsgMut<> fn for Repeated message type fields. by Protobuf Team Bot · 2 days ago
  26. 9f7e904 Trait clarity improvements: remove the generic <K> from MapKey trait by pushing down that same generic to each of the fns on the trait. by Protobuf Team Bot · 2 days ago
  27. 2390c69 Move bazel tests from upb to bazel by Rachel Goldfinger · 2 days ago
  28. 0a3f90b Use the toolchain protoc by default in internal rules. by Mike Kruskal · 2 days ago
  29. c24d4c4 Moved prebuilt-related Bazel files to standard locations. by Joshua Haberman · 2 days ago
  30. 4c85548 Remove a bunch of superfluous lifetime bounds. by Protobuf Team Bot · 2 days ago
  31. fe27c0f Proto Rust: don't re-export from same input twice by Protobuf Team Bot · 3 days ago
  32. 407f457 Implement WriteDelimitedTo(BufferWriter<byte>) (#21325) by Grégoire · 3 days ago
  33. 3838980 internal change by Andreas C. Osowski · 3 days ago
  34. 23e38de Auto-generate files after cl/862026607 by Protobuf Team Bot · 3 days ago
  35. 0936f33 Fix UTF-8 Validation of string extensions in C++ by Protobuf Team Bot · 3 days ago
  36. 35a4dd8 Refactored and rearranged Bazel rules. by Joshua Haberman · 3 days ago
  37. c788c9d java: clarify aliasing contract for bytes accessors (#25247) by Samuel Rodriguez · 3 days ago
  38. b9ab581 Bump version dependencies on phpunit/phpunit to ">=11.5.0 <12.0.0" by Protobuf Team Bot · 3 days ago
  39. ffa7ac3 Don't attempt to read the default instance from repeated fields in `GetDefaultMessageInstance`. by Clayton Knittel · 3 days ago
  40. ab3793e Fix that f32 and f64 were incorrectly tagged as legal for MapKeys in RustProto. by Protobuf Team Bot · 3 days ago
  41. 16d6485 Set days-before-close to -1 for "wait for user action" by Sandy Zhang · 3 days ago
  42. cdb7c1d Improve Rustdoc behavior, by making message_eq show up as top-level and hide __internal by Protobuf Team Bot · 3 days ago
  43. 146410e Automated rollback of commit 3bc4ac42164aca37963e89ca715fcf014eff8c14. by Andreas C. Osowski · 3 days ago
  44. b2e2912 Improve Abseil flag support for enums to allow for lowercase version of the by Samuel Benzaquen · 3 days ago
  45. 2837647 add 34.x to test_release_branches by Rachel Goldfinger · 3 days ago
  46. cdbfaf1 Trait clarity effort: introduce `Singular` trait, for types which are allowed as simple fields by Protobuf Team Bot · 3 days ago
  47. 09a505f Large enums: For common conflicts, use `_<n>` suffix instead of just `<n>`. by Tim Neumann · 3 days ago
  48. 3bc4ac4 internal change by Andreas C. Osowski · 4 days ago
  49. a4dd212 hpb: escape NULL enum values and types to NULL_ by Protobuf Team Bot · 4 days ago
  50. 16e8151 Automated Code Change by Protobuf Team Bot · 4 days ago
  51. bc134f0 Fix upb C generator to handle reserved name collisions. by Protobuf Team Bot · 4 days ago
  52. 9159a6c Auto-generate files after cl/861408394 by Protobuf Team Bot · 4 days ago
  53. 507f86b Remove first implementation of protobuf out of bounds enforcement. by Protobuf Team Bot · 4 days ago
  54. 1486093 add java smoke test for v3.0.0 (#25505) by ericsalo · 4 days ago
  55. 74a5ee1 Fix release_bazel_module.yaml to disable release notes generation. by Sandy Zhang · 4 days ago
  56. aaccef7 Auto-generate files after cl/861275939 by Protobuf Team Bot · 4 days ago
  57. a203388 Add native Abseil flag support to protobuf enums. by Samuel Benzaquen · 4 days ago
  58. 0ecfc9b Split up naming style codegen test and fix doc comment issues. by Mike Kruskal · 4 days ago
  59. 382dc83 Improve wire compatibility of `TestAllTypes` with `TestAllExtensions`. by Protobuf Team Bot · 4 days ago
  60. a904af9 Improve EINTR handling for close in `zero_copy_stream_impl.h` by Protobuf Team Bot · 5 days ago
  61. a0b7794 Automated Code Change by Protobuf Team Bot · 5 days ago
  62. 3a3560b Removed the `third_party/upb/upb/bazel` directory. by Joshua Haberman · 7 days ago
  63. 6d23e8e Add cc_proto_library for MessageSet in //src/google/protobuf/bridge by Protobuf Team Bot · 7 days ago
  64. 8cc04ab Bug fix: Fully qualify `absl` and `std` namespace lookups in generated Protobuf code. by Protobuf Team Bot · 7 days ago
  65. 5a30478 Remove unused includes and dependencies from `unknown_field_set_unittest`. by Protobuf Team Bot · 7 days ago
  66. a8daa95 Trait clarity improvement on Map traits by Protobuf Team Bot · 7 days ago
  67. 6029d17 Add an "include" directory containing WKTs for Google.Protobuf.Tools nuget package. by Protobuf Team Bot · 7 days ago
  68. 8500d38 Introduce Starlark versions of Protobuf flags. by Protobuf Team Bot · 8 days ago
  69. c157747 Fix release_bazel_module.yaml to set prerelease correctly. by Sandy Zhang · 8 days ago upstream/34.x_generate_release_notes upstream/34x_remove_generate
  70. 211f524 Workaround an issue with some compilers and static analysis tools where they by Samuel Benzaquen · 8 days ago
  71. e67b9ce Merge pull request #25438 from protocolbuffers/main-202601221720 by Mike Kruskal · 8 days ago
  72. ea78297 Supports exporting `int` as `int` by Etienne Pot · 8 days ago
  73. 8227cf1 Updating version.json and repo version numbers to: 35-dev by Protobuf Team Bot · 8 days ago
  74. ed4f0ce Fix up `ByteString.isValidUtf8()` javadocs. by Kurt Alfred Kluever · 9 days ago
  75. b0366de Mark all of the ProxiedInRepeated and ProxiedInMapValue traits as hidden and with `Private` token as first type. by Protobuf Team Bot · 9 days ago
  76. f8998f8 Internal change by Samuel Benzaquen · 9 days ago
  77. 1768d2d Add "new" to our list of things to mangle. by Protobuf Team Bot · 9 days ago
  78. a4f8ecc Auto-generate files after PR #15633 by Protobuf Team Bot · 9 days ago
  79. f3dc7b4 Auto-generate files after cl/859195047 by Protobuf Team Bot · 9 days ago
  80. 6ebdf85 ruby codegen: support generation of rbs files (#15633) by Tiago · 9 days ago
  81. a090210 Update `FieldMask` Documentation to Acknowledge AIP Conflicts by Protobuf Team Bot · 9 days ago
  82. 335a1e5 Internal change by Joshua Haberman · 9 days ago
  83. 397d5d9 Add EnumerateEnumValues function. by Samuel Benzaquen · 9 days ago
  84. 7d6f8ef Handle proto names that are paths by Protobuf Team Bot · 9 days ago
  85. 0860939 Automated Code Change by Protobuf Team Bot · 10 days ago
  86. f857a5e Formatted all of our Markdown docs to standard formatting. by Joshua Haberman · 10 days ago
  87. 4b08f03 Auto-generate files after cl/858895922 by Protobuf Team Bot · 10 days ago
  88. 5fc3cdd Automated Code Change by Protobuf Team Bot · 10 days ago
  89. e8923a8 Add conformance tests for utf8 validation. by Protobuf Team Bot · 10 days ago
  90. e0d114c Appease the linter by using `absl::StrAppend` instead of `absl::StrCat` by Protobuf Team Bot · 10 days ago
  91. 563f613 Internal change. by Joshua Haberman · 10 days ago
  92. 783da0a Disable constinit on MSVC for static library builds by Protobuf Team Bot · 10 days ago
  93. 6ba0e6f Don't error on failed aggregate message parsing when AllowUnknownDependencies is set by Mike Kruskal · 10 days ago
  94. c738f01 Fix fast field parsers for very large dynamic messages. by Samuel Benzaquen · 10 days ago
  95. 93f4eba Support Ruby 4.0 (#25051) by Frederik Spang · 10 days ago
  96. 7fd90b5 Remove ref cycles introduced by self-calling nested functions. by Ionel Gog · 10 days ago
  97. 22e1e6b Automated rollback of commit 1477683618b83e07bb8ec1d19b718e0d4d5c8357. by Protobuf Team Bot · 10 days ago
  98. 1477683 Updates FieldMaskUtil::IsValidFieldMask to handle masks on repeated messages. by Protobuf Team Bot · 11 days ago
  99. d4da5e4 Remove hint around rules_proto by Protobuf Team Bot · 11 days ago
  100. 789c7c5 Breaking change: Update major version numbers for C++ Python and PHP. by Jie Luo · 12 days ago