diff --git a/CHANGELOG.md b/CHANGELOG.md index f02e8f0a4..7f8c6b693 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,33 @@ +# 1.39.1 (2019-03-18) + +- [Revert "Fixed #4188 - Package generating incorrect package artifact path in serverless-state.json"](https://github.com/serverless/serverless/pull/5936) + +## Meta + - [Comparison since last release](https://github.com/serverless/serverless/compare/v1.39.0...v1.39.1) + + +# 1.39.0 (2019-03-15) + +- [Add support for invoke local with docker](https://github.com/serverless/serverless/pull/5863) +- [fix regression with golang check on windows ](https://github.com/serverless/serverless/pull/5899) +- [Support for Cloudwatch Event InputTransformer](https://github.com/serverless/serverless/pull/5912) +- [Allow individual packaging with TypeScript source maps](https://github.com/serverless/serverless/pull/5743) +- [Support API Gateway stage deployment description](https://github.com/serverless/serverless/pull/5509) +- [Allow Fn::Join in SQS arn builder](https://github.com/serverless/serverless/pull/5351) +- [Add AWS x-ray support for Lambda](https://github.com/serverless/serverless/pull/5860) +- [Fix CloudFormation template normalization](https://github.com/serverless/serverless/pull/5885) +- [Fix bug when using websocket events with functions with custom roles](https://github.com/serverless/serverless/pull/5880) +- [Print customized function names correctly in sls info output](https://github.com/serverless/serverless/pull/5883) +- [Added websockets authorizer support](https://github.com/serverless/serverless/pull/5867) +- [Support more route characters for websockets](https://github.com/serverless/serverless/pull/5865) +- [kotlin jvm maven updates](https://github.com/serverless/serverless/pull/5872) +- [Put `Custom Response Headers` into `[Responses]`](https://github.com/serverless/serverless/pull/5862) +- [Packaging exclude only config file being used](https://github.com/serverless/serverless/pull/5840) + +## Meta + - [Comparison since last release](https://github.com/serverless/serverless/compare/v1.38.0...v1.39.0) + + # 1.38.0 (2019-02-20) - [Set timout & others on context in python invoke local](https://github.com/serverless/serverless/pull/5796) diff --git a/README.md b/README.md index 8808fb534..ffb80b3cd 100644 --- a/README.md +++ b/README.md @@ -443,6 +443,7 @@ These consultants use the Serverless Framework and can help you build your serve * [Andrew Griffiths](https://www.andrewgriffithsonline.com/) - Independent consultant specialising in serverless technology * [Trek10](https://www.trek10.com/) * [Parallax](https://parall.ax/) – they also built the [David Guetta Campaign](https://serverlesscode.com/post/david-guetta-online-recording-with-lambda/) +* [Geniusee](https://geniusee.com) * [SC5 Online](https://sc5.io) * [Carrot Creative](https://carrot.is) * [microapps](http://microapps.com) diff --git a/docs/getting-started.md b/docs/getting-started.md index 981aef5ba..7415973f9 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -6,11 +6,11 @@ menuOrder: 0 menuItems: - {menuText: AWS Guide, path: /framework/docs/providers/aws/guide/quick-start} - {menuText: Azure Functions Guide, path: /framework/docs/providers/azure/guide/quick-start} - - {menuText: Fn Guide, path: /framework/docs/providers/fn/guide/quick-start} - - {menuText: OpenWhisk Guide, path: /framework/docs/providers/openwhisk/guide/quick-start} + - {menuText: Apache OpenWhisk Guide, path: /framework/docs/providers/openwhisk/guide/quick-start} - {menuText: Google Functions Guide, path: /framework/docs/providers/google/guide/quick-start} - {menuText: Kubeless Guide, path: /framework/docs/providers/kubeless/guide/quick-start} - {menuText: Spotinst Guide, path: /framework/docs/providers/spotinst/guide/quick-start} + - {menuText: Fn Guide, path: /framework/docs/providers/fn/guide/quick-start} - {menuText: Cloudflare Workers Guide, path: /framework/docs/providers/cloudflare/guide/quick-start} --> @@ -30,84 +30,92 @@ Next up, it's time to choose where you'd like your serverless service to run. ## Choose your compute provider
-
+
+
+
-
+
+
+
+
-
+
+
+
+
-
+
+
+
+
-
-
-
-
-
-
-
-