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: bufbuild/buf
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.27.1
Choose a base ref
...
head repository: bufbuild/buf
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.27.2
Choose a head ref
  • 7 commits
  • 14 files changed
  • 8 contributors

Commits on Oct 17, 2023

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

Commits on Oct 18, 2023

  1. Add workaround for macOS archive xattrs (#2504)

    This commit introduces a workaround for an issue with .tar archives
    created with libarchive on Darwin/macOS. When encountering a file that
    has extended attributes, such as the com.apple.provenance attribute, it
    will add a corresponding AppleDouble file with the prefix "._" in the
    same directory. Because these files have the same filename otherwise,
    the buf tool will see these when they correspond to proto files and
    subsequently fail to parse them as protobuf IDL.
    
    Due to the fact that libarchive is used by default with the version of
    tar that ships with macOS, and the provenance extended attribute is set
    by macOS under many conditions when SIP is enabled, archives with these
    files are likely to occur on macOS.
    
    .zip archives created by libarchive do not seem to have this issue.
    However, .zip archives created by Archive Utility.app have a very
    similar behavior when encountering extended attributes: it will place
    AppleDouble files in a separate directory tree under the MACOSX
    directory, but also with the "._" prefix. Since this can be handled by
    the same logic, this behavior is extended to ZIP files as well.
    
    Closes #2387.
    jchadwick-buf authored Oct 18, 2023
    Configuration menu
    Copy the full SHA
    df619b4 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Configuration menu
    Copy the full SHA
    66f4c6d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f0328f View commit details
    Browse the repository at this point in the history
  3. Fix shutdown_finished duration field (#2510)

    As written, the duration value is calculated when the defer function is
    registered. We should update it to be calculated when the defer is
    executed instead.
    pkwarren authored Oct 23, 2023
    Configuration menu
    Copy the full SHA
    90d79c5 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

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

Commits on Oct 27, 2023

  1. Release v1.27.2 (#2518)

    Release prepared for 1.27.2
    
    Reminder: Update the changelog
    
    ---------
    
    Co-authored-by: doriable <doriable@users.noreply.github.com>
    Co-authored-by: Doria Keung <doria.keung@gmail.com>
    3 people authored Oct 27, 2023
    Configuration menu
    Copy the full SHA
    a987d2d View commit details
    Browse the repository at this point in the history
Loading