Skip to content

Releases: aws/aws-sdk-js-codemod

v1.1.1

01 Mar 23:05
969443b
Compare
Choose a tag to compare

Patch Changes

v1.1.0

29 Feb 22:53
a611b41
Compare
Choose a tag to compare

Minor Changes

Patch Changes

v1.0.5

27 Feb 05:58
e1d5beb
Compare
Choose a tag to compare

Patch Changes

v1.0.4

22 Feb 20:38
36c992b
Compare
Choose a tag to compare

Patch Changes

v1.0.3

22 Feb 00:54
7386d9a
Compare
Choose a tag to compare

Patch Changes

v1.0.2

20 Feb 20:55
f29a836
Compare
Choose a tag to compare

Patch Changes

v1.0.1

19 Feb 21:23
5733432
Compare
Choose a tag to compare

Patch Changes

v1.0.0

19 Dec 18:51
ba04313
Compare
Choose a tag to compare

Major Changes

  • Transform JS SDK APIs to v3 from static imports of aws-sdk v2
    • Default Import
    • Namespace Import
    • Variable Require
    • Import Equals
    • Named Import
    • Named Import with a local name
    • ObjectPattern Require
    • ObjectPattern Require with a local name
    • Variable Require Property
    • Variable Require Property with a local name
    • Default Import with deep path
    • Namespace Import with deep path
    • Variable Require with deep path
    • Import Equals with deep path
  • Transform JS SDK client creations in v2 to v3
    • When client name is same
    • When client name is different
    • When client is imported with a local name
  • Transform simple JS SDK config from v2 to v3 which is deprecated, not supported, replaced or renamed
  • Remove .promise() from JS SDK API calls
  • Transform JS SDK v2 TypeScript types to v3
  • Remove redundant JS SDK v2 TypeScript types
  • Transform waiter waitFor calls with waitUntil* functions
  • Transform JS SDK v2 credential providers and chains to v3
  • Transform JS SDK v2 token providers and chains to v3
  • Transform DynamoDB DocumentClient from v2 to v3
  • Transform S3 getSignedUrl APIs from v2 to v3
  • Transform S3 multi-part upload APIs from v2 to v3

v0.28.2

13 Nov 21:46
a91bd9a
Compare
Choose a tag to compare

Patch Changes

  • Transform clients published between 2023-09-14 and 2023-11-13 (9ff5799)

v0.28.1

13 Nov 17:52
c7ddfa3
Compare
Choose a tag to compare

Patch Changes

  • Replace ClientConfiguration with ClientConfig (6e4caa0)