Thanks to visit codestin.com
Credit goes to github.com

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

Commits on Nov 13, 2023

  1. Add support for options in CRuby, JRuby and FFI (#14594)

    Rewrrte and extension of #12828, with additional work for JRuby. Partially fixes #1198 by adding support for custom options. Handling of extensions will be handled in a follow up.
    
    Also includes these unrelated fixes:
    * Removes code echo between `google/protobuf/repeated_field.rb` and `google/protobuf/ffi/repeated_field.rb` by `require`'ing the former in the latter.
    * Adds missing calles to `testFrozen()` from methods of `RepeatedField` under JRuby that mutate.
    * Various typos in comments.
    
    Closes #14594
    
    COPYBARA_INTEGRATE_REVIEW=#14594 from protocolbuffers:add-support-for-options-in-ruby 16cc9e3
    PiperOrigin-RevId: 580848874
    JasonLunn committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    b4e54cc View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2025

  1. Configuration menu
    Copy the full SHA
    09e5306 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #20102 from protocolbuffers/25.x-202501242017

    Merge release commits to 25.x
    Adam Cozzette authored Jan 24, 2025
    Configuration menu
    Copy the full SHA
    a2e03a3 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2025

  1. Merge remote-tracking branch 'origin/25.x' into 25.x

    # Conflicts:
    #	ruby/ext/google/protobuf_c/message.c
    #	ruby/lib/google/protobuf/ffi/descriptor_pool.rb
    #	ruby/tests/basic.rb
    #	ruby/tests/basic_test.proto
    JasonLunn committed Feb 10, 2025
    Configuration menu
    Copy the full SHA
    feb7a22 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4a4426 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #20292 from protocolbuffers/25.x-aarch64-cherry-pick

    25.x aarch64 cherry pick
    deannagarcia authored Feb 10, 2025
    Configuration menu
    Copy the full SHA
    8cc8675 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2025

  1. Update test_cpp.yml

    deannagarcia authored Feb 11, 2025
    Configuration menu
    Copy the full SHA
    96fca23 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2025

  1. Merge pull request #20314 from protocolbuffers/update-ubuntu-25

    Update 25.x ubuntu images
    deannagarcia authored Feb 13, 2025
    Configuration menu
    Copy the full SHA
    5a56dd4 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2025

  1. Make rules_ruby a dev-only dependency. (#20575)

    There is no canonical rules_ruby repo today, and we don't want our fork to become one.  In order to unblock inclusion of Protobuf in the bzlmod registry, we're making this a dev dependency and dropping support for Bazel/Ruby.
    
    Fixes #14569
    
    PiperOrigin-RevId: 584393841
    
    Co-authored-by: Mike Kruskal <[email protected]>
    JasonLunn and mkruskal-google authored Mar 6, 2025
    Configuration menu
    Copy the full SHA
    2dac90d View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2025

  1. fix(php): do not throw deprecated warning on field getters for defaul…

    …t values (#21033)
    
    * fix(php): do not throw deprecated warning on field getters for default values (#17788)
    
    backports fix for #13428 to 25.x branch
    
    * fix deprecation_trigger generation
    bshaffer authored Apr 21, 2025
    Configuration menu
    Copy the full SHA
    a4dc75f View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2025

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