Skip to content

Commit e410bcd

Browse files
author
aws-toolkit-automation
committed
Release 1.67.0
1 parent a81d599 commit e410bcd

11 files changed

+47
-31
lines changed

.changes/1.67.0.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"date": "2023-03-29",
3+
"version": "1.67.0",
4+
"entries": [
5+
{
6+
"type": "Breaking Change",
7+
"description": "\"Sync SAM Application\" will now always ignore the 'watch' flag in `samconfig.toml`. The Toolkit does not support running `sam sync` in 'watch' mode."
8+
},
9+
{
10+
"type": "Bug Fix",
11+
"description": "auth: switching to a connection that just expired shows an error"
12+
},
13+
{
14+
"type": "Bug Fix",
15+
"description": "S3 filesystem provider is not case-sensitive, so requesting \"s3://bucket1/Test.json\" may open \"s3://bucket1/test.json\""
16+
},
17+
{
18+
"type": "Feature",
19+
"description": "SAM: create, run and debug Python 3.10 Lambdas"
20+
},
21+
{
22+
"type": "Feature",
23+
"description": "CodeCatalyst: retry connection to \"FAILED\" Dev Environments"
24+
},
25+
{
26+
"type": "Feature",
27+
"description": "CodeCatalyst: improved messages and logging when connecting to Dev Environment"
28+
},
29+
{
30+
"type": "Removal",
31+
"description": "`aws.experiments.samSyncCode` has been removed as similiar functionality is now in SAM CLI by default in 1.78.0."
32+
}
33+
]
34+
}

.changes/next-release/Breaking Change-d94b0f2d-6101-47ec-8610-1a6af22c3b0c.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

.changes/next-release/Bug Fix-1c2ffe2a-237b-46bb-a895-7f09f8a1a18f.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

.changes/next-release/Bug Fix-7de813fa-d465-431a-9a52-3effa2f86802.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

.changes/next-release/Feature-3ed0cc5d-07bd-4015-8f76-0cc189c4b669.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

.changes/next-release/Feature-757720a7-873c-43b8-bad6-b82db3b7f211.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

.changes/next-release/Feature-901c2c8e-af73-4265-863c-cb68c8cd3804.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

.changes/next-release/Removal-7536f996-054b-4383-96dd-66549146f5fb.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 1.67.0 2023-03-29
2+
3+
- **Breaking Change** "Sync SAM Application" will now always ignore the 'watch' flag in `samconfig.toml`. The Toolkit does not support running `sam sync` in 'watch' mode.
4+
- **Bug Fix** auth: switching to a connection that just expired shows an error
5+
- **Bug Fix** S3 filesystem provider is not case-sensitive, so requesting "s3://bucket1/Test.json" may open "s3://bucket1/test.json"
6+
- **Feature** SAM: create, run and debug Python 3.10 Lambdas
7+
- **Feature** CodeCatalyst: retry connection to "FAILED" Dev Environments
8+
- **Feature** CodeCatalyst: improved messages and logging when connecting to Dev Environment
9+
- **Removal** `aws.experiments.samSyncCode` has been removed as similiar functionality is now in SAM CLI by default in 1.78.0.
10+
111
## 1.66.0 2023-03-24
212

313
- **Bug Fix** CodeCatalyst: connecting to a Dev Environment while it is updating sometimes fails

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)