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: swift-server/swift-openapi-async-http-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.1.0
Choose a base ref
...
head repository: swift-server/swift-openapi-async-http-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 8 commits
  • 4 files changed
  • 3 contributors

Commits on Dec 18, 2024

  1. Update release.yml (#45)

    Update the release.yml file with the latest label changes
    FranzBusch authored Dec 18, 2024
    Configuration menu
    Copy the full SHA
    cf4ffab View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2024

  1. Use StrictConcurrency=complete in Package.swift and add Swift 6 langu…

    …age mode CI (#44)
    
    ### Motivation
    
    We're trying to lock in strict concurrency across the package ecosystem
    and standardise on how that's tested.
    
    ### Modifications
    
    - Add `StrictConcurrency=complete` feature flag to all targets in the
    package manifest
    - Remove now superfluous strict concurrency compiler flag in CI runs
    - Add a new CI pipeline that tests the package with Swift 6 language
    mode.
    
    ### Result
    
    - Package configuration consistent with others adopting strict
    concurrency.
    - Swift 6 language mode pipeline established to catch regressions.
    simonjbeaumont authored Dec 20, 2024
    Configuration menu
    Copy the full SHA
    fdd7e2f View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2025

  1. CI use 6.1 nightlies (#46)

    CI use 6.1 nightlies now that Swift development is happening in the 6.1
    branch
    rnro authored Jan 30, 2025
    Configuration menu
    Copy the full SHA
    93b188b View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2025

  1. Only apply standard swift settings on valid targets (#48)

    Only apply standard swift settings on valid targets. The current check
    ignores plugins but that is not comprehensive enough.
    rnro authored Mar 14, 2025
    Configuration menu
    Copy the full SHA
    a9707bb View commit details
    Browse the repository at this point in the history
  2. Rename nightly_6_1 params to nightly_next (#47)

    Rename nightly_6_1 params to nightly_next; see
    apple/swift-nio#3122
    rnro authored Mar 14, 2025
    Configuration menu
    Copy the full SHA
    da9f6ae View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2025

  1. Add static SDK CI workflow (#49)

    Add static SDK CI workflow which runs on commits to PRs, merges to main
    and daily on main.
    rnro authored Apr 2, 2025
    Configuration menu
    Copy the full SHA
    3de8aee View commit details
    Browse the repository at this point in the history

Commits on May 7, 2025

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

    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 May 7, 2025
    Configuration menu
    Copy the full SHA
    4671c10 View commit details
    Browse the repository at this point in the history
  2. Drop Swift 5.9 (#51)

    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
    7766369 View commit details
    Browse the repository at this point in the history
Loading