-
Notifications
You must be signed in to change notification settings - Fork 108
Comparing changes
Open a pull request
base repository: swift-server/swift-aws-lambda-runtime
base: 1.0.0-alpha.1
head repository: swift-server/swift-aws-lambda-runtime
compare: 1.0.0-alpha.2
- 18 commits
- 105 files changed
- 8 contributors
Commits on Jan 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 58664bd - Browse repository at this point
Copy the full SHA 58664bdView commit details
Commits on Jan 26, 2023
-
add docker compose setup for swift 5.8 (#284)
motivation: prepare for swift 5.8 changes: add docker compose setup for nightly 5.8
Configuration menu - View commit details
-
Copy full SHA for 735c49f - Browse repository at this point
Copy the full SHA 735c49fView commit details
Commits on Feb 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 81762b0 - Browse repository at this point
Copy the full SHA 81762b0View commit details
Commits on Feb 22, 2023
-
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
Configuration menu - View commit details
-
Copy full SHA for 5dc0da0 - Browse repository at this point
Copy the full SHA 5dc0da0View commit details
Commits on Feb 23, 2023
-
Use issue Report v2: Issue template using the GitHub Forms syntax.
Configuration menu - View commit details
-
Copy full SHA for fb86060 - Browse repository at this point
Copy the full SHA fb86060View commit details
Commits on Mar 12, 2023
-
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
Configuration menu - View commit details
-
Copy full SHA for 3b72f6a - Browse repository at this point
Copy the full SHA 3b72f6aView commit details
Commits on Apr 4, 2023
-
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
Configuration menu - View commit details
-
Copy full SHA for 50c4ec9 - Browse repository at this point
Copy the full SHA 50c4ec9View commit details
Commits on Apr 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8e0eae1 - Browse repository at this point
Copy the full SHA 8e0eae1View commit details
Commits on Jun 6, 2023
-
motivation: align CoC across the swift project changes: change CoC to link to the swift.org version
Configuration menu - View commit details
-
Copy full SHA for e7751d0 - Browse repository at this point
Copy the full SHA e7751d0View commit details
Commits on Sep 8, 2023
-
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
Configuration menu - View commit details
-
Copy full SHA for e221dd8 - Browse repository at this point
Copy the full SHA e221dd8View commit details
Commits on Sep 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5d300b2 - Browse repository at this point
Copy the full SHA 5d300b2View commit details -
[doc] Getting Started documentation and tutorial (#300)
improved getting started documentation, with DocC
Configuration menu - View commit details
-
Copy full SHA for c85c875 - Browse repository at this point
Copy the full SHA c85c875View commit details
Commits on Oct 10, 2023
-
motivaiton: test for upcoming 5.10 release changes: add docker setup for stable 5.9 and nightly 5.10
Configuration menu - View commit details
-
Copy full SHA for f3eac31 - Browse repository at this point
Copy the full SHA f3eac31View commit details
Commits on Dec 1, 2023
-
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
Configuration menu - View commit details
-
Copy full SHA for 2c3b245 - Browse repository at this point
Copy the full SHA 2c3b245View commit details
Commits on Dec 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0fbd844 - Browse repository at this point
Copy the full SHA 0fbd844View commit details
Commits on Dec 18, 2023
-
remove redundant pre-concurrency flag (#314)
motivation: address warnings changes: * remove pre-concurrency flag when not longer needed
Configuration menu - View commit details
-
Copy full SHA for 42eaaf4 - Browse repository at this point
Copy the full SHA 42eaaf4View commit details -
Include the docc tutorial into 1.0.0 (#316)
Improved getting started documentation, with DocC
Configuration menu - View commit details
-
Copy full SHA for c4f380e - Browse repository at this point
Copy the full SHA c4f380eView commit details
Commits on Jan 18, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for 8d9f44b - Browse repository at this point
Copy the full SHA 8d9f44bView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 1.0.0-alpha.1...1.0.0-alpha.2