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: 1.0.0-alpha.1
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: 1.0.0-alpha.2
Choose a head ref
  • 18 commits
  • 105 files changed
  • 8 contributors

Commits on Jan 18, 2023

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

Commits on Jan 26, 2023

  1. add docker compose setup for swift 5.8 (#284)

    motivation: prepare for swift 5.8
    
    changes: add docker compose setup for nightly 5.8
    tomerd authored Jan 26, 2023
    Configuration menu
    Copy the full SHA
    735c49f View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

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

Commits on Feb 22, 2023

  1. Archive plugin documentation (#287)

    Improve archive command documentation 
    
    * Show the options that the new `archive` plugin provides to customize the operation behavior.
    * Provide an example with the `archive` command taking two parameters
    fitomad authored Feb 22, 2023
    Configuration menu
    Copy the full SHA
    5dc0da0 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

  1. Issue template v2 (#290)

    Use issue Report v2: Issue template using the GitHub Forms syntax.
    fitomad authored Feb 23, 2023
    Configuration menu
    Copy the full SHA
    fb86060 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2023

  1. improve examples (#292)

    motivation: examples can be confusing since they use relative path to the library for CI purposes
    
    changes:
    * update examples to use the library URL, expect when env variable is set for CI purposes
    * rename docker compose job to test-examples since it is more accurate
    tomerd authored Mar 12, 2023
    Configuration menu
    Copy the full SHA
    3b72f6a View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. Swift 5.8 docker images are available (#298)

    * Swift 5.8 docker images are available
    
    * Add docker-compose file for Swift 5.9
    
    * Fix image name
    yim-lee authored Apr 4, 2023
    Configuration menu
    Copy the full SHA
    50c4ec9 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

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

Commits on Jun 6, 2023

  1. update code of conduct (#303)

    motivation: align CoC across the swift project
    
    changes: change CoC to link to the swift.org version
    tomerd authored Jun 6, 2023
    Configuration menu
    Copy the full SHA
    e7751d0 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. remove swift-backtrace in swift >= 5.9 (#305)

    motivation: swift 5.9 ships with builtin backtrace support \o/
    
    changes:
    * remove the dependency on swift-backtrace when using swift 5.9 or above
    * conditionalize the call to Backtrace.install to relevant versions only
    tomerd authored Sep 8, 2023
    Configuration menu
    Copy the full SHA
    e221dd8 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Configuration menu
    Copy the full SHA
    5d300b2 View commit details
    Browse the repository at this point in the history
  2. [doc] Getting Started documentation and tutorial (#300)

    improved getting started documentation, with DocC
    sebsto authored Sep 11, 2023
    Configuration menu
    Copy the full SHA
    c85c875 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. add 5.10 ci setup (#309)

    motivaiton: test for upcoming 5.10 release
    
    changes: add docker setup for stable 5.9 and nightly 5.10
    tomerd authored Oct 10, 2023
    Configuration menu
    Copy the full SHA
    f3eac31 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. Add --disable-docker-image-update plugin flag (#311)

    motivation: sometimes, you need to use a customized local docker image and `docker pull` don’t have to be called
    
    changes:
    * add `--disable-docker-image-update` plugin flag to disable `docker pull` call
    florentmorin authored Dec 1, 2023
    Configuration menu
    Copy the full SHA
    2c3b245 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

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

Commits on Dec 18, 2023

  1. remove redundant pre-concurrency flag (#314)

    motivation: address warnings
    
    changes:
    * remove pre-concurrency flag when not longer needed
    tomerd authored Dec 18, 2023
    Configuration menu
    Copy the full SHA
    42eaaf4 View commit details
    Browse the repository at this point in the history
  2. Include the docc tutorial into 1.0.0 (#316)

    Improved getting started documentation, with DocC
    sebsto authored Dec 18, 2023
    Configuration menu
    Copy the full SHA
    c4f380e View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. allow custom initialization of the HandlerType of the LambdaRuntime (#…

    …310)
    
    Motivation:
    
    Provide the flexibility for custom initialization of the HandlerType as this will often be required by higher level frameworks.
    
    Modifications:
    * Modify the LambdaRuntime type to accept a closure to provide the handler rather than requiring that it is provided by a static method on the Handler type
    * Update downstream code to use HandlerProvider
    * Update upstream code to support passing Handler Type of Handler Provider
    * Add and update tests
    
    Originally suggested and coded by @tachyonics in #308
    tomerd authored Jan 18, 2024
    Configuration menu
    Copy the full SHA
    8d9f44b View commit details
    Browse the repository at this point in the history
Loading