@@ -482,6 +482,10 @@ and _serverless.service.provider.deployedAliasTemplates[]_.
482
482
483
483
## Version history
484
484
485
+ * 1.8.0
486
+ * Option to retain lambda function versions [ #160 ] [ link-160 ]
487
+ * ** Breaking** drop Node.js 6 support [ #161 ] [ link-161 ]
488
+
485
489
* 1.7.2
486
490
* Added support for Lambda custom roles [ #87 ] [ link-87 ] [ #88 ] [ link-88 ]
487
491
* Added support for dash in alias name when creating api gateway authorizers [ #140 ] [ link-140 ]
@@ -538,11 +542,9 @@ and _serverless.service.provider.deployedAliasTemplates[]_.
538
542
539
543
* 1.1.0
540
544
* Use stage variable in APIG [ #40 ] [ link-40 ]
541
-
542
545
* Fix tail logging [ #42 ] [ link-42 ]
543
546
544
-
545
- * 1.0.0 Support "serverless logs" with aliases. First non-alpha!
547
+ * 1.0.0 Support "serverless logs" with aliases. First non-alpha!
546
548
547
549
[ ico-serverless ] : http://public.serverless.com/badges/v3.svg
548
550
[ ico-license ] : https://img.shields.io/github/license/serverless-heaven/serverless-webpack.svg
@@ -559,7 +561,6 @@ and _serverless.service.provider.deployedAliasTemplates[]_.
559
561
[ link-coverage ] : https://coveralls.io/github/serverless-heaven/serverless-aws-alias?branch=master
560
562
[ link-contributors ] : https://github.com/serverless-heaven/serverless-aws-alias/graphs/contributors
561
563
562
-
563
564
[ comment ] : # ( Referenced issues )
564
565
565
566
[ link-22 ] : https://github.com/serverless-heaven/serverless-aws-alias/issues/22
@@ -593,3 +594,5 @@ and _serverless.service.provider.deployedAliasTemplates[]_.
593
594
[ link-127 ] : https://github.com/serverless-heaven/serverless-aws-alias/issues/127
594
595
[ link-140 ] : https://github.com/serverless-heaven/serverless-aws-alias/issues/140
595
596
[ link-159 ] : https://github.com/serverless-heaven/serverless-aws-alias/issues/159
597
+ [ link-160 ] : https://github.com/serverless-heaven/serverless-aws-alias/issues/122
598
+ [ link-161 ] : https://github.com/serverless-heaven/serverless-aws-alias/pull/173
0 commit comments