PermalinkChoose a base ref Choose a head ref
base repository: swift-server/swift-openapi-async-http-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
base: 1.0.0-alpha.1
Could not load branches
Nothing to show
{{ refName }} defaultCould not load tags
Nothing to show
{{ refName }} default ...
head repository: swift-server/swift-openapi-async-http-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Uh oh!
There was an error while loading. Please reload this page.
compare: 1.0.0
- 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.
czecy0 authoredNov 30, 2023 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
czecy0 authoredNov 30, 2023 Add Docker Compose file for Swift 5.9.0 (#33)
simonjbeaumont authoredNov 30, 2023 Configuration menu Copy the full SHA View commit details Browse the repository at this point in the history
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.
czecy0 authoredDec 1, 2023
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 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.
simonjbeaumont authoredDec 11, 2023 ### Motivation Prep 1.0 - docs. ### Modifications See above. ### Result Updated for 1.0. ### Test Plan Previewed locally.
czecy0 authoredDec 11, 2023
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
Uh oh!
There was an error while loading. Please reload this page.