1.0.0-alpha.1
Pre-release
Pre-release
First alpha for 1.0 release
What's Changed
- Change Lambda.Context from class to struct by @jareyesda in #217
- Clean up dependency graph and imports by @Lukasa in #218
- Renamed completeWithAsync to completeWithTask by @saltzmanjoelh in #221
- split events into spearate package by @tomerd in #216
- Use explicit NIO imports by @fabianfett in #220
- InitializationContext should be a value not reference type by @fabianfett in #219
- Update examples for Swift 5.5 by @fabianfett in #223
- Drop sync and closure APIs by @fabianfett in #222
- Reorder Event and Context. by @fabianfett in #224
- [RFC] Drop event label from handle methods in LambdaHandlers by @fabianfett in #225
- Remove dependency on _NIOConcurrency by @fabianfett in #229
- update and add examples to new APIs by @tomerd in #228
- Rename
Lambda.Lifecycle
toLambdaRuntime
by @fabianfett in #232 - Rename Lambda.Context to LambdaContext by @fabianfett in #233
- Modernize app example by @stevapple in #231
- Adopt concurrency adoption guidelines by @stevapple in #230
- Add ControlPlaneRequest, ControlPlaneResponse by @fabianfett in #238
- Add LambdaRequestID by @fabianfett in #243
- Add ControlPlaneRequestEncoder by @fabianfett in #239
- Lambda factory as a protocol requirement. by @fabianfett in #244
- Add default value for traceID header by @StefanNienhuis in #246
- terminator handler by @tomerd in #251
- adoption of sendable by @tomerd in #252
- remove extension for JSONEncoder and JSONDecoder by @tomerd in #257
- prefix data structures with Lambda instead of namespacing them by @tomerd in #256
- Add script to check for API breaks by @fabianfett in #258
- Some documentation fixes by @fabianfett in #260
- Add special Deployment instructions for the Mac M1 by @gestrich in #263
- packaging plugin by @tomerd in #254
- Fix performance test script by @stevapple in #264
- DocC setup by @yim-lee in #270
- API Refactoring by @tomerd in #273
- fix concurrency api usage by @tomerd in #282
New Contributors
- @jareyesda made their first contribution in #217
- @Lukasa made their first contribution in #218
- @saltzmanjoelh made their first contribution in #221
- @stevapple made their first contribution in #231
- @StefanNienhuis made their first contribution in #246
- @gestrich made their first contribution in #263
- @sja26 made their first contribution in #269
- @yim-lee made their first contribution in #270
Full Changelog: 0.5.0...1.0.0-alpha.1