-
Notifications
You must be signed in to change notification settings - Fork 40
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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-openapi-urlsession
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.3.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: apple/swift-openapi-urlsession
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.0.0-alpha.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 6 commits
- 13 files changed
- 2 contributors
Commits on Nov 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7d33846 - Browse repository at this point
Copy the full SHA 7d33846View commit details
Commits on Nov 27, 2023
-
Prep for 1.0 alpha, adapted to runtime changes in main (#31)
### Motivation On main, the HTTPBody length type changed from Int to Int64. ### Modifications Adapted the transport with this change. ### Result Repo builds again when using the latest runtime. ### Test Plan Adapted tests.
Configuration menu - View commit details
-
Copy full SHA for fa75a83 - Browse repository at this point
Copy the full SHA fa75a83View commit details -
Move to Swift 5.9 as the minimum version (#32)
### Motivation Part of addressing apple/swift-openapi-generator#75 and apple/swift-openapi-generator#119. ### Modifications Bumped Swift tools version to 5.9 and made the `ExistentialAny` build setting unconditional. ### Result Building the package requires 5.9 now. ### Test Plan Ran tests, all passed when using a Swift 5.9 toolchain.
Configuration menu - View commit details
-
Copy full SHA for 0b99785 - Browse repository at this point
Copy the full SHA 0b99785View commit details -
Remove AsyncStream.makeStream backports now we support only Swift 5.9+ (
#34) ### Motivation We had some code in an `#if swift(<5.9)` block, which can now be removed because we only support Swift 5.9 and newer. ### Modifications Remove code required to support Swift 5.8. ### Result Removed dead code. ### Test Plan Tests pass.
Configuration menu - View commit details
-
Copy full SHA for 0e75335 - Browse repository at this point
Copy the full SHA 0e75335View commit details -
Add missing available annotation to streaming tests (#33)
### Motivation The tests had a missing `@available` annotation which meant that they didn't build iOS (annoyingly, when building for macOS, these things are not checked so things were building fine locally). ### Modifications Add missing available annotation to streaming tests. ### Result Builds for iOS again. ### Test Plan Local testing, selecting generic iOS destination in Xcode. This failed before this patch, and succeeds with it. Signed-off-by: Si Beaumont <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5e704f1 - Browse repository at this point
Copy the full SHA 5e704f1View commit details
Commits on Nov 28, 2023
-
Bump to 1.0.0-alpha.1 ### Motivation Prepare for 1.0.0-alpha.1. ### Modifications - Updated runtime dependency. - Updated docs. ### Result Ready to tag 1.0.0-alpha.1. ### Test Plan All tests pass. Reviewed by: simonjbeaumont Builds: ✔︎ pull request validation (5.10) - Build finished. ✔︎ pull request validation (5.9) - Build finished. ✔︎ pull request validation (nightly) - Build finished. ✔︎ pull request validation (soundness) - Build finished. #36Configuration menu - View commit details
-
Copy full SHA for d038c89 - Browse repository at this point
Copy the full SHA d038c89View commit details
Loading
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 0.3.1...1.0.0-alpha.1