Skip to content

Commit b4b7e06

Browse files
authored
Add release notes for [email protected] (#746)
1 parent 5bb8216 commit b4b7e06

12 files changed

+79
-0
lines changed

.changeset/gentle-ways-cry.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"aws-sdk-js-codemod": major
3+
---
4+
5+
Transform S3 getSignedUrl APIs from v2 to v3

.changeset/green-comics-ring.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"aws-sdk-js-codemod": major
3+
---
4+
5+
Remove redundant JS SDK v2 TypeScript types

.changeset/long-forks-judge.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"aws-sdk-js-codemod": major
3+
---
4+
5+
Transform JS SDK v2 credential providers and chains to v3

.changeset/metal-sheep-melt.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"aws-sdk-js-codemod": major
3+
---
4+
5+
Remove `.promise()` from JS SDK API calls

.changeset/nine-tigers-smell.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"aws-sdk-js-codemod": major
3+
---
4+
5+
Transform JS SDK v2 token providers and chains to v3

.changeset/olive-timers-burn.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"aws-sdk-js-codemod": major
3+
---
4+
5+
Transform DynamoDB DocumentClient from v2 to v3

.changeset/popular-buckets-grin.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"aws-sdk-js-codemod": major
3+
---
4+
5+
Transform S3 multi-part upload APIs from v2 to v3

.changeset/pretty-bees-serve.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"aws-sdk-js-codemod": major
3+
---
4+
5+
Transform JS SDK v2 TypeScript types to v3

.changeset/tidy-dolphins-prove.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"aws-sdk-js-codemod": major
3+
---
4+
5+
Transform waiter `waitFor` calls with `waitUntil*` functions

.changeset/tough-wasps-check.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
"aws-sdk-js-codemod": major
3+
---
4+
5+
Transform JS SDK client creations in v2 to v3:
6+
7+
- When client name is same
8+
- When client name is different
9+
- When client is imported with a local name

0 commit comments

Comments
 (0)