Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into feature-cloudformat…
Browse files Browse the repository at this point in the history
…ion-linter
  • Loading branch information
miparnisari committed Dec 23, 2023
2 parents dc38472 + 9fd13eb commit 3cca60a
Show file tree
Hide file tree
Showing 2,411 changed files with 152,571 additions and 39,416 deletions.
2 changes: 2 additions & 0 deletions .changes/.editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[*.json]
insert_final_newline = false
62 changes: 62 additions & 0 deletions .changes/1.18.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
{
"date" : "2020-09-21",
"version" : "1.18",
"entries" : [ {
"type" : "feature",
"description" : "Add support for AWS SSO based credential profiles"
}, {
"type" : "feature",
"description" : "Support colons (`:`) in credential profile names"
}, {
"type" : "feature",
"description" : "Add support for Lambda runtime java8.al2"
}, {
"type" : "feature",
"description" : "Allow connecting to RDS/Redshift databases with temporary IAM AWS credentials or a SecretsManager secret"
}, {
"type" : "feature",
"description" : "Several enhancements to the UX around connecting to AWS including:\n- Making connection settings more visible (now visible in the AWS Explorer)\n- Automatically selecting 'default' profile if it exists\n- Better visibility of connection validation workflow (more information when unable to connect)\n- Handling of default regions on credential profile\n- Better UX around partitions\n- Adding ability to refresh connection from the UI"
}, {
"type" : "feature",
"description" : "Save update Lambda code settings"
}, {
"type" : "bugfix",
"description" : "Fix several cases where features not supported by the host IDE are shown (#1980)"
}, {
"type" : "bugfix",
"description" : "Start generating SAM project before the IDE is done indexing"
}, {
"type" : "bugfix",
"description" : "Fix several uncaught exceptions caused by plugins being installed but not enabled"
}, {
"type" : "bugfix",
"description" : "Fix removing a source_profile leading to an IDE error on profile file refresh"
}, {
"type" : "bugfix",
"description" : "Fix issue where templates > 51200 bytes would not deploy with \"Deploy Serverless Application\" (#1973)"
}, {
"type" : "bugfix",
"description" : "Fix the function selection panel not reloading when changing SAM templates (#955)"
}, {
"type" : "bugfix",
"description" : "Fix remote terminal start issue on 2020.2"
}, {
"type" : "bugfix",
"description" : "Fix Rider building Lambda into incorrect folders"
}, {
"type" : "bugfix",
"description" : "Improved rendering speed of wrapped text in CloudWatch logs and CloudFormation events tables"
}, {
"type" : "bugfix",
"description" : "Fix the CloudWatch Logs table breaking when the service returns an exception during loading more entries (#1951)"
}, {
"type" : "bugfix",
"description" : "Improve watching of the AWS profile files to incorporate changes made to the files outisde of the IDE"
}, {
"type" : "bugfix",
"description" : "Fix SAM Gradle Hello World syncing twice (#2003)"
}, {
"type" : "bugfix",
"description" : "Quote template parameters when deploying a cloudformation template"
} ]
}
11 changes: 11 additions & 0 deletions .changes/1.19.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"date" : "2020-10-07",
"version" : "1.19",
"entries" : [ {
"type" : "feature",
"description" : "Add the ability to copy the URL to an S3 object"
}, {
"type" : "feature",
"description" : "Add support for debugging dotnet 3.1 local lambdas (requires minimum SAM CLI version of 1.4.0)"
} ]
}
20 changes: 20 additions & 0 deletions .changes/1.20.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"date" : "2020-10-22",
"version" : "1.20",
"entries" : [ {
"type" : "feature",
"description" : "Add support for `+` in AWS profile names"
}, {
"type" : "bugfix",
"description" : "Fix being unable to use a SSO profile in a credential chain"
}, {
"type" : "bugfix",
"description" : "Fix Aurora MySQL 5.7 not showing up in the AWS Explorer"
}, {
"type" : "bugfix",
"description" : "Improve IAM RDS connection: Fix Aurora MySQL, detect more error cases, fix database configuration validation throwing when there is no DB name"
}, {
"type" : "deprecation",
"description" : "2019.3 support will be removed in the next release"
} ]
}
29 changes: 29 additions & 0 deletions .changes/1.21.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"date" : "2020-11-24",
"version" : "1.21",
"entries" : [ {
"type" : "breaking",
"description" : "Remove support for 2019.3, 2020.1 is the new minimum version"
}, {
"type" : "feature",
"description" : "Add copy Logical/Physical ID actions to Stack View #2165"
}, {
"type" : "feature",
"description" : "Add SQS AWS Explorer node and the ability to send/poll for messages"
}, {
"type" : "feature",
"description" : "Add the ability to search CloudWatch Logs using CloudWatch Logs Insights"
}, {
"type" : "feature",
"description" : "Add copy actions to CloudFormation outputs (#2179)"
}, {
"type" : "feature",
"description" : "Support for the 2020.3 family of IDEs"
}, {
"type" : "feature",
"description" : "Add an AWS Explorer ECR node"
}, {
"type" : "bugfix",
"description" : "Significantly speed up loading the list of S3 buckets (#2174)"
} ]
}
11 changes: 11 additions & 0 deletions .changes/1.22.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"date" : "2020-12-01",
"version" : "1.22",
"entries" : [ {
"type" : "feature",
"description" : "Container Image Support in Lambda"
}, {
"type" : "bugfix",
"description" : "Fix update Lambda code for compiled languages (#2231)"
} ]
}
47 changes: 47 additions & 0 deletions .changes/1.23.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
{
"date" : "2021-02-04",
"version" : "1.23",
"entries" : [ {
"type" : "feature",
"description" : "Add \"Copy S3 URI\" to S3 objects (#2208)"
}, {
"type" : "feature",
"description" : "Add Dotnet5 Lambda support (Image only)"
}, {
"type" : "feature",
"description" : "Add option to view past object versions in S3 file editor"
}, {
"type" : "feature",
"description" : "Nodejs14.x Lambda support"
}, {
"type" : "feature",
"description" : "Update Lambda max memory to 10240"
}, {
"type" : "bugfix",
"description" : "Re-add environment variable settings to SAM template based run configurations (#2282)"
}, {
"type" : "bugfix",
"description" : "Fix error thrown on profile refresh if removing a profile that uses source_profile (#2309)"
}, {
"type" : "bugfix",
"description" : "Fix NodeJS and Python breakpoints failing to hit sometimes"
}, {
"type" : "bugfix",
"description" : "Speed up loading CloudFormation resources"
}, {
"type" : "bugfix",
"description" : "Fix not invalidating credentials when a `source_profile` is updated"
}, {
"type" : "bugfix",
"description" : "Fix cell based copying in CloudWatch Logs (#2333)"
}, {
"type" : "bugfix",
"description" : "Fix certain S3 buckets being unable to be shown in the explorer (#2342)"
}, {
"type" : "bugfix",
"description" : "Fix exception thrown in the new project wizard when run immediately after the toolkit is installed"
}, {
"type" : "bugfix",
"description" : "Fixing issue with SSO refresh locking UI thread (#2224)"
} ]
}
23 changes: 23 additions & 0 deletions .changes/1.24.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"date" : "2021-02-17",
"version" : "1.24",
"entries" : [ {
"type" : "feature",
"description" : "RDS serverless databases are now visible in the RDS node in the explorer"
}, {
"type" : "bugfix",
"description" : "Fix transient 'Aborted!' message on successful SAM CLI local Lambda execution"
}, {
"type" : "bugfix",
"description" : "Fix being unable to open the file browser in the Schemas download panel"
}, {
"type" : "bugfix",
"description" : "Fix being unable to type/copy paste into the SAM local run config's template path textbox"
}, {
"type" : "bugfix",
"description" : "Fix Secrets Manager-based databse auth throwing NullPointer when editing settings in 2020.3.2 (Fixes #2403)"
}, {
"type" : "bugfix",
"description" : "Fix making an un-needed service call on IDE startup (#2426)"
} ]
}
47 changes: 47 additions & 0 deletions .changes/1.25.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
{
"date" : "2021-03-10",
"version" : "1.25",
"entries" : [ {
"type" : "breaking",
"description" : "Minimum SAM CLI version is now 1.0.0"
}, {
"type" : "feature",
"description" : "Debugging Python based Lambdas locally now have the Python interactive console enabled (Fixes #1165)"
}, {
"type" : "feature",
"description" : "Add a setting for how the AWS profiles notification is shown (#2408)"
}, {
"type" : "feature",
"description" : "Deleting resources now requires typing \"delete me\" instead of the resource name"
}, {
"type" : "feature",
"description" : "Add support for 2021.1"
}, {
"type" : "feature",
"description" : "Allow deploying SAM templates from the CloudFormaton node (#2166)"
}, {
"type" : "bugfix",
"description" : "Improve error messages when properties are not found in templates (#2449)"
}, {
"type" : "bugfix",
"description" : "Fix resource selectors assuming every region has every service (#2435)"
}, {
"type" : "bugfix",
"description" : "Docker is now validated before building the Lambda when running and debugging locally (Fixes #2418)"
}, {
"type" : "bugfix",
"description" : "Fixed several UI inconsistencies in the S3 bucket viewer actions"
}, {
"type" : "bugfix",
"description" : "Fix showing stack status notification on opening existing CloudFormation stack (#2157)"
}, {
"type" : "bugfix",
"description" : "Processes using the Step system (e.g. SAM build) can now be stopped (#2418)"
}, {
"type" : "bugfix",
"description" : "Fixed the Remote Lambda Run Configuration failing to load the list of functions if not in active region"
}, {
"type" : "deprecation",
"description" : "2020.1 support will be removed in the next release"
} ]
}
29 changes: 29 additions & 0 deletions .changes/1.26.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"date" : "2021-04-14",
"version" : "1.26",
"entries" : [ {
"type" : "feature",
"description" : "Add support for creating/debugging Golang Lambdas (#649)"
}, {
"type" : "bugfix",
"description" : "Fix breaking run configuration gutter icons when the IDE has no languages installed that support Lambda local runtime (#2504)"
}, {
"type" : "bugfix",
"description" : "Fix issue preventing deployment of CloudFormation templates with empty values (#1498)"
}, {
"type" : "bugfix",
"description" : "Fix cloudformation stack events failing to update after reaching a final state (#2519)"
}, {
"type" : "bugfix",
"description" : "Fix the Local Lambda run configuration always reseting the environemnt variables to defaults when using templates (#2509)"
}, {
"type" : "bugfix",
"description" : "Fix being able to interact with objects from deleted buckets (#1601)"
}, {
"type" : "removal",
"description" : "Remove support for 2020.1"
}, {
"type" : "removal",
"description" : "Lambda gutter icons no longer take deployed Lambdas into account due to accuracy and performance issues"
} ]
}
20 changes: 20 additions & 0 deletions .changes/1.27.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"date" : "2021-05-24",
"version" : "1.27",
"entries" : [ {
"type" : "feature",
"description" : "Add support for AppRunner. Create/delete/pause/resume/deploy and view logs for your AppRunner services."
}, {
"type" : "feature",
"description" : "Add support for building and pushing local images to ECR"
}, {
"type" : "feature",
"description" : "Add support for running/debugging Typescript Lambdas"
}, {
"type" : "bugfix",
"description" : "Fix Rider locking up when right clicking a Lambda in the AWS Explorer with a dotnet runtime in 2021.1"
}, {
"type" : "bugfix",
"description" : "While debugging a Lambda function locally, make sure stopping the debugger will always stop the underlying SAM cli process (#2564)"
} ]
}
47 changes: 47 additions & 0 deletions .changes/1.28.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
{
"date" : "2021-07-12",
"version" : "1.28",
"entries" : [ {
"type" : "breaking",
"description" : "Python 2.7 Lambda template removed from New Project Wizard"
}, {
"type" : "feature",
"description" : "Adding the ability to inject credentials/region into existing IntelliJ IDEA and PyCharm Run Configurations (e.g Application, JUnit, Python, PyTest). This requires experiments `aws.feature.javaRunConfigurationExtension` / `aws.feature.pythonRunConfigurationExtension`, see [Enabling Experiments](https://github.com/aws/aws-toolkit-jetbrains/blob/master/README.md#experimental-features)"
}, {
"type" : "feature",
"description" : "Add support for updating tags during SAM deployment"
}, {
"type" : "feature",
"description" : "(Experimental) Adding ability to create a local terminal using the currently selected AWS connection (experiment ID `aws.feature.connectedLocalTerminal`, see [Enabling Experiments](https://github.com/aws/aws-toolkit-jetbrains/blob/master/README.md#experimental-features)) #2151"
}, {
"type" : "feature",
"description" : "Add support for pulling images from ECR"
}, {
"type" : "bugfix",
"description" : "Fix missing text in the View S3 bucket with prefix dialog"
}, {
"type" : "bugfix",
"description" : "Improved performance of listing S3 buckets in certain situations"
}, {
"type" : "bugfix",
"description" : "Fix copying action in CloudWatch Logs Stream and Event Time providing epoch time instead of displayed value"
}, {
"type" : "bugfix",
"description" : "Fix using message bus after project has been closed (Fixes #2615)"
}, {
"type" : "bugfix",
"description" : "Fix S3 bucket viewer actions being triggered by short cuts even if it is not focused"
}, {
"type" : "bugfix",
"description" : "Don't show Lambda run configuration suggestions on Go test code"
}, {
"type" : "bugfix",
"description" : "Fix being unable to create Python 3.8 Image-based Lambdas in New Project wizard"
}, {
"type" : "bugfix",
"description" : "Fixed showing templates that were not for Image-based Lambdas when Image is selected in New Project wizard"
}, {
"type" : "deprecation",
"description" : "An upcoming release will remove support for IDEs based on the 2020.2 platform"
} ]
}
11 changes: 11 additions & 0 deletions .changes/1.29.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"date" : "2021-07-20",
"version" : "1.29",
"entries" : [ {
"type" : "feature",
"description" : "When uploading a file to S3, the content type is now set accoriding to the files extension"
}, {
"type" : "bugfix",
"description" : "Fix being unable to update Lambda configuration if the Image packaging type"
} ]
}

0 comments on commit 3cca60a

Please sign in to comment.