-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathCHANGELOG
68 lines (44 loc) · 1.85 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
## v2.2.8
- Changed `utils.determineKesClass()` to throw errors when Kes class override files are found, but cannot be loaded
- Added `utils.loadKesOverride()` to attempt loading all Kes class override files
## v2.2.7
- fix a bug where Kes class overrides were not picked up. #70
## v2.2.6
- fix how p-retry handles exceptions
- add ifEquals and ifNotEquals helpers to handlerbar
## v2.2.5
- Add support for arbitrary parameters in the API Gateway methods
- retry CF describe calls for five times if the request is throttled
## v2.2.4
- Add support for .zip file as source
## v2.2.3
- Fix a bug where corrupt zip files were created and uploaded to S3 when the source file didn't exist
## v2.2.2
- allow plus in the apigateway path to support the new proxy resource
## v2.2.1
- fix a bug where `config.bucket` was set as object when the config did not include a string
## v2.2.0
- show proper logs when the template merging fails due to a yaml
- a new flag `--showOutputs` will show the output of a CloudFormation template
- add cloudformation delete functionality
- support `system_bucket` as the variable for for holding the bucket name used in deployment
## v2.1.2
- fix a bug where determineKesClass failed to return the default class
## v2.1.1
- fix a bug where uploaded lambda file was corrupted due to race condition
- add lambda name to zip file
## v2.1.0
- add support for nested cloudformation templates
## v2.0.3
- support symlink for lambda zipping
## v2.0.2
- only zip lambdas that are not already zipped
update examples
## v2.0.1
- only zip lambdas that are not already zipped
- update examples
## v2.0.0
- Use native nodejs compression to zip lambda packages
- Update how lambda packages are compressed (this is a breaking change that requires updating handler and source)
- Accept node packages name and version in the lambda config
- small bug fixes