Skip to content

Commit 3062641

Browse files
author
aws-toolkit-automation
committed
Updating version to 1.23
1 parent 862496b commit 3062641

17 files changed

+64
-57
lines changed

.changes/1.23.json

+47
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
{
2+
"date" : "2021-02-04",
3+
"version" : "1.23",
4+
"entries" : [ {
5+
"type" : "feature",
6+
"description" : "Add \"Copy S3 URI\" to S3 objects (#2208)"
7+
}, {
8+
"type" : "feature",
9+
"description" : "Add Dotnet5 Lambda support (Image only)"
10+
}, {
11+
"type" : "feature",
12+
"description" : "Add option to view past object versions in S3 file editor"
13+
}, {
14+
"type" : "feature",
15+
"description" : "Nodejs14.x Lambda support"
16+
}, {
17+
"type" : "feature",
18+
"description" : "Update Lambda max memory to 10240"
19+
}, {
20+
"type" : "bugfix",
21+
"description" : "Re-add environment variable settings to SAM template based run configurations (#2282)"
22+
}, {
23+
"type" : "bugfix",
24+
"description" : "Fix error thrown on profile refresh if removing a profile that uses source_profile (#2309)"
25+
}, {
26+
"type" : "bugfix",
27+
"description" : "Fix NodeJS and Python breakpoints failing to hit sometimes"
28+
}, {
29+
"type" : "bugfix",
30+
"description" : "Speed up loading CloudFormation resources"
31+
}, {
32+
"type" : "bugfix",
33+
"description" : "Fix not invalidating credentials when a `source_profile` is updated"
34+
}, {
35+
"type" : "bugfix",
36+
"description" : "Fix cell based copying in CloudWatch Logs (#2333)"
37+
}, {
38+
"type" : "bugfix",
39+
"description" : "Fix certain S3 buckets being unable to be shown in the explorer (#2342)"
40+
}, {
41+
"type" : "bugfix",
42+
"description" : "Fix exception thrown in the new project wizard when run immediately after the toolkit is installed"
43+
}, {
44+
"type" : "bugfix",
45+
"description" : "Fixing issue with SSO refresh locking UI thread (#2224)"
46+
} ]
47+
}

.changes/next-release/bugfix-217fa4d6-d9e3-4534-8c07-2cf71078151e.json

-4
This file was deleted.

.changes/next-release/bugfix-4c8c208b-8114-4e4f-8184-34fa3e44938b.json

-4
This file was deleted.

.changes/next-release/bugfix-7dece086-fc01-4da8-880a-ca8b4ce67fb3.json

-4
This file was deleted.

.changes/next-release/bugfix-9b117ab4-a161-4b12-b5e3-cca10cc16416.json

-4
This file was deleted.

.changes/next-release/bugfix-c904da6e-e0e4-4314-8fdf-7b7be9e05f72.json

-4
This file was deleted.

.changes/next-release/bugfix-cab6b65f-0be8-47cc-928b-b9faa0217f7f.json

-4
This file was deleted.

.changes/next-release/bugfix-d39dd55c-0e64-4f33-8116-42aa34d39fbc.json

-4
This file was deleted.

.changes/next-release/bugfix-d4b26412-1c97-4123-9c94-aaa4181229ea.json

-4
This file was deleted.

.changes/next-release/bugfix-d667eec9-bbce-4522-9402-2dc3630e3c93.json

-4
This file was deleted.

.changes/next-release/feature-34aee79a-9792-4568-83c2-081a110d9d0b.json

-4
This file was deleted.

.changes/next-release/feature-3a9d62a8-7d6c-405f-aa8d-057d2cfd97dd.json

-4
This file was deleted.

.changes/next-release/feature-5848e497-68f5-429c-96cd-1072f1d691eb.json

-4
This file was deleted.

.changes/next-release/feature-6aa4ceba-9d95-4748-a793-c9c38c467d6c.json

-4
This file was deleted.

.changes/next-release/feature-866baf08-5b72-4113-8624-c19e7cc0b7f3.json

-4
This file was deleted.

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# _1.23_ (2021-02-04)
2+
- **(Feature)** Add "Copy S3 URI" to S3 objects ([#2208](https://github.com/aws/aws-toolkit-jetbrains/issues/2208))
3+
- **(Feature)** Add Dotnet5 Lambda support (Image only)
4+
- **(Feature)** Add option to view past object versions in S3 file editor
5+
- **(Feature)** Nodejs14.x Lambda support
6+
- **(Feature)** Update Lambda max memory to 10240
7+
- **(Bug Fix)** Re-add environment variable settings to SAM template based run configurations ([#2282](https://github.com/aws/aws-toolkit-jetbrains/issues/2282))
8+
- **(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))
9+
- **(Bug Fix)** Fix NodeJS and Python breakpoints failing to hit sometimes
10+
- **(Bug Fix)** Speed up loading CloudFormation resources
11+
- **(Bug Fix)** Fix not invalidating credentials when a `source_profile` is updated
12+
- **(Bug Fix)** Fix cell based copying in CloudWatch Logs ([#2333](https://github.com/aws/aws-toolkit-jetbrains/issues/2333))
13+
- **(Bug Fix)** Fix certain S3 buckets being unable to be shown in the explorer ([#2342](https://github.com/aws/aws-toolkit-jetbrains/issues/2342))
14+
- **(Bug Fix)** Fix exception thrown in the new project wizard when run immediately after the toolkit is installed
15+
- **(Bug Fix)** Fixing issue with SSO refresh locking UI thread ([#2224](https://github.com/aws/aws-toolkit-jetbrains/issues/2224))
16+
117
# _1.22_ (2020-12-01)
218
- **(Feature)** Container Image Support in Lambda
319
- **(Bug Fix)** Fix update Lambda code for compiled languages ([#2231](https://github.com/aws/aws-toolkit-jetbrains/issues/2231))

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# SPDX-License-Identifier: Apache-2.0
33

44
# Toolkit Version
5-
toolkitVersion=1.23-SNAPSHOT
5+
toolkitVersion=1.23
66

77
# Publish Settings
88
publishToken=

0 commit comments

Comments
 (0)