mirror of
https://github.com/serverless/serverless.git
synced 2026-02-01 16:07:28 +00:00
2.0 KiB
2.0 KiB
1.0.2 (13.10.2016)
- Clean up NPM package (#2352)
- Clean up Stats functionality (#2345)
1.0.1 (12.10.2016)
Accidentally released 1.0.1 to NPM, so we have to skip this version (added here to remove confusion)
1.0.0 (12.10.2016)
Breaking Changes
- The HTTP Event now uses the recently released Lambda Proxy by default. This requires you to change your handler result to fit the new proxy integration. You can also switch back to the old integration type.
- The Cloudformation Name of APIG paths that have a variable have changed, so if you have a variable in a path and redeploy CF will throw an error. To fix this remove the path and readd it a second deployment.
Release Highlights
Following is a selection of the most important Features of the 1.0.0 since 1.0.0-rc.1.
You can see all features of 1.0.0-rc.1 in the release blogpost
Documentation
- New documentation website https://serverless.com/framework/docs
Events
- API Gateway Improvements
- Supporting API Gateway Lambda Proxy (#2185)
- Support HTTP request parameters (#2056)
- S3 Event Rules (#2068)
- Built-in Stream Event support (Dynamo & Kinesis) (#2250)