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: swift-server/swift-aws-lambda-runtime
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: swift-server/swift-aws-lambda-runtime
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0
Choose a head ref
  • 4 commits
  • 5 files changed
  • 4 contributors

Commits on Aug 24, 2021

  1. Renamed completeWithAsync to completeWithTask (#221)

    * Renamed EventLoopPromise's `completeWithAsync` to `completeWithTask` (based on the SwiftNIO renaming)
    * Updated swift-nio dependency to 2.32.0
    Joel Saltzman authored and fabianfett committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    f9d10b2 View commit details
    Browse the repository at this point in the history
  2. Clean up dependency graph and imports (#218)

    - Correctly express the dependency on NIO in Package.swift
    - Correctly import _NIOConcurrency in files where it's used
    Lukasa authored and fabianfett committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    dc37ade View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2021

  1. Add guards for code that relies on _Concurrency (#237)

    This allows Xcode 13 to still compile on macOS 11 which does not have symbols for Concurrency yet
    See swift-server/swift-service-lifecycle#110
    programmarchy authored Oct 5, 2021
    Configuration menu
    Copy the full SHA
    699ada1 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2022

  1. ci update (#250)

    motivation: 5.6 is out
    
    changes:
    * use release version of 5.6
    * add docker setup for 5.7 (using nightly for now)
    tomerd authored Mar 17, 2022
    Configuration menu
    Copy the full SHA
    8a2f4aa View commit details
    Browse the repository at this point in the history
Loading