Thanks to visit codestin.com
Credit goes to github.com

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-generator
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.7.0
Choose a base ref
...
head repository: apple/swift-openapi-generator
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.7.1
Choose a head ref
  • 8 commits
  • 33 files changed
  • 5 contributors

Commits on Jan 30, 2025

  1. CI use 6.1 nightlies (#722)

    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
    60a302c View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2025

  1. examples: Add streaming ChatGPT proxy from FOSDEM 2025 (#723)

    ### Motivation
    
    We recently demoed [building a streaming ChatGPT proxy with Swift
    OpenAPI, at FOSDEM 2025][0]. This PR adds the resulting package for
    people to refer to as reference material.
    
    ### Modifications
    
    - Add package reflecting final state of the presentation.
    - Add a `.env.example` file.
    - Add covering README with link to presentation, abstract, and usage. 
    - Add VS Code settings for Dev Containers.
    
    ### Result
    
    Reference project available for people watching the presentation.
    
    ### Test Plan
    
    CI will build the example.
    
    [0]:
    https://fosdem.org/2025/schedule/event/fosdem-2025-5230-live-coding-a-streaming-chatgpt-proxy-with-swift-openapi-from-scratch-/
    simonjbeaumont authored Feb 1, 2025
    Configuration menu
    Copy the full SHA
    303f65d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ade82ab View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2025

  1. Update README.md (#731)

    bdiesel authored Feb 9, 2025
    Configuration menu
    Copy the full SHA
    1db77dd View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2025

  1. [README] Update the SSWG badge (#714)

    ### Motivation
    
    This project has moved into the Incubating stage of the SSWG incubation
    process:
    https://www.swift.org/sswg/incubated-packages.html#incubating-projects
    
    ### Modifications
    
    Updated the README badge to reflect that.
    
    ### Result
    
    Accurate badge.
    
    ### Test Plan
    
    Previewed locally.
    czechboy0 authored Feb 11, 2025
    Configuration menu
    Copy the full SHA
    8bc24a3 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2025

  1. Adjust the platform-based linkage check (#737)

    Limit this to Apple platforms except macOS in order to unblock use of
    swift-openapi-generator on more platforms like Windows, Android,
    FreeBSD, and so on.
    jakepetroules authored Feb 12, 2025
    Configuration menu
    Copy the full SHA
    0adfccb 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 (#740)

    Rename nightly_6_1 params to nightly_next; see
    apple/swift-nio#3122
    rnro authored Mar 4, 2025
    Configuration menu
    Copy the full SHA
    5f11465 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 (#742)

    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
    755c0ec View commit details
    Browse the repository at this point in the history
Loading