E5E4 Comparing v5.27.0...v5.27.1 · protocolbuffers/protobuf · GitHub
[go: up one dir, main page]

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.27.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: v5.27.1
Choose a head ref
  • 12 commits
  • 63 files changed
  • 5 contributors

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    3d2ef52 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #16928 from protocolbuffers/27.x-202405222140

    Merge release commits to 27.x
    mkruskal-google authored May 22, 2024
    1 Configuration menu
    Copy the full SHA
    af2ffbb View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Move back deprecation of java utf8 feature to 2024.

    This doesn't change the support window of the feature, but will make edition 2023 slightly less noisy.
    
    PiperOrigin-RevId: 638750805
    mkruskal-google committed May 30, 2024
    Configuration menu
    Copy the full SHA
    8ffc1d0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #16989 from protocolbuffers/cp-27

    Move back deprecation of java utf8 feature to 2024.
    mkruskal-google authored May 30, 2024
    1 Configuration menu
    Copy the full SHA
    838626d View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2024

  1. Handle groups in C# JsonParser (#16970)

    Fixes #16968
    
    Closes #16970
    
    COPYBARA_INTEGRATE_REVIEW=#16970 from CommonGuy:main b008e18
    PiperOrigin-RevId: 638578696
    CommonGuy authored and zhangskz committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    0e9dd4c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #17002 from protocolbuffers/cp-csharp

    Handle groups in C# JsonParser (#16970)
    mkruskal-google authored Jun 1, 2024
    1 Configuration menu
    Copy the full SHA
    d2edc49 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Fix a bug in edition defaults calculation.

    Since the fixed/overridable split can occur whenever a feature is introduced or removed, we need to include those editions in the resulting compiled defaults.  This does bug only affects edition 2024 and later, where features may be removed or introduced in isolation.
    
    PiperOrigin-RevId: 638903990
    mkruskal-google committed Jun 4, 2024
    1 Configuration menu
    Copy the full SHA
    887e95d View commit details
    Browse the repository at this point in the history
  2. Avoid ODR violations from bootstrapped protos

    PiperOrigin-RevId: 639892103
    mkruskal-google committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    f61d89c View commit details
    Browse the repository at this point in the history
  3. Always report plugin support errors from protoc.

    If a plugin doesn't support a feature used by a proto file, we can't trust any errors reported by that plugin.  We should always report these types of errors first.  There could be cases where the plugin doesn't correctly specify its support when it hits an error though, so we should *also* report any plugin errors to avoid masking them.
    
    PiperOrigin-RevId: 639984803
    mkruskal-google committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    9a37881 View commit details
    Browse the repository at this point in the history
  4. Internal change

    PiperOrigin-RevId: 639885959
    protobuf-github-bot authored and mkruskal-google committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    2717ae7 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #17019 from protocolbuffers/cp-27

    Cherrypick editions fixes to 27.x
    mkruskal-google authored Jun 4, 2024
    1 Configuration menu
    Copy the full SHA
    368b9b2 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

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