Skip to content
This repository was archived by the owner on Jul 28, 2023. It is now read-only.

Releases: aws/aws-toolkit-eclipse

AWS Toolkit for Eclipse: v201708041710 Release

04 Aug 20:02

Choose a tag to compare

  • Fixed a bug when no Parameters in CloudFormation templates, the Tagging Page doesn't show.
  • Merged Pull Request #75
  • Resolved Issue #64, #74
  • More analytics for tracking Explorer usage.

AWS Toolkit for Eclipse: v201707121824 Release

12 Jul 22:17

Choose a tag to compare

  • Add a preference page for setting syntax coloring for editing CloudFormation template.
    screen shot 2017-07-12 at 1 54 11 pm

  • Enhancement support for editing CloudFormation template. These includes:

  1. Bracket paring highlight
  2. Smart auto-completion for typing pairs like {}, [], "", '', ()
  3. Json attributes assistance and allowed-values assistance by typing ctrl + space
    content-assistance
  • Add tag support when launching or updating a CloudFormation stack.
    screen shot 2017-07-10 at 3 26 30 pm

Resolving Issues: #38, #67, #19, #27, #32, #63, #68

AWS Toolkit for Eclipse: v201706150006 Release

15 Jun 16:40

Choose a tag to compare

  • Support AWS CodeCommit Git credentials auto-creation. If you don't have your Git credentials set up locally, and you haven't reached to the quota of the Git credentials under your AWS account, you can ask the toolkit to automatically create one and configure it.
    git-credentials-auto-creation

  • Support drag and drop multiple files into S3 bucket editor
    multiple-files-upload-to-s3-bucket

AWS Toolkit for Eclipse: 2.9.1 release

20 Oct 08:47

Choose a tag to compare

This release includes a number of enhancements to the AWS Lambda plugin.

  • Upgraded AWS Lambda event library with support for Amazon DynamoDB events
  • When uploading a function, use the last deployment as the default configuration
  • When invoking a function, do not re-upload the function code if no change is made to the project
  • Show the handler class in the editor after a new Lambda project is created
  • Function upload is now executed in a background job
  • Increased max function memory size to 1536MB

AWS Toolkit for Eclipse: 2.9.0 release

07 Aug 07:25

Choose a tag to compare

  • Added support for session token credentials
  • To improve the install experience, we have made the following changes to our update site:
    • All the toolkit features are now grouped into four different categories.
    • Added discovery sites for WTP and DTP plugins
    • _Amazon DynamoDB, _Amazon EC2 and _AWS SDK for Java_ features are removed and the underlying plugins are now merged into the _AWS Toolkit For Eclipse Core_ feauture.

AWS Toolkit for Eclipse 2.8.2 Release

30 Jun 20:54

Choose a tag to compare

This release fixes an issue in AWS Lambda Plugin where the second page of the upload function wizard shows wrong function name.

Patch Release: fix dependency setup for AWS IAM Plugin

19 Jun 21:18

Choose a tag to compare

Fix the issue in AWS IAM plugin where it incorrectly declares an OSGi dependency on Amazon EC2. This caused error if the user installs the "AWS Toolkit for Eclipse Core" feature while "Amazon EC2 Management" is not explicitly selected.

AWS Toolkit for Eclipse 2.8.1 Release

18 Jun 01:12

Choose a tag to compare

This release addresses issues in the AWS Lambda plugin and adds support for creating IAM roles and S3 buckets directly in the function upload wizard page.

AWS Toolkit for Eclipse 2.8.0 Release

15 Jun 20:54

Choose a tag to compare

AWS Lambda Plugin

  • We are exited to release the first version of AWS Lambda Eclipse Plugin.

AWS Eclipse Toolkit Core

  • Fixed web links in the AWS Eclipse Toolkit welcome page.
  • Removed "Amazon EC2" perspective.

AWS Elastic Beanstalk Plugin

  • Fixed environment name validation.
  • Fixed the issue that the web page is opened before the DNS is fully propagated.

AWS Toolkit for Eclipse 2.7.1 Release

04 May 17:53

Choose a tag to compare

  • Add the ability to reload credential profiles when the credentials file is modified in the file system.
  • Add support for deploying Java webapp with 3.1 web module facet to AWS Beanstalk Tomcat8 server.
  • Fix the issue that the user cannot modify a Beanstalk environment setting in the server config editor.
  • In the Beanstalk deployment wizard, automatically create a new InstanceProfile and associate it with selected IAM role if such profile is not found.
  • Fix the issue that the AWS Java SDK download job overrides the system's progress icon.
  • Fix the issue that the AWS account preference page is not sized properly.