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

Commits on May 25, 2022

  1. Merge pull request #10044 from protocolbuffers/21.x-202205252102

    Update versions and changelog for 21.x
    deannagarcia authored May 25, 2022
    Configuration menu
    Copy the full SHA
    e7e8f04 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2022

  1. Configuration menu
    Copy the full SHA
    698d760 View commit details
    Browse the repository at this point in the history
  2. Add endian.h to includes list (#10057)

    Client code is breaking due to missing include.  (endian.h was added in 9e09343 but didn't make it into this list, so it wasn't getting installed)
    
    Co-authored-by: boscosiu <[email protected]>
    acozzette and boscosiu authored May 26, 2022
    Configuration menu
    Copy the full SHA
    30f4468 View commit details
    Browse the repository at this point in the history
  3. Remove Abseil dependency from CMake build (#10056)

    * Revert "Added cmake abseil include guard"
    
    This reverts commit b6ee841.
    
    * Revert "Update CMake configuration to add a dependency on Abseil (#9793)"
    
    This reverts commit e9246cd.
    acozzette authored May 26, 2022
    Configuration menu
    Copy the full SHA
    f7e2e0b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    16a8680 View commit details
    Browse the repository at this point in the history
  5. Revert "Fix cmake install targets (#9822)" (#10060)

    This reverts commit c80808c.
    
    Thix fixes #10045. Somehow the change caused these four .cmake files to
    stop being installed:
    
    protobuf-config.cmake
    protobuf-config-version.cmake
    protobuf-module.cmake
    protobuf-options.cmake
    
    After reverting the change, I confirmed that the files are being
    installed again.
    acozzette authored May 26, 2022
    Configuration menu
    Copy the full SHA
    3b029b1 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2022

  1. Merge pull request #10047 from protocolbuffers/temp

    Update version.json to: 21.1-dev
    deannagarcia authored May 27, 2022
    Configuration menu
    Copy the full SHA
    d4e1c66 View commit details
    Browse the repository at this point in the history
  2. Update upb commit to include fix for segmentation fault when instanti…

    …ating field via repeated field assignment (#10066)
    zhangskz authored May 27, 2022
    Configuration menu
    Copy the full SHA
    5bbb8f7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e73ed16 View commit details
    Browse the repository at this point in the history
Loading