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: apple/swift-http-structured-headers
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.2.1
Choose a base ref
...
head repository: apple/swift-http-structured-headers
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 4 commits
  • 4 files changed
  • 2 contributors

Commits on Apr 1, 2025

  1. Enable macOS CI on pull requests (#64)

    Motivation:
    
    * Improve test coverage
    
    Modifications:
    
    Enable macOS CI to be run on pull request commits and make the use of
    the nightly runner pool for main.yml jobs explicit.
    
    Result:
    
    Improved test coverage.
    rnro authored Apr 1, 2025
    Configuration menu
    Copy the full SHA
    68dea5d View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2025

  1. Add static SDK CI workflow (#61)

    Add static SDK CI workflow which runs on commits to PRs, merges to main
    and daily on main.
    
    ---------
    
    Co-authored-by: Cory Benfield <lukasa@apple.com>
    rnro and Lukasa authored Apr 2, 2025
    Configuration menu
    Copy the full SHA
    3d33634 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2025

  1. Enable Swift 6.1 jobs in CI (#65)

    Motivation:
    
    Swift 6.1 has been released, we should add it to our CI coverage.
    
    Modifications:
    
    Add additional Swift 6.1 jobs where appropriate in main.yml,
    pull_request.yml
    
    Result:
    
    Improved test coverage.
    rnro authored Apr 14, 2025
    Configuration menu
    Copy the full SHA
    f280fc7 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2025

  1. Drop Swift 5.9 (#66)

    Motivation:
    
    Swift 5.9 is no longer supported, we should bump the tools version and
    remove it from our CI.
    
    Modifications:
    
    * Bump the Swift tools version to Swift 5.10
    * Remove Swift 5.9 jobs where appropriate in main.yml, pull_request.yml
    
    Result:
    
    Code reflects our support window.
    rnro authored May 7, 2025
    Configuration menu
    Copy the full SHA
    295bc9d View commit details
    Browse the repository at this point in the history
Loading