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.20.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.20.1
Choose a head ref
  • 19 commits
  • 52 files changed
  • 11 contributors

Commits on Mar 25, 2022

  1. Update protobuf version

    darly committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    25045e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f9f75f View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2022

  1. Revert "Use repo-relative labels wherever possible (#9187)" (#9696)

    This reverts commit 11de748.
    Adam Cozzette authored Mar 29, 2022
    1 Configuration menu
    Copy the full SHA
    faa42e9 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2022

  1. Fix NPE during encoding and add regression test for issue 9507.

    (cherry picked from commit 58e320a)
    JasonLunn committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    7fa212b View commit details
    Browse the repository at this point in the history
  2. Implement respond_to? in RubyMessage (#9677)

    All synthetic methods implemented by `method_missing` are now supported by `respond_to?`.
    
    Fixes issue #9202.
    
    * Fix null pointer exceptions exposed by new regression tests.
    * Fix clear_ on oneofs so that it is safe to call repeatedly and so that respond_to? does not depend on whether the oneof is currently cleared.
    * Code cleanup: reenable more tests on JRuby.
    * Align JRuby behavior with CRuby by throwing a RuntimeError when attempting to assign to a oneof.
    
    (cherry picked from commit 8e7f936)
    JasonLunn committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    31a6482 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2022

  1. Merge pull request #9714 from JasonLunn/3.20.x

    Cherry pick JRuby changes that fix NPE during encoding (#9507) and implements respond_to? (#9202) into 3.20.x.
    jorgbrown authored Apr 2, 2022
    Configuration menu
    Copy the full SHA
    e097b36 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2022

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

Commits on Apr 5, 2022

  1. Merge pull request #9727 from mlocati/build-packaged-php-extension

    Fix building packaged PHP extension
    
    (cherry picked from commit 7f9901c)
    mkruskal-google committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    5edc844 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2022

  1. Configuration menu
    Copy the full SHA
    803e371 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7db4eca View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2022

  1. -DfailIfNoSpecifiedTests=false (#9753)

    @jtattermusch @mkruskal-google
    
    (cherry picked from commit 55177c3)
    elharo authored and mkruskal-google committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    044cb7f View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2022

  1. -Dsurefire.failIfNoSpecifiedTests=false (#9761)

    @mrkruskal
    
    (cherry picked from commit 88eb755)
    elharo authored and mkruskal-google committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    26d11fd View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2022

  1. Add disallowment of setting numpy singleton arrays and multi-dimensio… (

    #9788)
    
    * Add breaking change (disallow setting numpy singleton arrays and multi-dimensional arrays to fields/repeated fields) and fix to CHANGES.txt, which was missed in a previous git sync.
    zhangskz authored Apr 14, 2022
    Configuration menu
    Copy the full SHA
    acd24bc View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2022

  1. Configuration menu
    Copy the full SHA
    653de45 View commit details
    Browse the repository at this point in the history
  2. fix: move composer.json out of root to avoid confusion (#9819)

    * move composer.json out of root to avoid confusion
    
    * fix: update php deployed json
    bshaffer authored Apr 20, 2022
    Configuration menu
    Copy the full SHA
    6387f95 View commit details
    Browse the repository at this point in the history
  3. Update protobuf version (#9820)

    * Update protobuf version
    
    * Updated Makefile.am for composer.json move.
    haberman authored Apr 20, 2022
    Configuration menu
    Copy the full SHA
    296c1fd View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2022

  1. Updated CHANGES.txt for 3.20.1 (#9826)

    * Update protobuf version
    
    * Updated Makefile.am for composer.json move.
    
    * Updated CHANGES.txt for 3.20.1.
    
    * Fixed spelling.
    haberman authored Apr 21, 2022
    Configuration menu
    Copy the full SHA
    616a7ef View commit details
    Browse the repository at this point in the history
  2. Fixed PHP release script.

    Previously it was releasing content from main/master, not the
    release branch!
    
    I fixed this by not checking out a separate copy of protobuf.
    Also updated the composer.json so we don't need to rewrite it with
    sed.
    haberman committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    634a568 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2022

  1. Merge pull request #9832 from haberman/php-dist

    Fixed PHP release script.
    haberman authored Apr 22, 2022
    Configuration menu
    Copy the full SHA
    21027a2 View commit details
    Browse the repository at this point in the history
Loading