-
Notifications
You must be signed in to change notification settings - Fork 13
Comparing changes
Open a pull request
base repository: swift-server/swift-openapi-async-http-client
base: 1.1.0
head repository: swift-server/swift-openapi-async-http-client
compare: main
- 8 commits
- 4 files changed
- 3 contributors
Commits on Dec 18, 2024
-
Update the release.yml file with the latest label changes
Configuration menu - View commit details
-
Copy full SHA for cf4ffab - Browse repository at this point
Copy the full SHA cf4ffabView commit details
Commits on Dec 20, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for fdd7e2f - Browse repository at this point
Copy the full SHA fdd7e2fView commit details
Commits on Jan 30, 2025
-
CI use 6.1 nightlies now that Swift development is happening in the 6.1 branch
Configuration menu - View commit details
-
Copy full SHA for 93b188b - Browse repository at this point
Copy the full SHA 93b188bView commit details
Commits on Mar 14, 2025
-
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.
Configuration menu - View commit details
-
Copy full SHA for a9707bb - Browse repository at this point
Copy the full SHA a9707bbView commit details -
Rename nightly_6_1 params to nightly_next (#47)
Rename nightly_6_1 params to nightly_next; see apple/swift-nio#3122
Configuration menu - View commit details
-
Copy full SHA for da9f6ae - Browse repository at this point
Copy the full SHA da9f6aeView commit details
Commits on Apr 2, 2025
-
Add static SDK CI workflow (#49)
Add static SDK CI workflow which runs on commits to PRs, merges to main and daily on main.
Configuration menu - View commit details
-
Copy full SHA for 3de8aee - Browse repository at this point
Copy the full SHA 3de8aeeView commit details
Commits on May 7, 2025
-
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.
Configuration menu - View commit details
-
Copy full SHA for 4671c10 - Browse repository at this point
Copy the full SHA 4671c10View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 7766369 - Browse repository at this point
Copy the full SHA 7766369View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 1.1.0...main