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.19.1
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.19.2
Choose a head ref
  • 12 commits
  • 65 files changed
  • 3 contributors

Commits on Oct 15, 2021

  1. Update Mac test runs to download RVM directly from GitHub (#9107)

    Our Mac test runs recently started failing to download RVM. The issue
    appears to be a combination of an SSL certificate expiring and old
    OpenSSL versions having a bug preventing them from validating the
    replacement certificate: rvm/rvm#5133
    
    This commit works around the problem by downloading RVM from GitHub as
    suggested in one of the comments on the issue above.
    Adam Cozzette authored Oct 15, 2021
    Configuration menu
    Copy the full SHA
    8a0aa4b View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2021

  1. Fix benchmark by making sure we use Python 3 (#9170) (#9176)

    The benchmark runs have been failing since we started requiring Python
    3, so this changes fixes the benchmarks by ensuring we always use Python
    3.
    Adam Cozzette authored Nov 1, 2021
    Configuration menu
    Copy the full SHA
    31dd7b7 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2021

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

Commits on Dec 22, 2021

  1. Cherry-pick fix from #9311 into 3.18.x (#9320)

    * Dropped Ruby 2.4 support for CI and releases.
    
    * Removed Kokoro configs for old Ruby versions.
    
    * Update Dockerfile to allow it to be rebuilt
    
    Co-authored-by: Joshua Haberman <[email protected]>
    Adam Cozzette and haberman authored Dec 22, 2021
    Configuration menu
    Copy the full SHA
    1fe07f9 View commit details
    Browse the repository at this point in the history
  2. Merge branch '3.18.x' into merge-3.18.x

    Adam Cozzette committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    9227f60 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2021

  1. Merge pull request #9336 from acozzette/merge-3.18.x

    Merge 3.18.x into 3.19.x
    Adam Cozzette authored Dec 23, 2021
    Configuration menu
    Copy the full SHA
    9057466 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2022

  1. Fix Ruby release build by pinning rake-compiler-dock version (#9372)

    Our Ruby release build broke at some point in the past day or so, and I
    strongly suspect it is due to a new version (1.2.0) of
    rake-compiler-dock. This commit pins the version to 1.1.0 as a temporary
    fix.
    Adam Cozzette committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    0e02f95 View commit details
    Browse the repository at this point in the history
  2. Improve performance of parsing unknown fields in Java (#9371)

    Credit should go to @elharo for most of these Java changes--I am just
    cherry-picking them from our internal codebase. The one thing I did
    change was to give the UTF-8 validation tests their own Bazel test
    target. This makes it possible to give the other tests a shorter
    timeout, which is important for UnknownFieldSetPerformanceTest in
    particular.
    Adam Cozzette committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    9638a5e View commit details
    Browse the repository at this point in the history
  3. Update CHANGES.txt for 3.19.2 release

    Adam Cozzette committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    ea9a01a View commit details
    Browse the repository at this point in the history
  4. Update protobuf version

    Adam Cozzette committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    eb94f17 View commit details
    Browse the repository at this point in the history
  5. Tweak wording of CHANGES.txt

    Adam Cozzette committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    cb46755 View commit details
    Browse the repository at this point in the history
Loading