Skip to content
Permalink

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: 8d34af5
Choose a base ref
...
head repository: apple/swift-openapi-urlsession
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2a676df
Choose a head ref
  • 1 commit
  • 5 files changed
  • 1 contributor

Commits on Oct 2, 2023

  1. [URLSession Transport] Async bodies + swift-http-types adoption (#15)

    [URLSession Transport] Async bodies + swift-http-types adoption
    
    ### Motivation
    
    URLSession transport changes of the approved proposals apple/swift-openapi-generator#255 and apple/swift-openapi-generator#254.
    
    ### Modifications
    
    - Adapts to the runtime changes, depends on HTTPTypes now.
    - Doesn't do streaming yet, we'll addressed that separately, continues to buffer for now (apple/swift-openapi-generator#301)
    
    ### Result
    
    Transport works with the 0.3.0 runtime API of.
    
    ### Test Plan
    
    Adapted tests.
    
    
    Reviewed by: simonjbeaumont
    
    Builds:
         ✔︎ pull request validation (5.8) - Build finished. 
         ✔︎ pull request validation (5.9) - Build finished. 
         ✔︎ pull request validation (nightly) - Build finished. 
         ✔︎ pull request validation (soundness) - Build finished. 
    
    #15
    czechboy0 authored Oct 2, 2023
    Configuration menu
    Copy the full SHA
    2a676df View commit details
    Browse the repository at this point in the history
Loading