Skip to content

Commit

Permalink
Updating version to 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-toolkit-automation committed Feb 4, 2021
1 parent 862496b commit 3062641
Show file tree
Hide file tree
Showing 17 changed files with 64 additions and 57 deletions.
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)"
} ]
}

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# _1.23_ (2021-02-04)
- **(Feature)** Add "Copy S3 URI" to S3 objects ([#2208](https://github.com/aws/aws-toolkit-jetbrains/issues/2208))
- **(Feature)** Add Dotnet5 Lambda support (Image only)
- **(Feature)** Add option to view past object versions in S3 file editor
- **(Feature)** Nodejs14.x Lambda support
- **(Feature)** Update Lambda max memory to 10240
- **(Bug Fix)** Re-add environment variable settings to SAM template based run configurations ([#2282](https://github.com/aws/aws-toolkit-jetbrains/issues/2282))
- **(Bug Fix)** Fix error thrown on profile refresh if removing a profile that uses source_profile ([#2309](https://github.com/aws/aws-toolkit-jetbrains/issues/2309))
- **(Bug Fix)** Fix NodeJS and Python breakpoints failing to hit sometimes
- **(Bug Fix)** Speed up loading CloudFormation resources
- **(Bug Fix)** Fix not invalidating credentials when a `source_profile` is updated
- **(Bug Fix)** Fix cell based copying in CloudWatch Logs ([#2333](https://github.com/aws/aws-toolkit-jetbrains/issues/2333))
- **(Bug Fix)** Fix certain S3 buckets being unable to be shown in the explorer ([#2342](https://github.com/aws/aws-toolkit-jetbrains/issues/2342))
- **(Bug Fix)** Fix exception thrown in the new project wizard when run immediately after the toolkit is installed
- **(Bug Fix)** Fixing issue with SSO refresh locking UI thread ([#2224](https://github.com/aws/aws-toolkit-jetbrains/issues/2224))

# _1.22_ (2020-12-01)
- **(Feature)** Container Image Support in Lambda
- **(Bug Fix)** Fix update Lambda code for compiled languages ([#2231](https://github.com/aws/aws-toolkit-jetbrains/issues/2231))
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-License-Identifier: Apache-2.0

# Toolkit Version
toolkitVersion=1.23-SNAPSHOT
toolkitVersion=1.23

# Publish Settings
publishToken=
Expand Down

0 comments on commit 3062641

Please sign in to comment.