This repository has been archived by the owner on Jul 28, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 176
/
Copy pathCHANGELOG.json
59 lines (59 loc) · 2.86 KB
/
CHANGELOG.json
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
{
"current": [
"* **Update Error Report dialog to include the Github issue link.**",
"* **Fix possible file-system security vulnerability in OpsWorks [ZipUtils](https://github.com/aws/aws-toolkit-eclipse/blob/36e996685b07ea16a4c073245cf52291453ddedb/bundles/com.amazonaws.eclipse.opsworks/src/com/amazonaws/eclipse/opsworks/deploy/util/ZipUtils.java#L58).**"
],
"v201801042359": [
"* **Merge Pull Request #93.**",
"* **Resolve Issues: #87, #94, #95, #96, #97.**"
],
"v201712181839": [
"**Support AWS SAM Local to locally debug Lambda functions and AWS Gateway**",
"",
"* Debug Lambda Function",
"![debug-lambda-function](https://s3.amazonaws.com/aws-eclipse-toolkit/eclipse/release/debug-lambda-function.gif)",
"",
"* Debug API Gateway",
"![debug-api-gateway](https://s3.amazonaws.com/aws-eclipse-toolkit/eclipse/release/debug-api-gateway.gif)"
],
"v201710260046": [
"* Update Java SDK samples."
],
"v201710231659": [
"* Refine the Maven configuration component to have consistent behavior.",
"* Update AWS logo."
],
"v201710120027": [
"* **Resolving Issues: #50, #82.**"
],
"v201709262229": [
"* **Support Lambda function versioning and alias**",
"",
" * Upload Lambda function to AWS with alias and S3 Server-Side-Encryption.",
"![LambdaVersioningEncryption-upload](https://s3.amazonaws.com/aws-eclipse-toolkit/eclipse/release/LambdaVersioningEncryption-upload.gif)",
"",
" * Check the result in AWS Lambda and Amazon S3 in AWS console.",
"![LambdaVersioningEncryption-result](https://s3.amazonaws.com/aws-eclipse-toolkit/eclipse/release/LambdaVersioningEncryption-result.gif)",
"",
"* **Better support right click in the Project Explorer. Previously, it only supports project level right click.**",
"![BetterSupportProjectExplorerForAwsLambdaActions](https://s3.amazonaws.com/aws-eclipse-toolkit/eclipse/release/BetterSupportProjectExplorerForAwsLambdaActions.png)",
"",
"* **Move Decorators from project level to java class level to record the mapping remote AWS Lambda function**",
"![LambdaProjectDecorator](https://s3.amazonaws.com/aws-eclipse-toolkit/eclipse/release/LambdaProjectDecorator.png)",
"",
"* **Update the Invoke function dialog UI for supporting choosing from multiple handlers instead of invoking only the last deployed function.**",
"![InvokeLambda](https://s3.amazonaws.com/aws-eclipse-toolkit/eclipse/release/InvokeLambda.png)",
"",
"* **Resolving Issue: #56, #58, #66, #72.**"
],
"v201709081818": [
"* Merge Pull Request: #81",
"* Resolving Issues: #80",
"* Move the bug report to the ErrorReport platform."
],
"v201708161930": [
"* Merge Pull Request: #78",
"* Resolving Issues: #25, #61, #71, and #77",
"* Adding more metrics for AWS Overview Editor, Amazon EC2 Explorer, and Create a new AWS Java Project."
]
}