@@ -476,14 +476,21 @@ and _serverless.service.provider.deployedAliasTemplates[]_.
476
476
477
477
## Version history
478
478
479
+ * 1.7.2
480
+ * Added support for Lambda custom roles [ #87 ] [ link-87 ] [ #88 ] [ link-88 ]
481
+ * Added support for dash in alias name when creating api gateway authorizers [ #140 ] [ link-140 ]
482
+ * Configurable master alias [ #127 ] [ link-127 ]
483
+ * Fix for "functionnames" where "functionname" A starts with function name B [ #159 ] [ link-159 ]
484
+ * Dependencies updated
485
+
479
486
* 1.7.1
480
- * Restore compatibility with Serverless 1.27 [#120][link-120]
487
+ * Restore compatibility with Serverless 1.27 [ #120 ] [ link-120 ]
481
488
482
489
* 1.7.0
483
- * Support existing custom authorizers [#101][link-101]
484
- * Support domain-manager plugin [#110][link-110]
485
- * Support pseudo-parameter plugin [#112][link-112]
486
- * Show logs from arbitrary versions [#62][link-62], [#89][link-89]
490
+ * Support existing custom authorizers [ #101 ] [ link-101 ]
491
+ * Support domain-manager plugin [ #110 ] [ link-110 ]
492
+ * Support pseudo-parameter plugin [ #112 ] [ link-112 ]
493
+ * Show logs from arbitrary versions [ #62 ] [ link-62 ] , [ #89 ] [ link-89 ]
487
494
488
495
* 1.6.1
489
496
* Fixed custom authorizer references [ #102 ] [ link-102 ]
@@ -496,8 +503,8 @@ and _serverless.service.provider.deployedAliasTemplates[]_.
496
503
497
504
* 1.5.1
498
505
* Support prewarmup with the warmup plugin [ #72 ] [ link-72 ]
499
- * Support `_ - +` in alias names [#68][link-68]
500
- * Support ANY method type with stage configuration [#80][link-80]
506
+ * Support ` _ - + ` in alias names [ #68 ] [ link-68 ]
507
+ * Support ANY method type with stage configuration [ #80 ] [ link-80 ]
501
508
502
509
* 1.5.0
503
510
* Support ` serverless deploy function ` [ #29 ] [ link-29 ]
@@ -567,6 +574,8 @@ and _serverless.service.provider.deployedAliasTemplates[]_.
567
574
[ link-72 ] : https://github.com/serverless-heaven/serverless-aws-alias/issues/72
568
575
[ link-80 ] : https://github.com/serverless-heaven/serverless-aws-alias/issues/80
569
576
[ link-85 ] : https://github.com/serverless-heaven/serverless-aws-alias/issues/85
577
+ [ link-87 ] : https://github.com/serverless-heaven/serverless-aws-alias/issues/87
578
+ [ link-88 ] : https://github.com/serverless-heaven/serverless-aws-alias/issues/88
570
579
[ link-89 ] : https://github.com/serverless-heaven/serverless-aws-alias/issues/89
571
580
[ link-94 ] : https://github.com/serverless-heaven/serverless-aws-alias/issues/94
572
581
[ link-96 ] : https://github.com/serverless-heaven/serverless-aws-alias/issues/96
@@ -575,3 +584,6 @@ and _serverless.service.provider.deployedAliasTemplates[]_.
575
584
[ link-110 ] : https://github.com/serverless-heaven/serverless-aws-alias/issues/110
576
585
[ link-112 ] : https://github.com/serverless-heaven/serverless-aws-alias/issues/112
577
586
[ link-120 ] : https://github.com/serverless-heaven/serverless-aws-alias/issues/120
587
+ [ link-127 ] : https://github.com/serverless-heaven/serverless-aws-alias/issues/127
588
+ [ link-140 ] : https://github.com/serverless-heaven/serverless-aws-alias/issues/140
589
+ [ link-159 ] : https://github.com/serverless-heaven/serverless-aws-alias/issues/159
0 commit comments