-
Notifications
You must be signed in to change notification settings - Fork 13
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: swift-server/swift-openapi-async-http-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.0-alpha.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
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: 1.0.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 6 commits
- 6 files changed
- 2 contributors
Commits on Nov 30, 2023
-
Add visionOS platform support (#31)
### Motivation While this isn't technically necessary, as all versions of a platform not explicitly mentioned are assumed to be supported, it's better to be explicit here. ### Modifications Add `visionOS(.v1)` to the list of supported platforms. ### Result Clearer support matrix. ### Test Plan N/A, this is basically just a documentation change.
Configuration menu - View commit details
-
Copy full SHA for 1ab51fe - Browse repository at this point
Copy the full SHA 1ab51feView commit details -
Default the configuration parameter (#32)
Default the configuration parameter ### Motivation The AsyncHTTPClient transport API has undergone changes in recent months and we didn't bring back the default initializer after we adopted the shared EventLoopGroup, allowing you to create a transport with just `let transport = AsyncHTTPClientTransport()`. ### Modifications Default the configuration parameter in the initializer to be able to do that. It's already documented to work, but it doesn't. ### Result Match the documented behavior of being able to use `let transport = AsyncHTTPClientTransport()`. ### Test Plan Tests still pass. Reviewed by: dnadoba 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. #32
Configuration menu - View commit details
-
Copy full SHA for 7edc421 - Browse repository at this point
Copy the full SHA 7edc421View commit details -
Configuration menu - View commit details
-
Copy full SHA for ddc356e - Browse repository at this point
Copy the full SHA ddc356eView commit details
Commits on Dec 1, 2023
-
Explicit dependency on HTTPTypes (#34)
### Motivation Recent SwiftPM versions seem to be a bit stricter about using (i.e., `import ...`) transitive dependencies without explicitly declaring them as direct dependencies. ### Modifications Explicitly depend on the HTTPTypes module from swift-http-types. ### Result More explicitly declare the dependency graph. ### Test Plan All tests pass.
Configuration menu - View commit details
-
Copy full SHA for 410d691 - Browse repository at this point
Copy the full SHA 410d691View commit details
Commits on Dec 11, 2023
-
Add issue template, redirecting to swift-openapi-generator issues (#36)
### Motivation We centralize the issues for all the repos in the Swift OpenAPI Generator project in the generator repo. Using an issue template will make this even clearer, because it will allow people to use the normal Github workflow to discover the process and provide a link to where to file their issue. ### Modifications Add issue template, redirecting to swift-openapi-generator issues. ### Result When people try and file an issue, they'll be presented with a button that takes them to the generator repo issues page. ### Test Plan Manual.
Configuration menu - View commit details
-
Copy full SHA for bdb9c8f - Browse repository at this point
Copy the full SHA bdb9c8fView commit details -
### Motivation Prep 1.0 - docs. ### Modifications See above. ### Result Updated for 1.0. ### Test Plan Previewed locally.
Configuration menu - View commit details
-
Copy full SHA for abfe558 - Browse repository at this point
Copy the full SHA abfe558View 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 1.0.0-alpha.1...1.0.0