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: v5.29.4
Choose a base ref
...
head repository: protocolbuffers/protobuf
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.29.5
Choose a head ref
  • 10 commits
  • 62 files changed
  • 8 contributors

Commits on Mar 19, 2025

  1. Configuration menu
    Copy the full SHA
    c659468 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #20755 from protocolbuffers/29.x-202503192110

    Merge release commits to 29.x
    mkruskal-google authored Mar 19, 2025
    Configuration menu
    Copy the full SHA
    bdd49bb View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2025

  1. Add volatile to featuresResolved (#20767)

    PiperOrigin-RevId: 738832869
    zhangskz authored Mar 20, 2025
    Configuration menu
    Copy the full SHA
    128f0aa View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2025

  1. Re-enable aarch64 tests. (#20853)

    * Re-enable aarch64 tests.
    
    These were broken by a QEMU bug that appears to have been broken by a recent hardening added to the ubuntu kernel rolled out to the github runner images.
    
    See https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/2096782 and tonistiigi/binfmt#215 for more information.
    
    PiperOrigin-RevId: 740819705
    
    * Fix bazel image in php
    mkruskal-google authored Mar 26, 2025
    Configuration menu
    Copy the full SHA
    03c50e3 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2025

  1. fix: contains check segfaults on empty map (#20446) (#20904)

    Fixes #19624
    
    COPYBARA_INTEGRATE_REVIEW=#20446 from mjvankampen:fix/segfault-empty-map ea87203
    PiperOrigin-RevId: 736519479
    
    Co-authored-by: Mark Jan van Kampen <m.vankampen@freeday.ai>
    neilconway and mjvankampen authored Apr 18, 2025
    Configuration menu
    Copy the full SHA
    21fdb7a View commit details
    Browse the repository at this point in the history

Commits on May 19, 2025

  1. Remove fast-path check for non-clang compilers in MessageCreator. (#2…

    …1612)
    
    * Remove fast-path check for non-clang compilers in MessageCreator.
    
    This check can lead to issues if the translation units are compiled with
    different compilers.
    
    PiperOrigin-RevId: 755012244
    
    * Fix incorrect merge
    sbenzaquen authored May 19, 2025
    Configuration menu
    Copy the full SHA
    69cca9b View commit details
    Browse the repository at this point in the history

Commits on May 20, 2025

  1. Internal pure python fixes

    PiperOrigin-RevId: 733441339
    protobuf-github-bot authored and shaod2 committed May 20, 2025
    Configuration menu
    Copy the full SHA
    1ef3f01 View commit details
    Browse the repository at this point in the history
  2. Add recursion depth limits to pure python

    PiperOrigin-RevId: 758382549
    protobuf-github-bot authored and shaod2 committed May 20, 2025
    Configuration menu
    Copy the full SHA
    05ba1a8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #21858 from shaod2/py-cp-29

    Cherrypick Pure Python recursion limit enforcement to 29.x
    shaod2 authored May 20, 2025
    Configuration menu
    Copy the full SHA
    8563766 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2025

  1. Configuration menu
    Copy the full SHA
    f5de0a0 View commit details
    Browse the repository at this point in the history
Loading