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: square/wire
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5.3.5
Choose a base ref
...
head repository: square/wire
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5.3.6
Choose a head ref
  • 8 commits
  • 17 files changed
  • 7 contributors

Commits on Jul 9, 2025

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

Commits on Jul 24, 2025

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

Commits on Jul 26, 2025

  1. Avoid using immutableCopyOf() when mutableTypes = true, for `repe…

    …ated` and `map` types. (#3352)
    
    * This avoids allocations, when mutable types are enabled for performance sensitive code.
    
    Test: ./gradlew :wire-golden-files:test
    tikurahul authored Jul 26, 2025
    Configuration menu
    Copy the full SHA
    39d86de View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2025

  1. Merge pull request #3350 from square/fix_edge_case_oneof

    [swift] Properly disambiguate OneOf enum if it has the same name as enclosing type.
    dnkoutso authored Jul 29, 2025
    Configuration menu
    Copy the full SHA
    bd4d5e9 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2025

  1. New CLI option --ignore_unused_roots_and_prunes (#3354)

    * New CLI option --ignore_unused_roots_and_prunes
    
    Omitting this was an oversight.
    
    * apiDump
    
    ---------
    
    Co-authored-by: Jesse Wilson <[email protected]>
    swankjesse and squarejesse authored Aug 1, 2025
    Configuration menu
    Copy the full SHA
    864c6c3 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2025

  1. Configuration menu
    Copy the full SHA
    2e5c303 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3355 from square/bquenaudon.2025-08-04.negativede…

    …faults
    
    Handle negative hexadecimal as default values
    oldergod authored Aug 5, 2025
    Configuration menu
    Copy the full SHA
    5e39469 View commit details
    Browse the repository at this point in the history
  3. Prepare for release 5.3.6.

    oldergod committed Aug 5, 2025
    Configuration menu
    Copy the full SHA
    a3976f5 View commit details
    Browse the repository at this point in the history
Loading