{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":244728768,"defaultBranch":"main","name":"swift-aws-lambda-runtime","ownerLogin":"swift-server","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2020-03-03T19:55:32.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/21047421?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1705684529.0","currentOid":""},"activityList":{"items":[{"before":"8d9f44b7838750b103ad2ad49055e8333d719e8a","after":"e6a59c2cf0f35740d4ea72a702f69e45c20a974d","ref":"refs/heads/main","pushedAt":"2024-02-28T17:34:06.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"yim-lee","name":"Yim Lee","path":"/yim-lee","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12647725?s=80&v=4"},"commit":{"message":"fixed typo in readme (#319)\n\n* fixed typo in readme\r\n\r\n* fixed typo in readme (upload -> uploaded)","shortMessageHtmlLink":"fixed typo in readme (#319)"}},{"before":"c4f380e21c240bb1ed759fc427a25bb9dbd29ada","after":"8d9f44b7838750b103ad2ad49055e8333d719e8a","ref":"refs/heads/main","pushedAt":"2024-01-18T21:48:10.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"tomerd","name":"tomer doron","path":"/tomerd","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/147247?s=80&v=4"},"commit":{"message":"allow custom initialization of the HandlerType of the LambdaRuntime (#310)\n\nMotivation:\r\n\r\nProvide the flexibility for custom initialization of the HandlerType as this will often be required by higher level frameworks.\r\n\r\nModifications:\r\n* 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\r\n* Update downstream code to use HandlerProvider\r\n* Update upstream code to support passing Handler Type of Handler Provider\r\n* Add and update tests\r\n\r\nOriginally suggested and coded by @tachyonics in https://github.com/swift-server/swift-aws-lambda-runtime/pull/308","shortMessageHtmlLink":"allow custom initialization of the HandlerType of the LambdaRuntime (#…"}},{"before":"42eaaf4fb1ec6379c6d3aa6cc805afa8358034ce","after":"c4f380e21c240bb1ed759fc427a25bb9dbd29ada","ref":"refs/heads/main","pushedAt":"2023-12-18T20:16:44.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"tomerd","name":"tomer doron","path":"/tomerd","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/147247?s=80&v=4"},"commit":{"message":"Include the docc tutorial into 1.0.0 (#316)\n\nImproved getting started documentation, with DocC","shortMessageHtmlLink":"Include the docc tutorial into 1.0.0 (#316)"}},{"before":"0fbd8448af790f7970c8818dbe35bc1c3774a7ba","after":"42eaaf4fb1ec6379c6d3aa6cc805afa8358034ce","ref":"refs/heads/main","pushedAt":"2023-12-18T19:49:03.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"tomerd","name":"tomer doron","path":"/tomerd","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/147247?s=80&v=4"},"commit":{"message":"remove redundant pre-concurrency flag (#314)\n\nmotivation: address warnings\r\n\r\nchanges:\r\n* remove pre-concurrency flag when not longer needed","shortMessageHtmlLink":"remove redundant pre-concurrency flag (#314)"}},{"before":"2c3b2451db34adee595d3c8b4dac9338e8e966e9","after":"0fbd8448af790f7970c8818dbe35bc1c3774a7ba","ref":"refs/heads/main","pushedAt":"2023-12-08T20:49:03.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"tomerd","name":"tomer doron","path":"/tomerd","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/147247?s=80&v=4"},"commit":{"message":"Don't log work fetching failure at error. (#313)","shortMessageHtmlLink":"Don't log work fetching failure at error. (#313)"}},{"before":"f3eac3167a53b5c026b0111e17a128a04ae75925","after":"2c3b2451db34adee595d3c8b4dac9338e8e966e9","ref":"refs/heads/main","pushedAt":"2023-12-01T19:27:42.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"tomerd","name":"tomer doron","path":"/tomerd","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/147247?s=80&v=4"},"commit":{"message":"Add `--disable-docker-image-update` plugin flag (#311)\n\nmotivation: sometimes, you need to use a customized local docker image and `docker pull` don’t have to be called\r\n\r\nchanges:\r\n* add `--disable-docker-image-update` plugin flag to disable `docker pull` call","shortMessageHtmlLink":"Add --disable-docker-image-update plugin flag (#311)"}},{"before":"c85c875593fe3fc1aacc915984d797886d469625","after":"f3eac3167a53b5c026b0111e17a128a04ae75925","ref":"refs/heads/main","pushedAt":"2023-10-10T21:36:19.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"tomerd","name":"tomer doron","path":"/tomerd","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/147247?s=80&v=4"},"commit":{"message":"add 5.10 ci setup (#309)\n\nmotivaiton: test for upcoming 5.10 release\r\n\r\nchanges: add docker setup for stable 5.9 and nightly 5.10","shortMessageHtmlLink":"add 5.10 ci setup (#309)"}},{"before":"5d300b2e1bb5b78a6ea2018f6988e2e37f630336","after":"c85c875593fe3fc1aacc915984d797886d469625","ref":"refs/heads/main","pushedAt":"2023-09-11T17:43:06.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"tomerd","name":"tomer doron","path":"/tomerd","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/147247?s=80&v=4"},"commit":{"message":"[doc] Getting Started documentation and tutorial (#300)\n\nimproved getting started documentation, with DocC","shortMessageHtmlLink":"[doc] Getting Started documentation and tutorial (#300)"}},{"before":"e221dd83626fa9ea452bda340c82a9f3affebdbf","after":"5d300b2e1bb5b78a6ea2018f6988e2e37f630336","ref":"refs/heads/main","pushedAt":"2023-09-11T16:30:19.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"tomerd","name":"tomer doron","path":"/tomerd","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/147247?s=80&v=4"},"commit":{"message":"ignore swift files part of docc (#307)","shortMessageHtmlLink":"ignore swift files part of docc (#307)"}},{"before":"e7751d0afbfdd3887572be438256d85205d0086b","after":"e221dd83626fa9ea452bda340c82a9f3affebdbf","ref":"refs/heads/main","pushedAt":"2023-09-08T01:39:12.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"tomerd","name":"tomer doron","path":"/tomerd","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/147247?s=80&v=4"},"commit":{"message":"remove swift-backtrace in swift >= 5.9 (#305)\n\nmotivation: swift 5.9 ships with builtin backtrace support \\o/\r\n\r\nchanges:\r\n* remove the dependency on swift-backtrace when using swift 5.9 or above\r\n* conditionalize the call to Backtrace.install to relevant versions only","shortMessageHtmlLink":"remove swift-backtrace in swift >= 5.9 (#305)"}},{"before":"8e0eae1202738dde84f24a4ea56a7801423bca6f","after":"e7751d0afbfdd3887572be438256d85205d0086b","ref":"refs/heads/main","pushedAt":"2023-06-06T17:28:39.807Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"tomerd","name":"tomer doron","path":"/tomerd","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/147247?s=80&v=4"},"commit":{"message":"update code of conduct (#303)\n\nmotivation: align CoC across the swift project\r\n\r\nchanges: change CoC to link to the swift.org version","shortMessageHtmlLink":"update code of conduct (#303)"}},{"before":"50c4ec90a5ed0323ecb01d09250c0e941857da32","after":"8e0eae1202738dde84f24a4ea56a7801423bca6f","ref":"refs/heads/main","pushedAt":"2023-04-18T16:28:43.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"tomerd","name":"tomer doron","path":"/tomerd","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/147247?s=80&v=4"},"commit":{"message":"Fix a dead tutorial link (#301)","shortMessageHtmlLink":"Fix a dead tutorial link (#301)"}},{"before":"9bf937a0fffa91d5500b11b2e9d560339f9b8a5a","after":null,"ref":"refs/heads/yim-lee-patch-1","pushedAt":"2023-04-04T21:47:59.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"yim-lee","name":"Yim Lee","path":"/yim-lee","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12647725?s=80&v=4"}},{"before":"3b72f6a6cf764e39940a3d45500d74361cc82e75","after":"50c4ec90a5ed0323ecb01d09250c0e941857da32","ref":"refs/heads/main","pushedAt":"2023-04-04T21:47:56.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"yim-lee","name":"Yim Lee","path":"/yim-lee","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12647725?s=80&v=4"},"commit":{"message":"Swift 5.8 docker images are available (#298)\n\n* Swift 5.8 docker images are available\r\n\r\n* Add docker-compose file for Swift 5.9\r\n\r\n* Fix image name","shortMessageHtmlLink":"Swift 5.8 docker images are available (#298)"}},{"before":"1bfb3163d3df6be11b06f613e78b51a864278caf","after":"9bf937a0fffa91d5500b11b2e9d560339f9b8a5a","ref":"refs/heads/yim-lee-patch-1","pushedAt":"2023-04-04T21:31:04.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"yim-lee","name":"Yim Lee","path":"/yim-lee","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12647725?s=80&v=4"},"commit":{"message":"Fix image name","shortMessageHtmlLink":"Fix image name"}},{"before":"442e377145491f3204cb4dbe30703dd67d0c5db6","after":"1bfb3163d3df6be11b06f613e78b51a864278caf","ref":"refs/heads/yim-lee-patch-1","pushedAt":"2023-04-04T21:20:19.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"yim-lee","name":"Yim Lee","path":"/yim-lee","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12647725?s=80&v=4"},"commit":{"message":"Add docker-compose file for Swift 5.9","shortMessageHtmlLink":"Add docker-compose file for Swift 5.9"}},{"before":null,"after":"442e377145491f3204cb4dbe30703dd67d0c5db6","ref":"refs/heads/yim-lee-patch-1","pushedAt":"2023-04-04T21:02:06.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"yim-lee","name":"Yim Lee","path":"/yim-lee","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12647725?s=80&v=4"},"commit":{"message":"Swift 5.8 docker images are available","shortMessageHtmlLink":"Swift 5.8 docker images are available"}},{"before":"fb860605a8577a397def5ef487ecea46c11c824c","after":"3b72f6a6cf764e39940a3d45500d74361cc82e75","ref":"refs/heads/main","pushedAt":"2023-03-12T18:23:41.379Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"tomerd","name":"tomer doron","path":"/tomerd","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/147247?s=80&v=4"},"commit":{"message":"improve examples (#292)\n\nmotivation: examples can be confusing since they use relative path to the library for CI purposes\r\n\r\nchanges:\r\n* update examples to use the library URL, expect when env variable is set for CI purposes\r\n* rename docker compose job to test-examples since it is more accurate","shortMessageHtmlLink":"improve examples (#292)"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEB-iTAQA","startCursor":null,"endCursor":null}},"title":"Activity · swift-server/swift-aws-lambda-runtime"}