-
Notifications
You must be signed in to change notification settings - Fork 40
Comparing changes
Open a pull request
base repository: apple/swift-openapi-urlsession
base: 1.0.2
head repository: apple/swift-openapi-urlsession
compare: 1.1.0
- 15 commits
- 31 files changed
- 7 contributors
Commits on Sep 7, 2024
-
Correct the link of sswg-security at SECURITY.md (#53)
### Motivation: Correct the link of sswg-security at SECURITY.md. Currently it is showing "Not Found". ### Modifications: + https://github.com/swift-server/sswg/blob/main/process/incubation.md#security-best-practices => https://www.swift.org/sswg/security/ ### Result: Correct the link of sswg-security
Configuration menu - View commit details
-
Copy full SHA for 79dfb2f - Browse repository at this point
Copy the full SHA 79dfb2fView commit details
Commits on Oct 18, 2024
-
Add Mac Catalyst support (#55)
### Motivation Support the transport in Mac Catalyst apps. ### Modifications Add the platform requirement to Package.swift. ### Result Builds correctly for Mac Catalyst now. ### Test Plan Unit tests passed.
Configuration menu - View commit details
-
Copy full SHA for 929d001 - Browse repository at this point
Copy the full SHA 929d001View commit details
Commits on Oct 22, 2024
-
Remove public modifiers from an internal extension (#56)
### Motivation The `public` modifier of members in an extension of an internal type doesn't actually make them public, and can be confusing when reading the code. ### Modifications Remove the public modifiers. ### Result Less confusing code. ### Test Plan Tests still pass.
Configuration menu - View commit details
-
Copy full SHA for df333bd - Browse repository at this point
Copy the full SHA df333bdView commit details
Commits on Nov 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 96656a8 - Browse repository at this point
Copy the full SHA 96656a8View commit details
Commits on Nov 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 334e85a - Browse repository at this point
Copy the full SHA 334e85aView commit details
Commits on Nov 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1f1a02e - Browse repository at this point
Copy the full SHA 1f1a02eView commit details
Commits on Dec 11, 2024
-
Enable MemberImportVisibility check on all targets (#62)
Enable MemberImportVisibility check on all targets. Use a standard string header and footer to bracket the new block for ease of updating in the future with scripts.
Configuration menu - View commit details
-
Copy full SHA for 97ca35d - Browse repository at this point
Copy the full SHA 97ca35dView commit details
Commits on Dec 18, 2024
-
Update the release.yml file with the latest label changes
Configuration menu - View commit details
-
Copy full SHA for 803b57f - Browse repository at this point
Copy the full SHA 803b57fView 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 3ca362c - Browse repository at this point
Copy the full SHA 3ca362cView commit details
Commits on Mar 4, 2025
-
Rename nightly_6_1 params to nightly_next (#65)
Rename nightly_6_1 params to nightly_next; see apple/swift-nio#3122
Configuration menu - View commit details
-
Copy full SHA for d9fbc21 - Browse repository at this point
Copy the full SHA d9fbc21View commit details
Commits on Mar 7, 2025
-
Only apply standard swift settings on valid targets (#66)
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 f1e55ad - Browse repository at this point
Copy the full SHA f1e55adView commit details
Commits on Mar 26, 2025
-
Enable macOS CI on merge to main and daily timer (#69)
Enable macOS CI on merge to main and daily timer ### Motivation: * Improve test coverage * Check test pass/fail status * Monitor CI throughput ### Modifications: Enable macOS CI to be run on all merges to main and on a daily timer. ### Result: Improved test coverage run out-of-band at the moment so we can get a feeling for if any changes need to be made in the repo or in the CI pipelines to ensure timely and stable checks.
Configuration menu - View commit details
-
Copy full SHA for 4ecb8b4 - Browse repository at this point
Copy the full SHA 4ecb8b4View commit details
Commits on Apr 1, 2025
-
Enable macOS CI on pull requests (#72)
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.
Configuration menu - View commit details
-
Copy full SHA for 2a97993 - Browse repository at this point
Copy the full SHA 2a97993View commit details
Commits on Apr 2, 2025
-
Configuration menu - View commit details
-
Copy full SHA for ea1f9d3 - Browse repository at this point
Copy the full SHA ea1f9d3View commit details
Commits on Apr 4, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 6fac6f7 - Browse repository at this point
Copy the full SHA 6fac6f7View 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.0.2...1.1.0