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: 1.0.2
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: 1.1.0
Choose a head ref
  • 15 commits
  • 31 files changed
  • 7 contributors

Commits on Sep 7, 2024

  1. 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
    lamtrinhdev authored Sep 7, 2024
    Configuration menu
    Copy the full SHA
    79dfb2f View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. 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.
    czechboy0 authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    929d001 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. 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.
    czechboy0 authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    df333bd View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. Configuration menu
    Copy the full SHA
    96656a8 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. add .editorconfig file (#58)

    add .editorconfig file
    rnro authored Nov 15, 2024
    Configuration menu
    Copy the full SHA
    334e85a View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2024

  1. Configuration menu
    Copy the full SHA
    1f1a02e View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2024

  1. 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.
    rnro authored Dec 11, 2024
    Configuration menu
    Copy the full SHA
    97ca35d View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2024

  1. Update release.yml (#63)

    Update the release.yml file with the latest label changes
    FranzBusch authored Dec 18, 2024
    Configuration menu
    Copy the full SHA
    803b57f View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2025

  1. CI use 6.1 nightlies (#64)

    CI use 6.1 nightlies now that Swift development is happening in the 6.1
    branch
    rnro authored Jan 30, 2025
    Configuration menu
    Copy the full SHA
    3ca362c View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2025

  1. Rename nightly_6_1 params to nightly_next (#65)

    Rename nightly_6_1 params to nightly_next; see
    apple/swift-nio#3122
    rnro authored Mar 4, 2025
    Configuration menu
    Copy the full SHA
    d9fbc21 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2025

  1. 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.
    rnro authored Mar 7, 2025
    Configuration menu
    Copy the full SHA
    f1e55ad View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2025

  1. 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.
    rnro authored Mar 26, 2025
    Configuration menu
    Copy the full SHA
    4ecb8b4 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2025

  1. 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.
    rnro authored Apr 1, 2025
    Configuration menu
    Copy the full SHA
    2a97993 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2025

  1. Configuration menu
    Copy the full SHA
    ea1f9d3 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2025

  1. Add support for Windows (#71)

    Implement the lock primitive.
    jakepetroules authored Apr 4, 2025
    Configuration menu
    Copy the full SHA
    6fac6f7 View commit details
    Browse the repository at this point in the history
Loading